How to know Elasticsearch daily log intake?

Hi,

I'm looking to understand how much data is getting ingested to our ELK cluster on a daily basis. anyone has any idea how to get these details?
Thank you.

Welcome!

You can run a date_histogram aggregation on the @timestamp field.

Thank you for your response.
it would be great if you could help me with the query as well?

What did you try so far?

Could you provide a full recreation script as described in About the Elasticsearch category. It will help to better understand what you are doing. Please, try to keep the example as simple as possible.

A full reproduction script is something anyone can copy and paste in Kibana dev console, click on the run button to reproduce your use case. It will help readers to understand, reproduce and if needed fix your problem. It will also most likely help to get a faster answer.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.