Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion custom_schemas/custom_endpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@

- name: metrics.documents_volume.api_events.sources.source
level: custom
type: string
type: keyword
description: API Event document source name

- name: metrics.documents_volume.api_events.sources.sent_count
Expand Down
3 changes: 2 additions & 1 deletion package/endpoint/data_stream/metrics/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@
default_field: false
- name: metrics.documents_volume.api_events.sources.source
level: custom
type: string
type: keyword
ignore_above: 1024
description: API Event document source name
default_field: false
- name: metrics.documents_volume.api_events.sources.suppressed_bytes
Expand Down
2 changes: 1 addition & 1 deletion package/endpoint/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2805,7 +2805,7 @@ Metrics documents contain performance information about the endpoint executable
| Endpoint.metrics.documents_volume.api_events.sources | An array of API Event document statistics per source | object |
| Endpoint.metrics.documents_volume.api_events.sources.sent_bytes | Total size of API Event sent documents from source | long |
| Endpoint.metrics.documents_volume.api_events.sources.sent_count | Number of sent API Event documents from source | long |
| Endpoint.metrics.documents_volume.api_events.sources.source | API Event document source name | string |
| Endpoint.metrics.documents_volume.api_events.sources.source | API Event document source name | keyword |
| Endpoint.metrics.documents_volume.api_events.sources.suppressed_bytes | Total size of suppressed API Event documents from source | long |
| Endpoint.metrics.documents_volume.api_events.sources.suppressed_count | Number of suppressed API Event documents from source | long |
| Endpoint.metrics.documents_volume.api_events.suppressed_bytes | Total size of suppressed API Event documents | long |
Expand Down
2 changes: 1 addition & 1 deletion package/endpoint/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ format_version: 1.0.0
name: endpoint
title: Elastic Defend
description: Protect your hosts and cloud workloads with threat prevention, detection, and deep security data visibility.
version: 8.9.0-dev.0
version: 8.9.0-dev.1
categories: ["security", "edr_xdr"]
# The package type. The options for now are [integration, input], more type might be added in the future.
# The default type is integration and will be set if empty.
Expand Down
3 changes: 2 additions & 1 deletion schemas/v1/metrics/metrics.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.