GET _search
{
"query": {
"match_all": {}
}
}
GET /_cluster/allocation/explain?pretty
{
"index": ".security",
"shard": 0,
"primary": false
}
GET /_cluster/allocation/explain?pretty
{
}
PUT _cluster/settings
{
"transient" : {
"cluster.routing.allocation.exclude._ip":""
}
}
GET /_cluster/settings
GET /_nodes?pretty
GET /_cat/nodes?v
GET /_cat/allocation?v
GET /_cat/shards
GET /_alias/*ly*