Use aws sdk paginator for FilterLogEvents and GetMetricData#26852
Merged
kaiyan-sheng merged 4 commits intoelastic:masterfrom Jul 19, 2021
kaiyan-sheng:aws_cloudwatch_paginator
Merged
Use aws sdk paginator for FilterLogEvents and GetMetricData#26852kaiyan-sheng merged 4 commits intoelastic:masterfrom kaiyan-sheng:aws_cloudwatch_paginator
kaiyan-sheng merged 4 commits intoelastic:masterfrom
kaiyan-sheng:aws_cloudwatch_paginator
Conversation
Contributor
|
Pinging @elastic/integrations (Team:Integrations) |
Contributor
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
added 2 commits
July 14, 2021 13:03
|
@kaiyan-sheng reviewed and tested, LGTM |
|
+1 |
francescayeye
approved these changes
Jul 19, 2021
Merged
6 tasks
Merged
6 tasks
kaiyan-sheng
pushed a commit
that referenced
this pull request
Jul 19, 2021
kaiyan-sheng
pushed a commit
that referenced
this pull request
Jul 19, 2021
mdelapenya
added a commit
to mdelapenya/beats
that referenced
this pull request
Jul 20, 2021
* master: Forward port 7.13.4 to master (elastic#26971) Use MustAddMetricSet in all metricsets (elastic#26907) add_process_metadata: enrich process info with process owner (elastic#21068) (elastic#21111) Use aws sdk paginator for FilterLogEvents and GetMetricData (elastic#26852) [Filebeat] Allow - for source IP for AWS S3 Access pipeline (elastic#26940) Increase timeout to 30secs (elastic#26841) Add Cluster filter on Kubernetes Overview ECS dashboard (elastic#26919)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR refactors AWS related code to use AWS SDK paginators instead.
aws-cloudwatchinput, changeFilterLogEventsAPI to useNewFilterLogEventsPaginator.GetMetricDatato useNewGetMetricDataPaginator.ListMetricsto useNewListMetricsPaginator.Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Related issues