Bootstrap

elasticsearch-浏览器地址栏-小命令

查询基本结构(占用量等等)

http://***:9200/_cat/indices?v

在这里插入图片描述

获取es集群服务健康状态

http://***:9200/_cat/health?v

在这里插入图片描述

查看es节点信息

http://***:9200/_cat/nodes?v

在这里插入图片描述

查看es指定节点信息

http://***:9200/_nodes/nodeName?pretty=true

在这里插入图片描述

查询全局的索引及结构

http://***:9200/_all

在这里插入图片描述

查询指定索引的结构

http://***:9200/索引/_mapping?pretty

在这里插入图片描述

先这样 ES 常用查询命令汇总,到时候在汇总下这些.

;