logstash icon indicating copy to clipboard operation
logstash copied to clipboard

Logstash Pure Java filter plugins do not support `close` methods

Open robbavey opened this issue 2 years ago • 0 comments

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.

robbavey avatar Jul 20 '22 21:07 robbavey