When using a file input, with elasticsearch output
how do I make sure that each of the lines in the log files I generate, and have logstash process only get added once?
If I add another output, like S3 some time later, will it update that output with the older data? Or will the data need to be re-loaded from scratch and have the since_db erased and will I need to clear the elasticsearch indexes?