Elasticsearch - Cluster Management
You want to monitor your cluster health and get detailed info about each index's health. Which API call should you use?
level=indices parameter in the Cluster Health API returns health info for each index.level=cluster gives overall cluster health only; /_cluster/state and /_nodes/stats provide different info unrelated to health per index.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions