Is there a API query that can show you what's configured that was provided by the elasticsearch.yml file?
Hi,
You can use the nodes info API:
GET /_nodes
https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-nodes-info.html
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.