I would like to list all indexes present on an ElasticSearch server. I tried this:
curl -XGET localhost:9200/
but it just gives me this:
I would also recommend doing /_cat/indices which gives a nice human readable list of your indexes.