elasticsearch RESTfull _cat api
阿新 • • 發佈:2018-04-03
log shard repo ttr 狀態 fielddata url snap des 查看所有index
curl http://localhost:9200/_cat/indices?v
查看所有doc數量
curl http://localhost:9200/_cat/count?v
查看所有node存儲空間轉臺
curl http://localhost:9200/ _cat/allocation?v
查看所有node文件系統狀態
curl http://localhost:9200/_nodes/stats/fs?pretty
查看所有node可用磁盤大小
curl http://localhost:9200/ _cat/nodes?h=h,diskAvail
HELP
=^.^=
/_cat/allocation
/_cat/shards
/_cat/shards/{index}
/_cat/master
/_cat/nodes
/_cat/indices
/_cat/indices/{index}
/_cat/segments
/_cat/segments/{index}
/_cat/count
/_cat/count/{index}
/_cat/recovery
/_cat/recovery/{index}
/_cat/health
/_cat/pending_tasks
/_cat/aliases
/_cat/aliases/{alias}
/_cat/thread_pool
/_cat/plugins
/_cat/fielddata
/_cat/fielddata/{fields}
/_cat/nodeattrs
/_cat/repositories
/_cat/snapshots/{repository}
elasticsearch RESTfull _cat api