Help regarding elasticsearch index usage monitoring

Hi,

I am running python script and query the Index API of elasticsearch and collect all the indices usage value and store it in elasticsearch. using grafana , monitoring the index usage.

the requirement is that, i have new index creation every month(For ex:- Index_2019.05). I would like to calculate the usage of daily from the (Index_2019.05). can someone guide me, how to achieve this ?

I don’t quite understand what you’re trying to solve. Would you like to visualize a daily document count over time? Have you read the documentation? Seen a demo? More info needed…