class LogStash::Inputs::BeatsSupport::ConnectionHandler

def from_filebeat?(hash)

def from_filebeat?(hash)
  !hash[Lumberjack::Beats::FILEBEAT_LOG_LINE_FIELD].nil?
end