Skip to content

plinde/elasticsearch-curator-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elasticsearch-curator-go

Elasticsearch Curator (in Go)

Very basic implementation of some Elasticsearch Curator functionality.

Currently supported (http://localhost:9200, unauthenticated)

  • Create,Delete,Open,Close Index API
./elasticsearch-curator-go index create mynewindex -v
./elasticsearch-curator-go index close mynewindex -v
./elasticsearch-curator-go index open mynewindex -v
./elasticsearch-curator-go index delete mynewindex -v

About

ElasticSearch Curator (in Go)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages