Releases: DevopsArtFactory/escli
Releases · DevopsArtFactory/escli
0.0.5
Release 0.0.4
- Add profile feature in order to manager multiple elasticsearch clusters with a single configuration file
- Improve snapshot restore work if --force option is set to true.
Release 0.0.3
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.
Release 0.0.2
- 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 Release
First official release of escli
Please check README.md and try using escli.
More features will be supported soon!
If there is any feature request, then please create issues.