Skip to content

Another command-line interface for the Elasticsearch _cat API

Notifications You must be signed in to change notification settings

thekugelmeister/escat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

escat

Another command-line interface for the Elasticsearch _cat API.

Inspired by the deprecated es2unix. The alternative copycat seems like a better solution than this, but it interacts poorly with my environment variables for some reason. Also, for some reason I wanted to explore the intricacies of python argparse.

The name seemed like a good idea at the time, at least until I first used the command. Oh well, too late now...

Try other solutions first. They probably work better.

Notes

  • python3
    • Eh, I like type hinting for documentation clarity...
  • Requires elasticsearch-py
    • Should not require it, but I used it because I had it
  • Changes to _cat API will break this
    • At some point I might come back and change this...

About

Another command-line interface for the Elasticsearch _cat API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages