class LogStash::Codecs::Base
Beats] framework.
This input plugin enables Logstash to receive events from the
def accept(listener)
def accept(listener) decode(listener.data) do |event| listener.process_event(event) end end
def auto_flush(*)
def auto_flush(*) end