- 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:
Jordan Sissel 2013-01-03 11:49:06 -08:00
parent a98a8fa4bd
commit 313e78e200

View file

@ -16,7 +16,6 @@ class LogStash::Event
@cancelled = false
@data = {
"@source_host" => false,
"@source" => "unknown",
"@tags" => [],
"@fields" => {},