Class: LogStash::Outputs::RabbitGelf

Inherits:
Base
  • Object
show all
Defined in:
lib/logstash/outputs/rabbit-gelf.rb

Overview

An example output that does nothing.

Instance Method Summary collapse

Instance Method Details

#receive(event) ⇒ Object



14
15
16
# File 'lib/logstash/outputs/rabbit-gelf.rb', line 14

def receive(event)
  return "Event received"
end

#registerObject



10
11
# File 'lib/logstash/outputs/rabbit-gelf.rb', line 10

def register
end