Any way to find what is running on Elasticsearch?

Hi there,

Is there any way for me to find what operations are currently running against Elasticsearch?
Kind of like 'processlist' does for MySQL?

Thanks,

Francisco.

For long running tasks, you have https://www.elastic.co/guide/en/elasticsearch/reference/5.0/tasks.html
For getting an idea of actual code running, look at https://www.elastic.co/guide/en/elasticsearch/reference/5.0/cluster-nodes-hot-threads.html

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