curl elastic show index code example
Example 1: elasticsearch curl to get indices
curl http://localhost:9200/_aliases?pretty=true
Example 2: elasticsearch curl to get indices
{
"old_deuteronomy" : {
"aliases" : { }
},
"mungojerrie" : {
"aliases" : {
"rumpleteazer" : { },
"that_horrible_cat" : { }
}
}
}