logstash
logstash copied to clipboard
Logstash Pure Java filter plugins do not support `close` methods
A standard filter plugin allows implementers to override a close
method, to release any resources that may have been allocated while the plugin was running - eg releasing a scheduler that may have been created.
The Java filter API does not provide a close
method, and the Java filter delegator treats close
, doClose
and stop
as no-ops.