logstash-plugins / logstash-input-gelf

Apache License 2.0
20 stars 39 forks source link

refactor shutdown sequence to use plugin.stop #17

Closed jsvd closed 8 years ago

jsvd commented 9 years ago

Change shutdown sequence to be triggered by plugin.stop instead of ShutdownSignal exception. Also remove any calls to: shutdown, finished, finished?, running? or terminating? This depends on https://github.com/elastic/logstash/pull/3895

ph commented 9 years ago

I am taking it @colinsurprenant