-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 more dimensions to allowedDimensions for azure storage account to… #36331
Add more dimensions to allowedDimensions for azure storage account to… #36331
Conversation
… support tsdb enablement.
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
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!
All dimensions linted in Microsoft.ClassicStorage/storageAccounts
, blobServices
, fileServices
, queueServices
and tableServices
are covered
elastic#36331) * Add more dimensions to allowedDimensions for azure storage account to support tsdb enablement.
Proposed commit message
Enabling TSDB functionality requires designating all dimension fields as "true" to avoid any data or event loss. The existing code for Azure storage account presently allows only two dimensions: ApiName and ResponseType. This PR aims to add the additional dimensions("GeoType", "Authentication", "BlobType", "Tier", "FileShare"), which can subsequently be set as "true" in integrations, to enable TSDB for azure storage account.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.How to test this PR locally
Related issues
Screenshots