I'm current Logstash version 7.9 ,I have a encounter a problem in Logstash, in which have a 4 pipeline which are using "JBDC" driver for inserting data into Elasticsearch. **Now I have to add another pipeline through which I could insert the data in Elasticsearch by a "CSV" on a regular basis. **
I have configured the config file it Run perfectly , but I have to Schedule it at once a day at 1 am every day along with other Scheduler which are set on a different time (for example 3 am and 4am) Can anyone help me out, How can I add a Scheduler in the following added config.
I have seen your post regarding this issue.
[type or paste code here](https://discuss.elastic.co/t/scheduling-a-logsatsh-config-file/67831/4)
@warkolm by cron I mean other Scheduler place in different config
which are being called by pipeline.yml ( etc/logstash)
Now I have to add a new config to pipeline.yml in which I can read a CSV from a file location mention above on a daily basis and save it to Elasticsearch.
Secondly
Can we apply CSV filter in stdin?
I have tired it out while the logstash is running as service but it fails and give a error that another logstash instance is in used.
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.