Notes about Elasticsearch

From Luis Gallego Hurtado - Not Another IT guy
Jump to: navigation, search


  • Retrieve all indexes
http://<IP>:<PORT>/_cat/indices?v
  • Retrieve statistics, including number of shards in cluster
http://<IP>:<PORT>/_stats
  • Retrieve the number of indexes in cluster
http://<IP>:<PORT>/_cat/count?v
  • Query the indexes
http://<IP>:<PORT>/_search