I am running conf files via pipelines.yml.
- pipeline.id: pipeline19
config.reload.automatic: true
config.reload.interval: 3s
path.config: "/etc/logstash/conf.d/ds-recentsearch.conf"
queue.type: persisted
After setting config.reload.automatic: true I've run service logstash restart command. Now when logstash is already running and am making changes inside ds-recentsearch.conf file its not auto reloading. Inside logstash.yml config.reload.automatic: false is set. Can we set config.reload.automatic: true inside pipelines.yml. Because I dont want to set config.reload.automatic: true for all conf files. So I want to set it true from pipelines.yml.