Class: LogStash::Outputs::Faye

Inherits:
Base
  • Object
show all
Defined in:
lib/logstash/outputs/faye.rb

Overview

File output.

Write events to files on disk. You can use fields from the event as parts of the filename.

Instance Method Summary collapse

Instance Method Details

#receive(event) ⇒ Object



46
47
48
49
50
# File 'lib/logstash/outputs/faye.rb', line 46

def receive(event)
  return unless output?(event)

_send_message event
end

#registerObject



41
42
43
# File 'lib/logstash/outputs/faye.rb', line 41

def register
  require "net/http"
end