I am pleased to announce the release of the Elasticsearch Curator, version 0.1.
The Elasticsearch Curator adds the facility to close/delete time-based indices with some simples rules as :
{
curator: [
{
name: Test 1,
pattern: "logstash-%{+YYYY.MM.dd}",
close: 30 days,
delete: 60 days
},
],
initialDelay: 5 minutes,
repeatDelay: 10 minutes
}
You're welcome to release your own product, but it would probably be wise to name it differently to avoid confusion, to say nothing of copyright issues.
This is important to all plugin authors. I am not aware that Elastic (the company) is considering to enforce commercial trade rights against single members of the community who wants to help each other in their spare time.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.