mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
fixing notify call so opts will be passed
This commit is contained in:
parent
cb11e9ec5c
commit
61f1bdb2e0
1 changed files with 1 additions and 1 deletions
|
@ -51,6 +51,6 @@ class LogStash::Outputs::Gelf < LogStash::Outputs::Base
|
|||
m["#{name}"] = value
|
||||
end
|
||||
m["timestamp"] = event.timestamp
|
||||
@gelf.notify(m)
|
||||
@gelf.notify!(m)
|
||||
end # def receive
|
||||
end # class LogStash::Outputs::Gelf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue