Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add component values to endpoint metrics #9928

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/elastic_agent/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.19.1"
changes:
- description: component values to endpoint metrics
type: enhancement
link: https://github.com/elastic/integrations/pull/9765
- version: "1.19.0"
changes:
- description: Add queue full percentage fields
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,15 @@
ignore_above: 1024
description: Elastic agent version.
example: 7.11.0
- name: component
type: group
fields:
- name: id
type: keyword
ignore_above: 1024
description: Component id
- name: binary
type: keyword
ignore_above: 1024
description: The binary that exeuctes the component
example: filebeat
2 changes: 1 addition & 1 deletion packages/elastic_agent/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: elastic_agent
title: Elastic Agent
version: 1.19.0
version: 1.19.1
description: Collect logs and metrics from Elastic Agents.
type: integration
format_version: 1.0.0
Expand Down