Hello,
I am running a logstash pipeline with JDBC input triggered via crontab, to ensure also a process runs afterwards.
Besides that i have also a logstash pipeline with JDBC input but with schedule as a service.
I was hoping to have both logstash instances to have the same configuration file.
I added for the 2nd scenario config.reload.automatic: true to the logstash.yml, expecting it wouldnt do anything for scenario 1 as, logstash is shut down again.
Now what I notice is that logstash does not exit when config.reload.automatic is enabled.
I am unable to find this behaviour in the documentation.
Is this intended?
Using:
Logstash 7.11
Ubuntu 20.04