escli
supports OpenSearch.index stats
command shows statistics of index.stats
command shows statistics of cluster.index create
command create index.
- autocomplete is included.
profiles list
command shows all profiles of escli.profiles add
command add profile to configuration file of escliprofiles remove [profileName]
command remove profile from configuration file of escliinit
command is deprecated.
cat health
command shows all things of_cat/health
APIindex delete
command is added. you can delete index that command.update
command is added. you can update escli that command.snapshot list --repo-only
command shows more information of snapshot repository- bug fix : can't restore and archive snapshot when base path of repository is blank. it is fixed.
diag
command shows minimum disk used percent of data node.
- support
_cluster/reroute?retry_failed
. it helps reroute unassigned shards._cluster/reroute
withretry_failed
query string reroute unassigned shards automatically. - add
force
options tosnapshot delete
,snapshot create
,index settings
,cluster settings
- when initialize escli,
aws_default_region
config is not mandatory. if you use elasticsearch on-premise environments, so you don't haveaws_region
, you type blank that parameter.
- first version