标签 elasticsearch 下的文章

1.查询集群的基本运行状况-health curl -XGET 'localhost:9200/_cat/health?v&pretty' 2.集群的节点信息 curl -XGET 'localhost:9200/_cat/nodes?v&pretty' 3.集群 中的索引信息 curl -XGET 'localhost:9200/_cat/indices?v&pretty' 4.根据id查询所需数据

Tags: elasticsearch 查询 语法

Read more

V