class LogStash::Outputs::Example
An example output that does nothing.
Public Instance Methods
receive(event)
click to toggle source
# File lib/logstash/outputs/example.rb, line 14 def receive(event) return "Event received" end
register()
click to toggle source
# File lib/logstash/outputs/example.rb, line 10 def register end