Class: LogStash::Outputs::Null
- Inherits:
-
Base
- Object
- Base
- 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.
Instance Method Summary collapse
Instance Method Details
#receive(event) ⇒ Object
15 16 |
# File 'lib/logstash/outputs/null.rb', line 15 def receive(event) end |
#register ⇒ Object
11 12 |
# File 'lib/logstash/outputs/null.rb', line 11 def register end |