Schedule csv

It is not possible to schedule the csv using file as input, I've tried also the approach mentioned here:
Cron job for CSV filter, which is using exec.

But as is mentioned in the documentation: (Cron job for CSV filter)
Periodically run a shell command and capture the whole output as an event.

With that in mind is not possible to use exec (I've tested).

which is the solution to scheduling csv reading?

I'm not sure if this will get you exactly what you want but it may get close.
It may be a good idea to use filebeat and then set the scan_frequency to see when a file is updated.
Then send the data to a logstash beats input.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.