We have a pipeline configuration using some http_poller as inputs.
After changing the config from "cron" format (at '15 of all hours) to "every" (hourly basis), we see that the poller triggers hourly as intended but it also triggers at minute 15 as it was previously configured.
This happens in 2 machines, one running Ubuntu and other RHEL
Is the cron config cached somewhere? How can we get rid of it?
We tried both restarting the service and the full machine but the issue is still there.
in fact it is responding to changes we are doing in that file. The problem is it is doing things that were in previous versions of that file on top of the current ones. And they are related to the previous cron config.
It seems the cron config is cached somewhere and not deleted even it is not in the config file anymore
After reinstalling from scratch and seen that the symptoms were still there (and not believing in witches) I had to think in another possibilities. I finally discovered that a collegue of mine instantiated another logstash instance with the old config in a different environment pointing to the same elasticsearch cluster by mistake.
Thanks Badger for your support and sorry
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.