You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I add conditional grok processor from the documentation to my dataprepper pipeline and i get error
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
... 72 more
Caused by: com.fasterxml.jackson.databind.JsonMappingException: while parsing a block mapping
in 'reader', line 17, column 10:
grok_when: '/type == "ipv4"'
^
expected , but found ''
in 'reader', line 18, column 12:
match:
^
@dlvenable ye, that works, i found multiple documentation errors, where can i contribute and fix doc errors that i found in DataPrepper? I'm more than willing to do that
Describe the bug
I add conditional grok processor from the documentation to my dataprepper pipeline and i get error
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
... 72 more
Caused by: com.fasterxml.jackson.databind.JsonMappingException: while parsing a block mapping
in 'reader', line 17, column 10:
grok_when: '/type == "ipv4"'
^
expected , but found ''
in 'reader', line 18, column 12:
match:
^
reference: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/grok/#conditional-grok
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Dataprepper is running, conditions work
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: