Skip to content

Commit

Permalink
Add allocation alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Royer committed Jul 16, 2018
1 parent d9cb54e commit 03d89fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distribution/src/main/resources/bin2/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ alias metadata='curl -XGET $CREDENTIAL $PROTOCOL://$NODE:9200/_cluster/state/me
alias stats='curl -XGET $CREDENTIAL $PROTOCOL://$NODE:9200/_stats?pretty=true'
alias shards='curl -s -XGET $CREDENTIAL $PROTOCOL://$NODE:9200/_cat/shards?v | sort'
alias indices='curl -s -XGET $CREDENTIAL $PROTOCOL://$NODE:9200/_cat/indices?v | sort'
alias allocation='curl -s -XGET $CREDENTIAL $PROTOCOL://$NODE:9200/_cat/allocation?v'
alias fielddata='curl -XGET $CREDENTIAL $PROTOCOL://$NODE:9200/_cat/fielddata/body,text?v'
alias threads='curl -XGET $CREDENTIAL $PROTOCOL://$NODE:9200/_cat/thread_pool?v'
alias hotthreads='curl -XGET $CREDENTIAL $PROTOCOL://$NODE:9200/_nodes/hot_threads'
Expand Down

0 comments on commit 03d89fe

Please sign in to comment.