Hello,
When logstash starts it fetches only once data. I'd like to refresh my data in cycles/intervals/schedule. What is the best option for this. For now i would like to try cron tasks. In my opinion it is not good solution because I have to start logstash with different --path.config and after that I need to kill the process after start. When logstash starts it fetches only once data(https://www.elastic.co/blog/analyzing-salesforce-data-with-logstash-elasticsearch-kibana).
Can you tell l me how can I refresh my data?? Is there any scheduler config for that? I saw that there is PullRequest from ppf user but it is not merged.
Kind Regards