-
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 awscloudwatch Filebeat input #16524
Conversation
Pinging @elastic/integrations-platforms (Team:Platforms) |
One thing I'm wondering about, my understanding is that the |
@exekias I'm imagining this filebeat input would be pure polling depends on a given frequency/period. Assume period=5min, then every 5 minutes,
|
That could be an option for an initial release, but at some I would expect users to need support for downtime in Filebeat without losing logs. We should be able to go back to were we were reading and start again from there. If you think about it, this is the behavior you have today with the S3 input, where we guarantee that all events are actually sent to ES, if something fails (ie Filebeat dies), we will retry for the ones that were caught in fly. |
Yep I agree, only querying |
|
[paused, will research more before continue on this path]
What does this PR do?
Why is it important?
Checklist
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs