-
Notifications
You must be signed in to change notification settings - Fork 435
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
[Elasticsearch][Ingest Pipeline] Add elasticsearch.node.name as TSDS dimension #11527
base: main
Are you sure you want to change the base?
[Elasticsearch][Ingest Pipeline] Add elasticsearch.node.name as TSDS dimension #11527
Conversation
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.
Well spotted!
Thanks for the contribution
Interestingly for the integrations/packages/elasticsearch/data_stream/node_stats/fields/package-fields.yml Line 319 in b7bb08a
Can you check this commit to see what would make the most sense regarding other metric sets? |
Taking a look at the example provided, I think either would work, I've pushed a commit to use node.name here as with the other one. |
Agreed, because |
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
/test |
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
|
Quality Gate passedIssues Measures |
Bug
Proposed commit message
Adds
elasticsearch.node.name
as a TSDS dimension to prevent document collisions.Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Install assets for the Elasticsearch integration and validate that the
metrics-elasticsearch.ingest_pipeline@package
component template properly setselasticsearch.node.name
as"time_series_dimension": true
Related issues
Screenshots