it looks like its rotating now, but with one day delay.
I get this now:
Real Date -> index name
28.03.2019 -> logstash-2019.03.27-000001
29.03.2019 -> logstash-2019.03.28-000002
30.03.2019 -> logstash-2019.03.29-000003
31.03.2019 -> logstash-2019.03.30-000004
01.04.2019 -> logstash-2019.03.31-000005
but what i want to get is:
Real Date -> index name
28.03.2019 -> logstash-2019.03.28-000001
29.03.2019 -> logstash-2019.03.29-000001
30.03.2019 -> logstash-2019.03.30-000001
31.03.2019 -> logstash-2019.03.31-000001
01.04.2019 -> logstash-2019.04.01-000001
And when i get over xx million docs the index should rotate on the same day and increment the last number.
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.