Advertisement
VladimirLavrenchuk

index stats

Feb 6th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. curl localhost:9200/_cluster/health?pretty
  2. curl localhost:9200/_cat/shards?v
  3. curl localhost:9200/_cat/allocation?v
  4. curl localhost:9200/_cluster/settings
  5. curl localhost:9200/_stats
  6. curl localhost:9200/index1,index2/_stats
  7. #opened scroll context:
  8. curl localhost:9200/_nodes/stats/indices/search
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement