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.
