class LogStash::Outputs::Null
A null output. This is useful for testing logstash inputs and filters for performance.
Public Instance Methods
receive(event)
click to toggle source
# File lib/logstash/outputs/null.rb, line 16 def receive(event) end
register()
click to toggle source
# File lib/logstash/outputs/null.rb, line 12 def register end