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 15
def receive(event)
end
register() click to toggle source
# File lib/logstash/outputs/null.rb, line 11
def register
end