Class: LogStash::Outputs::Faye
- Inherits:
-
Base
- Object
- Base
- LogStash::Outputs::Faye
- 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) event end |
#register ⇒ Object
41 42 43 |
# File 'lib/logstash/outputs/faye.rb', line 41 def register require "net/http" end |