I am using logstash to create CSV based dictionary's for use with other pipelines, all works well except I want it to replace the CSV each time it runs. With the file output you have the option of
write_behavior = "overwrite".
Is there something equivalent for the CSV output?
So far I can only get it to append to the existing CSV which is not suitable. I want it to overwrite the CSV each time it runs so I can have it create new dictionary CSV's once per day.