elasticbeat icon indicating copy to clipboard operation
elasticbeat copied to clipboard

Missing Fields

Open prerakpshah opened this issue 9 years ago • 3 comments

I see that we are missing critical fields like

  1. Index Size in bytes
  2. Cluster Size in bytes
  3. Node Size in bytes
  4. Id Cache size in bytes
  5. Filter cache size in bytes.

It would be nice to have these fields added.

prerakpshah avatar Jun 07 '16 20:06 prerakpshah

@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

radoondas avatar Jun 07 '16 21:06 radoondas

@prerakpshah any update on what exactly would you expect? Thanks.

radoondas avatar Jun 10 '16 06:06 radoondas

@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,

radoondas avatar Jun 10 '16 11:06 radoondas