mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- Add 'register' method to null output so it actually works now.
This commit is contained in:
parent
461dc60890
commit
c22df1cf8a
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ require "logstash/namespace"
|
|||
class LogStash::Outputs::Null < LogStash::Outputs::Base
|
||||
config_name "null"
|
||||
|
||||
public
|
||||
def register
|
||||
# Nothing to do
|
||||
end # def register
|
||||
|
||||
public
|
||||
def receive(event)
|
||||
# Do nothing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue