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 ?