Hi Logstash Users,
I have started playing with Logstash Pipeline and love the feature. I've got it working and understand that certain elements are not reloabable e.g. if you use stdin.
However, I noticed that this requires adding manual entries in your logstash.yml to always specify the specific pipeline(s) you want to pickup.
Is it possible for dynamic reloads of the logstash.yml file? That way I can version and run favorite tooling to update file as needed rather than a re-deploy of logstash.
I've already raised a comment in the git repo: https://github.com/elastic/logstash/issues/10457
Is there also anyway I can also view what roadmap is?
Thank you as always
Wayne