-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Routes: regex doesn't work #4763
Comments
From my investigation of this, the problem is that the regex operation fails when the key is not found in the event. Basically, when |
dlvenable
added a commit
to dlvenable/data-prepper
that referenced
this issue
Aug 1, 2024
…n is null, always return false rather than throwing an exception. Resolves opensearch-project#4763. Signed-off-by: David Venable <[email protected]>
4 tasks
dlvenable
added a commit
that referenced
this issue
Aug 12, 2024
…n is null, always return false rather than throwing an exception. Resolves #4763. (#4798) Signed-off-by: David Venable <[email protected]>
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Aug 12, 2024
…n is null, always return false rather than throwing an exception. Resolves #4763. (#4798) Signed-off-by: David Venable <[email protected]> (cherry picked from commit 176d828)
kkondaka
pushed a commit
to kkondaka/kk-data-prepper-f2
that referenced
this issue
Aug 12, 2024
…n is null, always return false rather than throwing an exception. Resolves opensearch-project#4763. (opensearch-project#4798) Signed-off-by: David Venable <[email protected]> Signed-off-by: Krishna Kondaka <[email protected]>
kkondaka
pushed a commit
to kkondaka/kk-data-prepper-f2
that referenced
this issue
Aug 12, 2024
…n is null, always return false rather than throwing an exception. Resolves opensearch-project#4763. (opensearch-project#4798) Signed-off-by: David Venable <[email protected]> Signed-off-by: Krishna Kondaka <[email protected]>
kkondaka
pushed a commit
to kkondaka/kk-data-prepper-f2
that referenced
this issue
Aug 14, 2024
…n is null, always return false rather than throwing an exception. Resolves opensearch-project#4763. (opensearch-project#4798) Signed-off-by: David Venable <[email protected]> Signed-off-by: Krishna Kondaka <[email protected]>
kkondaka
pushed a commit
to kkondaka/kk-data-prepper-f2
that referenced
this issue
Aug 14, 2024
…n is null, always return false rather than throwing an exception. Resolves opensearch-project#4763. (opensearch-project#4798) Signed-off-by: David Venable <[email protected]> Signed-off-by: Krishna Kondaka <[email protected]>
kkondaka
pushed a commit
to kkondaka/kk-data-prepper-f2
that referenced
this issue
Aug 14, 2024
…n is null, always return false rather than throwing an exception. Resolves opensearch-project#4763. (opensearch-project#4798) Signed-off-by: David Venable <[email protected]> Signed-off-by: Krishna Kondaka <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
create pipeline with a route:
but when DP starts I see:
To Reproduce
Expected behavior
route events to indexes according route rules
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: