Class: LogStash::Outputs::Null
- Defined in:
- lib/logstash/outputs/null.rb
Overview
A null output. This is useful for testing logstash inputs and filters for performance.
Constant Summary
Constants included from Config::Mixin
Instance Attribute Summary
Attributes included from Config::Mixin
Attributes inherited from Plugin
Instance Method Summary collapse
Methods inherited from Base
#handle, #handle_worker, #initialize, #worker_setup, #workers_not_supported
Methods included from Config::Mixin
Methods inherited from Plugin
#eql?, #finished, #finished?, #hash, #initialize, #inspect, lookup, #reload, #running?, #shutdown, #teardown, #terminating?, #to_s
Constructor Details
This class inherits a constructor from LogStash::Outputs::Base
Instance Method Details
#receive(event) ⇒ Object
16 17 |
# File 'lib/logstash/outputs/null.rb', line 16 def receive(event) end |
#register ⇒ Object
12 13 |
# File 'lib/logstash/outputs/null.rb', line 12 def register end |