node-red-contrib-aws icon indicating copy to clipboard operation
node-red-contrib-aws copied to clipboard

Clowdwatch logs integration

Open Daniel-t opened this issue 7 years ago • 2 comments

Daniel-t avatar Sep 20 '16 06:09 Daniel-t

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.

Daniel-t avatar Sep 30 '16 07:09 Daniel-t

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

pawelryba-a4bee avatar Apr 13 '22 09:04 pawelryba-a4bee