Closed GoogleCodeExporter closed 9 years ago
This double array seems related to the magical double rainbow:
http://www.google.com/search?q=double+rainbow
But more seriously, I'll take a peak and fix it. Thanks for the super detailed
report :)
Original comment by jls.semi...@gmail.com
on 18 Feb 2011 at 10:01
Original comment by jls.semi...@gmail.com
on 18 Feb 2011 at 10:02
Ahh, we don't have tests for grok yet. I"ll add tests and then fix this problem.
Original comment by jls.semi...@gmail.com
on 19 Feb 2011 at 6:36
commit e5cafba4ca071c6f59b77ce0b092529df3b119c9
Author: Jordan Sissel <jls@semicomplete.com>
Date: Sun Feb 20 22:30:00 2011 -0800
- Fix logstash issue/42
(http://code.google.com/p/logstash/issues/detail?id=42)
The bug was taht each_capture was yielding previously key,val where
both were strings. A recent refactor to use ruby-ffi made each_capture
yield key,val where 'val' was an array of values.
I've added a test for this to verify string,string yield and verified
the logstash bug is fixed.
Original comment by jls.semi...@gmail.com
on 21 Feb 2011 at 6:32
jls-grok 0.4.2 should fix this and is now published to rubygems.org
If this doesn't solve your problem, feel free to reopen this ticket.
Original comment by jls.semi...@gmail.com
on 21 Feb 2011 at 6:32
Original issue reported on code.google.com by
rausa...@gmail.com
on 18 Feb 2011 at 9:56