ElasticSearch: Exploring Cluster
Jump to navigation
Jump to search
Using REST API calls...
curl -X GET "localhost:9200/_cat/health?v" curl -X GET "localhost:9200/_cat/nodes?v" curl -X GET "localhost:9200/_cat/indices?v"