-
Hello I need to use parase_groks to have ability for multi patterns check. I have pattern which is working fine on parse_grok but not working with parase_groks. Working:
Not matching:
Tested on version 0.24.1 and 0.25.2. Can you please tell me what I'm doing wrong? I don't want to start the issue because I assume that is a configuration problem not Vector itself. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @mulat666 ,
|
Beta Was this translation helpful? Give feedback.
Hi @mulat666 ,
parse_groks
andparse_grok
have different behaviors at the moment, unfortunately. Do you have an input line that doesn't match? We could try to help you debug the pattern. We have an issue to unify the two functions here: https://github.com/vectordotdev/vector/issues/12612