elasticsearch RESTfull _cat api

Posted qikang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了elasticsearch RESTfull _cat api相关的知识,希望对你有一定的参考价值。

查看所有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的主要内容,如果未能解决你的问题,请参考以下文章

SpringMVC实现AJax以及RestFull分格

ElasticSearch入门:Index

SpringBoot开发RESTFull?

restfull接口可以申请软件著作权吗

restfull软件架构风格

laravel 控制器 restfull 和 form