Skip to content
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

Question: Amazon Kinesis #8

Closed
MartinLoeper opened this issue Apr 4, 2018 · 3 comments
Closed

Question: Amazon Kinesis #8

MartinLoeper opened this issue Apr 4, 2018 · 3 comments
Labels

Comments

@MartinLoeper
Copy link

I searched for a way to get my vpc flow log data into elasticsearch and just stumbled across cloudwatch-logs-subscription-consumer.

You write in the description that cloudwatchlogsbeat's "operation is subject to AWS limitations and throttling policies".

Out of pure curiosity: Would this throttling policies also apply when using Amazon Kinesis - as cloudwatch-logs-subscription-consumer does?

@kkentzo
Copy link
Collaborator

kkentzo commented Apr 4, 2018

I am not familiar with the particular project you are referring to but kinesis is certainly subject to usage limits.

@MartinLoeper
Copy link
Author

Yes, of course there are usage limits.

However, I think the Amazon Kinesis approach might suit better for log streaming than using the CloudWatch logs apis directly.
That is because the CloudWatch Logs Limits look quite restrictive to me, compared to the Kinesis usage limits.

@kkentzo
Copy link
Collaborator

kkentzo commented Apr 5, 2018

OK, now I see you point. Yes, I guess what you describe is a valid approach as well although I am not sure how the pricing aspect would play out in this case. Another approach could be to bypass the beat alltogether and work with logstash input plugins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants