-
Notifications
You must be signed in to change notification settings - Fork 182
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
Support AWS Kinesis as an output #221
Comments
Happy to do the work for this, if folks think this is a good idea. |
As we already support various AWS Services, it should be easy to integrate a new one, feel free to propose a PR. Thanks. |
@Issif may I take this up? |
of course, thank you 🙏 |
/assign |
Unfortunately, I have not been able to spend any time on this. Probably won't be able to in near future. Something is keeping me on the toes. 😞 |
@gauravgahlot no problem, thanks 👍 |
/assign I got this. 👨🔧 |
Issues go stale after 90d of inactivity. Mark the issue as fresh with Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh with Rotten issues close after an additional 30d of inactivity. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue with Mark the issue as fresh with Provide feedback via https://github.com/falcosecurity/community. |
@poiana: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Motivation
We use AWS kinesis to agregate data and it would be great if the falcosidekick could also natively put to Kinesis.
Feature
Add Kinesis as an AWS output option
Alternatives
Today we are writing lambdas to take stuff off SQS and push to kinesis, natively pushing to kinesis would make this a lot simpler and portable.
The text was updated successfully, but these errors were encountered: