/_cat/thread_pool not showing threadpool stats from all nodes

We have ES cluster with 3 nodes. All 3 nodes acts as master and data nodes. In /_cat/nodes I see them tagged as "mdi". ES version is 6.6.1.

If i try getting threadpool status using :9200/_cat/thread_pool, It actually lists all parameters from all 3 nodes. But data is reflected for only Node1. For rest all its shows 0.
Now to get stats from second node, I need to change above URL to Node2 IP.

Is there any single URL which I can use to get stats from all nodes at one shot.

Please show the fill command you are running as well as the output. Please format your code/logs/config using the </> button, or markdown style back ticks. It helps to make things easy to read which helps us help you :slight_smile:

Sorry My Mistake... I was hitting my load to only 1 node and hence the issue.

1 Like

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