There is something that is still unclear for me about rollover index. What i understood is, If i set the indice to rollover each day, each day i have a new index:
day 1 ===> logs-2017.05.17-1
day 2 ===> logs-2017.05.18-000001
day 3 ===> logs-2017.05.19-000001
...
But When i did my test it rollover only once:
day 1 ===> logs-2017.05.13-1
day 2 ===> logs-2017.05.14-000001
Does Elasticsearch rollover index automatically each time the rollover condition is true or it only do it once ?
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.