esctl

command module
v0.0.0-...-28a77dd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2020 License: MIT Imports: 3 Imported by: 0

README

esctl

esctl is cli tool for Elasticsearch cluster managing.

esctl

features

  • expressive and intuitive syntax
  • formatted and colorized terminal output
  • components high-level information
  • indices management
  • content dumping/restoring

installation

Standard go install:

go install github.com/unqnown/esctl

quick start

esctl requires configuration file to connect to a cluster. However, it is a waste of time to create configuration file from scratch. Therefore it's recommended to use the init command which will create it interactively.

To start using esctl immediately with default configuration run:

esctl init

Default configuration will be added to your $HOME/.esctl directory. You are able to override config location with $ESCTLCONFIG env variable.

version: v0.1.0
home: ~/.esctl/
clusters:
  localhost:
    servers:
    - http://localhost:9200
contexts:
  default:
    cluster: localhost
context: default

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL