i set in elastaticsearch.yml file but the nodes/stats not it.
http://XX.XX.XX.XX:9200/_nodes/stats
thread_pool:
index:
size: 12
queue_size: 2000
Hey,
you checked the node stats API, which returns runtime information how full that queue is. You need to use the node infos API, which contains information about the configuration.
https://www.elastic.co/guide/en/elasticsearch/reference/5.5/cluster-nodes-info.html
--Alex
why the stats output not sea about node-1 status
@spinscale
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.