-
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
Deprecate aws_partition and use endpoint,regions instead #23539
Conversation
Pinging @elastic/integrations (Team:Platforms) |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
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.
Looks good, added a couple of small suggestions.
Do we have an issue to remove the deprecated parameter in 8.0? |
What does this PR do?
This PR is to deprecate
aws_partition
config parameter and useendpoint
withregions
instead in order to make the AWS configuration less confusing.Why is it important?
There is overlap between
aws_partition
andendpoint
. We decide to useendpoint
moving forward.Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.How to test this PR locally
endpoint
specifiedEnable
aws
module:Change
aws.yml
config file to runec2
metricset:This should work like it used to.
endpoint
Start Metricbeat and
ec2
metricset should work and collect metrics for instances inus-east-1
.Related issues
Closes #23153