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
ES kibana记录
最新推荐文章于 2025-11-21 15:16:59 发布
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

被折叠的 条评论
为什么被折叠?