I have a folder with multiple files with a name date format: "foo_2019_11_23"
I have already created indexes with those files with the folowing command
bin/logstash -f /etc/logstash/conf.d/foo.conf
now there are new files added in that folder, so I want to index those too, if I run the same command again. Will logstash create new indexes with new ids of the old files in that folder, or they will be ignored and only the new files will be added?
You have told logstash, using 'sincedb_path => "/dev/null"', not to persist knowledge of what it has read and what it has not read, so it will re-read everything.
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.