Ruby script files question

Hi,

Following the releast of Logstash 6.1 with support for loading ruby code from external files, I'd like to know what is the process for making changes to these external files?
If we change the code in one of the files, do we have to restart Logstash for the change to be picked up, or is there some way to reload it in runtime (like the current behavior where the code is in the config file which gets auto-reloaded when it is changed)?

Thanks,
Dan

I think you need to restart Logstash for Ruby file changes to be picked.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.