mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- don't set the default for @source_host to false (Fixes LOGSTASH-817)
bug introduced in pull #231 (I should have seen this in testing)
This commit is contained in:
parent
a98a8fa4bd
commit
313e78e200
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ class LogStash::Event
|
|||
@cancelled = false
|
||||
|
||||
@data = {
|
||||
"@source_host" => false,
|
||||
"@source" => "unknown",
|
||||
"@tags" => [],
|
||||
"@fields" => {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue