Hi Warkolm, I have a elasticsearch setup in which i am storing the various logs by creating various indices. Now i want to create dashboards which shows the various details like docs count, docs size, indexing rate, searching rate for a particular index. So for getting this data we have apis like GET /<indexname>/_stats but the problem is it gives only current data. I want to show these data for any time period.