Logstash re-register on POSIX SIG

Logstash will listen for a SIGHUP and reload the configuration file when it receives one.
It listens for SIGSTP and will safely shutdown the pipeline.

Is there a way to get logstash to re-register a plugin by giving it a specific signal? Can I trap a signal in a logstash plugin like this?

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