Class: LogStash::Outputs::Example

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

Overview

An example output that does nothing.

Instance Method Summary collapse

Instance Method Details

#receive(event) ⇒ Object



14
15
# File 'lib/logstash/outputs/example.rb', line 14

def receive(event)
end

#registerObject



10
11
# File 'lib/logstash/outputs/example.rb', line 10

def register
end