Retrieve cluster information
# Get all cluster info
curl -X GET "localhost:9200?pretty" # pretty for human readable output
curl -X GET "localhost:9200" | jq .
# Get all cluster info
curl -X GET "localhost:9200?pretty" # pretty for human readable output
curl -X GET "localhost:9200" | jq .