Merge pull request #720 from nikicat/fix-unix

fixed unix input: syntax error
This commit is contained in:
Richard Pijnenburg 2013-10-17 08:21:18 -07:00
commit 30197fb0f6

View file

@ -84,7 +84,7 @@ class LogStash::Inputs::Unix < LogStash::Inputs::Base
decorate(event)
event["host"] = hostname
event["path"] = @path
output_queue << e
output_queue << event
end
end # loop do
rescue => e