-
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 latency config option for aws-cloudwatch input #28509
Add latency config option for aws-cloudwatch input #28509
Conversation
This pull request does not have a backport label. Could you fix it @kaiyan-sheng? 🙏
NOTE: |
Pinging @elastic/integrations (Team:Integrations) |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
(cherry picked from commit 0e19e9e)
(cherry picked from commit 0e19e9e) Co-authored-by: kaiyan-sheng <[email protected]>
What does this PR do?
This PR is to add latency config parameter into Filebeat aws-cloudwatch input, similar to what we did in cloudwatch metricbeat metricset.
Some AWS services send logs to CloudWatch with a latency to process larger than
aws-cloudwatch
inputscan_frequency
. In this case, we need to use thelatency
config to shift the collection start time and end time in order to collect the logs.Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues