Grok singles option is broken for complex patterns
Description
Gliffy Diagrams
Activity
Show:

Philippe Weber August 1, 2014 at 7:37 AM
Dup of

Fabio Napoleoni September 21, 2013 at 4:41 PM
Hi Richard, afaik the issue is still present in the latest 1.1.x release but is not present in the latest 1.2.x.

Richard Pijnenburg September 21, 2013 at 3:17 PM
Hi,
Is this still an issue with the latest release?

Fabio Napoleoni April 20, 2013 at 9:50 AM
Yes, this is the output on my working copy. However I haven't upgraded logstash sources, I run this from the code in my github fork with
Rspec output
Jordan Sissel April 20, 2013 at 6:36 AM
Can you include the spec output showing the failure?
Duplicate
Details
Details
Assignee

Reporter

Affects versions
Created October 17, 2012 at 4:23 PM
Updated August 1, 2014 at 7:37 AM
Resolved August 1, 2014 at 7:37 AM
I tried the new singles option with the patterns I'm working on and I found out that for some fields it doesn't work. I wasn't able to debug the issue since I don't know enough logstash internals, but I was able to reproduce the issue in a spec, you can find that in this branch
https://github.com/fabn/logstash/tree/singles-option-issue
The strange thing is with those data some fields are kept into arrays and for some others the single option is applied with no issues.
I did not make a pull request since in order to reproduce the issue I had to add my patterns file to the patterns directory and that file is not production ready, so you should not merge it.