Hello,
I need to collect some metrics from elasticsearch but I can't find the way to get them.
What I want is :
- the average index rate for all index on a time interval
- the max/peak index rate for an index on a time interval
- the disk consumption for a day
Those metrics seems to me pretty basic but I don't find anything with the REST API, can you help me ?
Best regards.