Class: LogStash::Outputs::Example
- Inherits:
-
Base
- Object
- Base
- LogStash::Outputs::Example
- Defined in:
- lib/logstash/outputs/example.rb
Overview
An example output that does nothing.
Instance Method Summary collapse
Instance Method Details
#receive(event) ⇒ Object
14 15 |
# File 'lib/logstash/outputs/example.rb', line 14 def receive(event) end |
#register ⇒ Object
10 11 |
# File 'lib/logstash/outputs/example.rb', line 10 def register end |