Open prerakpshah opened 8 years ago
@prerakpshah Thanks! Could you please also add 'commands' you would typically use to get those fields from ES?
Metrics which are requested now are following: /_cluster/health /_cluster/stats /_nodes/stats/process,jvm,os,fs,thread_pool,transport,http,breaker,script
@prerakpshah any update on what exactly would you expect? Thanks.
@prerakpshah 1, this is not implemented and could be done by: http://localhost:9200/_stats/store?pretty 2, - is already implemented in /_cluster/stats/store/size_in_bytes 3, this could be done by extending _nodes by 'indices' and then in visualizations we can aggregate all sizes by each node. 4, 5, - not sure of which field are you talking about. but looks same as for 3, - please correct me if I'm wrong, because I am not sure yet what do you mean.
Thanks 5,
I see that we are missing critical fields like
It would be nice to have these fields added.