索引查询

  http://10.199.137.115:9200/_cat/indices?format=json 返回json字符串的索引状态

  elasticsearch索引查询,日志搜素

  增加索引名称过滤

  http://10.199.137.115:9200/_cat/indices/sbf*?format=json

  elasticsearch索引查询,日志搜素

  增加健康状态过滤

  http://10.199.137.115:9200/_cat/indices/sbf*?format=json&health=yellow

elasticsearch索引查询,日志搜素

  增加排序字段

  http://10.199.137.115:9200/_cat/indices/sbf*?format=json&health=yellow&s=index:desc

  http://10.199.137.115:9200/_cat/indices/sbf*?format=json&health=yellow&s=index

  :desc倒序

elasticsearch索引查询,日志搜素

 

相关文章: