We are Borg
We are Borg

Reputation: 5313

CloudWatch : AWS logs showing 0 bytes even though there is data inside

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 :

enter image description here

What am I doing wrong?

Upvotes: 3

Views: 1478

Answers (1)

noamyg
noamyg

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.

Source

Upvotes: 1

Related Questions