Display Elasticsearch Lucene Memory

Is there a way to display the Lucene memory of Elasticsearch? I am using ES 2.4 on CentOS 6.9. I know it's found in /etc/sysconfig/elasticsearch, but is there a command I could use to check the lucene value?

Thanks

Hi,

I'm not sure in what you're interested exactly but you should check out the node stats API and the indices stats API.

Daniel

Sorry for the delayed response.

curl -XGET 'http://localhost:9200/_nodes/stats/jvm?pretty'

This is exactly what I needed.

Thanks a bunch :smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.