Skip to content

holger-arndt/elasticsearch-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

elasticsearch-cli

Command line tool to use elasticsearch without having to know all the complicated curl get and post requests.

USAGE

elastic [alias|cluster|index|master|node|plugin|reindex|search|shard] command parameters

EXAMPLES

  • elastic cluster health Display cluster health information
  • elastic allocation explain Display problems while allocating shards
  • elastic shard allocation none Disable shard allocation before updating a node
  • elastic shard allocation all Enable shard allocation
  • elastic allocation retry Retry shard allocation if there are unassigned shards

LICENSE

MIT License

Copyright (c) 2019 Holger Arndt

About

Command line tool to use elasticsearch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages