fixed unix input: syntax error

This commit is contained in:
Nikolay Bryskin 2013-10-15 15:05:00 +04:00
parent cbf2a9a692
commit d1dae2eaf5

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