-
Notifications
You must be signed in to change notification settings - Fork 442
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
[AWS] Add agent.id field to be set as dimension for TSDB migration #6421
Conversation
Signed-off-by: constanca-m <constanca.manteigas@elastic.co>
Signed-off-by: constanca-m <constanca.manteigas@elastic.co>
Signed-off-by: constanca-m <constanca.manteigas@elastic.co>
🌐 Coverage report
|
packages/aws/manifest.yml
Outdated
@@ -1,7 +1,7 @@ | |||
format_version: 1.0.0 | |||
name: aws | |||
title: AWS | |||
version: 1.37.3 | |||
version: 1.38.0 |
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.
Wouldn't be ok to keep the version as 1.37.4?
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.
Changes on 1.37 are not related to TSDB, that is why I bumped to 1.30
Please confirm that you have verified the number of dimensions are within 16 , after making this change, for all datastreams? |
Yes @agithomas: |
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!
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
Signed-off-by: constanca-m <constanca.manteigas@elastic.co>
Package aws - 1.42.0 containing this change is available at https://epr.elastic.co/search?package=aws |
…6421) * Add agent.id as dimension Signed-off-by: constanca-m <constanca.manteigas@elastic.co>
What does this PR do?
The field
agent.id
needs to be set as dimension for TSDB migration. Reasoning for this can be found in the thread following the comment #5193 (comment)Note:
agent.id
hasn't been added to all data streams yet, just to the ones that were migrated to TSDB already.Checklist
changelog.yml
file.