class LogStash::Outputs::RabbitGelf

An example output that does nothing.

Public Instance Methods

receive(event) click to toggle source
# File lib/logstash/outputs/rabbit-gelf.rb, line 14
def receive(event)
  return "Event received"
end
register() click to toggle source
# File lib/logstash/outputs/rabbit-gelf.rb, line 10
def register
end