Reputation: 5313
I am working on a project, where i am streaming my data to AWS CloudWatch logs, via AWS Cloudwatch logs agent. I can see that there are log-groups getting created and there are logs inside it. Still AWS Cloudwatch is showing 0 bytes stored. Why is that?
This is an issue, as I am also streaming the data to our ES domain, and this stored data might be stopping it. Or am I doing something wrong? Here is a screenshot of the info :
What am I doing wrong?
Upvotes: 3
Views: 1478
Reputation: 3094
storedBytes -> (long)
The number of bytes stored.
IMPORTANT: Starting on June 17, 2019, this parameter will be deprecated for log streams, and will be reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.
Upvotes: 1