coordinating nodes throwing more metrics than expected which is causing too much load. If i check in my servers and hit below command: curl localhost:9273/metrics | grep elasticsearch_http_clients_ | wc -l it is showing output of more than 9800 which is huge as normally if we check for other nodes such as data node it is just 45. lots of metrics of pattern elasticsearch_http_clients_* is coming for each client. i want to disable this setting or somehow optimize it.
Please help me in this .