mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Moved comments in README.md
This commit is contained in:
parent
bdf5147632
commit
e806b1ae60
2 changed files with 14 additions and 23 deletions
|
|
@ -1,25 +1,3 @@
|
|||
# ------------------------------------------------------------------------------
|
||||
# Description
|
||||
# -----------
|
||||
#
|
||||
# You can use Elastichsearch GET API like in Marvel sense console:
|
||||
# GET /
|
||||
# GET _cluster/health
|
||||
# GET _nodes/stats
|
||||
# GET _stats/fielddata?fields=*
|
||||
# GET _nodes/stats/indices/fielddata?fields=*
|
||||
#
|
||||
# You have do install json_reformat (http://dev.man-online.org/package/main/yajl-tools/)
|
||||
# to format json
|
||||
#
|
||||
# ------------------------------------------------------------------------------
|
||||
# Author
|
||||
# -------
|
||||
#
|
||||
# * Fedele Mantuano (Twitter: @fedelemantuano)
|
||||
#
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
alias ech='GET _cluster/health'
|
||||
alias ecs='GET _cluster/state'
|
||||
alias ens='GET _nodes/stats'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue