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

Clowdwatch logs integration #3

Open
Daniel-t opened this issue Sep 20, 2016 · 2 comments
Open

Clowdwatch logs integration #3

Daniel-t opened this issue Sep 20, 2016 · 2 comments

Comments

@Daniel-t
Copy link
Owner

No description provided.

@Daniel-t
Copy link
Owner Author

AWS Cloudwatch Logs API put function requires a "sequenceNumber", this means that the code needs to keep track of the previously returned sequenceNumber or otherwise make two api calls.

This would be OK for a single logging node, but not if there are multiple nodes going to the same log stream. Given this limitation, not progressing at this stage.

@pawelryba-a4bee
Copy link

And is it problematic to use DescribeLogStreams to get correct sequence number and then put log? I think it's better to make two calls and have integration with CW instead of not having it :P

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

No branches or pull requests

2 participants