I have a config which reads csv files.
csv file gets to it's location via rcp from another system once a day.
but that csv file gets deleted as soon it process reading it. I don't want that to be deleted. how do I do that.
input {
file {
path => "/data01/csv_files/usage_report*.log"
sincedb_path => "/dev/null"
start_position => "beginning"
mode => "read"
}
}
csv files are usage_report_01.log, usage_report_02.log, for day of the week.