Hi
I've added:
config.reload.automatic: true
config.reload.interval: 300
to my config/logstash/logstash.yml which points to /usr/share/logstash/config/logstash.yml in the running logstash docker container.
I also tried adding
environment:
- config.reload.automatic=true
- config.reload.interval=300
to my docker-compose.yml logstash section but, none seem to work.
I still need to restart container for config to to be changed. This is quite hard when you have
lots of pipelines and up to 200K/min/server input. Restarting the container takes 50sec.
Also is there a config I can query to see if this is set up.
Another solution is to open lots of logstash ports and use separate logstash instances.
Thanks