-
Notifications
You must be signed in to change notification settings - Fork 474
[AWS][RDS] Add dimension fields for TSDB support #6079
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
Signed-off-by: constanca-m <[email protected]>
Signed-off-by: constanca-m <[email protected]>
🌐 Coverage report
|
@@ -51,6 +57,7 @@ | |||
description: | | |||
Contains the name of the compute and memory capacity class of the DB instance. | |||
- name: db_instance.identifier | |||
dimension: true |
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.
db_instance.identifier (should be the same as DBInstanceIdentifier)
so it is not always the same as DBInstanceIdentifier
?
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.
The permissions required to access those parameters are different, so the user can have only one of them set. That's why I decided to set the two parameters as dimensions @tetianakravchenko
Signed-off-by: constanca-m <[email protected]>
Signed-off-by: constanca-m <[email protected]>
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!
Package aws - 1.38.0 containing this change is available at https://epr.elastic.co/search?package=aws |
* Add dimensions. Signed-off-by: constanca-m <[email protected]>
What does this PR do?
Add dimension fields to RDS datastream.
Details
Fields set as dimension:
DBInstanceIdentifier
, unique perregion
andaccount
(both dimensions as well).DBClusterIdentifier
and, therefore,Role
as it can be more than one per cluster identifier.EngineName
is the only non-ecs dimension for some documents with metrics related to it.DatabaseClass
andSourceRegion
for the same reason asEngineName
.db_instance.identifier
(should be the same asDBInstanceIdentifier
)There is no change in the number of documents after enabling TSDB:
Checklist
changelog.yml
file.How to test this PR locally
Refer to #6078
Related issues