Skip to:
I was trying to parse the following
"hello" world
using
%{QS:word} world
but wouldn't match. After trying different things I realized that ommiting the space after the quoted string would work:
%{QS:word}world
Is it just me or this goes against intuition?
Thank you!
Emilio.
Sorry cannot reproduce the non-intuitive solution with latest 1.3.3 or grokdebug application http://grokdebug.herokuapp.com/
I was trying to parse the following
"hello" world
using
%{QS:word} world
but wouldn't match. After trying different things I realized that ommiting the space after the quoted string would work:
%{QS:word}world
Is it just me or this goes against intuition?
Thank you!
Emilio.