is there any API like GET /_cat/nodes to get the quatiity of the shard on a node
[
{
"name" : "node-2",
"cpu" : "1"
},
{
"name" : "node-1",
"cpu" : "4"
},
{
"name" : "node-3",
"cpu" : "10"
}
]
is there any API like GET /_cat/nodes to get the quatiity of the shard on a node
[
{
"name" : "node-2",
"cpu" : "1"
},
{
"name" : "node-1",
"cpu" : "4"
},
{
"name" : "node-3",
"cpu" : "10"
}
]
I don't think there is, but it sounds like a good idea to add to _cat/nodes
. I think it'd be worth opening a feature request for this
This is available from the cat allocation API
the one part of the documentation I didn't click on of course. Thanks mate!
cool, thanks a lot @DavidTurner @warkolm
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.