-
Notifications
You must be signed in to change notification settings - Fork 474
[Linux] Add processors capability to Linux Metrics #10314
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
Conversation
💚 CLA has been signed |
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
Hey @steffenstruebe |
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, @rdner I'll be on PTO soon, can you keep an eye on this PR and make sure it gets merged?
buildkite test this |
💚 Build Succeeded
History
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR requires tests, I doubt that in the current form it actually works correctly because of the YAML indentation.
Package linux - 0.6.10 containing this change is available at https://epr.elastic.co/search?package=linux |
Add processors capability to Linux Metrics Fix predefined processors.
Add processors capability to Linux Metrics Fix predefined processors.
Proposed commit message
Add processors capability to Linux Metrics
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
On each our elastic-agents wie configured some variables to identify our systems in the local elastic-agent.yml:
In the integration settings we consume these variables by following processors:

And we can now see our custom ids in the stream to be able to use these for mappings to the rest of our managment tools.

Related issues
Screenshots