GET /_cluster/health
GET /_cat/shards
GET /_cluster/settings
PUT /megacorp/_settings
{
"index" : {
"number_of_replicas" : 0
}
}
GET /_cat/nodes?v
GET /_cat/indices?v&pretty
GET /_cluster/health
GET /_cat/shards
GET /_cluster/settings
PUT /megacorp/_settings
{
"index" : {
"number_of_replicas" : 0
}
}
GET /_cat/nodes?v
GET /_cat/indices?v&pretty