-
Notifications
You must be signed in to change notification settings - Fork 474
[azure] Fix error and improve clarity in Storage Account docs #11660
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
[azure] Fix error and improve clarity in Storage Account docs #11660
Conversation
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
application_gateway |
2793.3 | 2118.64 | -674.66 (-24.15%) | 💔 |
To see the full report comment with /test benchmark fullreport
💚 Build Succeeded
cc @zmoog |
|
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 -- assuming event hub capitalization is correctly used in this case.
Package azure - 1.19.1 containing this change is available at https://epr.elastic.co/search?package=azure |
…c#11660) Fix an error and contradiction about how the `azure-eventhub` input uses the storage account to create containers to store the event hub checkpoint information. The error was in this sentence: > The Elastic Agent can use one Storage account **container** for all integrations. It should have been: > The Elastic Agent can use one Storage account for all integrations.
…c#11660) Fix an error and contradiction about how the `azure-eventhub` input uses the storage account to create containers to store the event hub checkpoint information. The error was in this sentence: > The Elastic Agent can use one Storage account **container** for all integrations. It should have been: > The Elastic Agent can use one Storage account for all integrations.
Proposed commit message
Fix an error and contradiction about how the
azure-eventhub
input uses the storage account to create containers to store the event hub checkpoint information.The error was in this sentence:
It should have been:
Checklist
[ ] I have verified that all data streams collect metrics or logs.changelog.yml
file.[ ] I have verified that Kibana version constraints are current according to guidelines.[ ] I have verified that any added dashboard complies with Kibana's Dashboard good practicesRelated issues
Screenshots