Skip to content

Releases: DevopsArtFactory/escli

0.0.5

17 Feb 08:41
Compare
Choose a tag to compare
  • escli supports OpenSearch.
  • index stats command shows statistics of index.
  • stats command shows statistics of cluster.
  • index create command create index.

Release 0.0.4

01 Jul 11:57
f35657b
Compare
Choose a tag to compare
  • 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

05 Feb 06:11
2826e5c
Compare
Choose a tag to compare
  • cat health command shows all things of _cat/health API
  • index 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

14 Jan 03:45
2826e5c
Compare
Choose a tag to compare
  • support _cluster/reroute?retry_failed. it helps reroute unassigned shards. _cluster/reroute with retry_failed query string reroute unassigned shards automatically.
  • add force options to snapshot 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 have aws_region, you type blank that parameter.

First Release

13 Jan 09:35
c71da06
Compare
Choose a tag to compare

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.