• 查看版本 
    GET /

    kibana查看ES版本、索引、健康信息

  • 查看目录结构,可根据返回结果继续查询
GET /_cat

  返回结果

/_cat/allocation
/_cat/shards
/_cat/shards/{index}
/_cat/master
/_cat/nodes
/_cat/tasks
/_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/thread_pool/{thread_pools}
/_cat/plugins
/_cat/fielddata
/_cat/fielddata/{fields}
/_cat/nodeattrs
/_cat/repositories
/_cat/snapshots/{repository}
/_cat/templates

  

相关文章:

  • 2021-12-20
  • 2022-01-24
  • 2022-01-04
  • 2022-02-07
  • 2021-05-26
  • 2021-11-07
  • 2022-01-08
猜你喜欢
  • 2021-10-11
  • 2022-01-02
  • 2021-11-23
  • 2021-12-26
  • 2021-09-25
  • 2021-12-15
  • 2022-03-02
相关资源
相似解决方案