ElasticSearch的常用API接口

  • 查看集群状态:http://xxx.xxx.xxx.xxx:19200/_cat/health?v
  • 统计集群信息:http://xxx.xxx.xxx.xxx:19200/_cluster/stats?human&pretty
  • 查看节点状态:http://xxx.xxx.xxx.xxx:19200/_cat/nodes?v
  • 统计节点:http://xxx.xxx.xxx.xxx:19200/_nodes/stats
  • 索引监控:http://xxx.xxx.xxx.xxx:19200/_cat/indices?v
  • 单个索引监控 :http://xxx.xxx.xxx.xxx:19200/index1/_stats
  • 分片监控: http://xxx.xxx.xxx.xxx:19200/_cat/shards?v
  • 任务堆积情况: http://xxx.xxx.xxx.xxx:19200/_cat/pending_tasks?v

你可能感兴趣的:(大数据,ES,elasticsearch,大数据,搜索引擎)