mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Merge branch 'master-gelf-fixes' of https://github.com/lusis/logstash into lusis-master-gelf-fixes
This commit is contained in:
commit
f29e1acd41
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