We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The key value processor can throw NPE here (
data-prepper/data-prepper-plugins/key-value-processor/src/main/java/org/opensearch/dataprepper/plugins/processor/keyvalue/KeyValueProcessor.java
Line 239 in b4b4a98
source
Expected behavior Utilize the tags_on_failure to tag events that don't have the key, but otherwise will be a no-op and be flushed downstream.
tags_on_failure
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Duplicate of #3928.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The key value processor can throw NPE here (
data-prepper/data-prepper-plugins/key-value-processor/src/main/java/org/opensearch/dataprepper/plugins/processor/keyvalue/KeyValueProcessor.java
Line 239 in b4b4a98
source
key in the Event does not exist.Expected behavior
Utilize the
tags_on_failure
to tag events that don't have the key, but otherwise will be a no-op and be flushed downstream.Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: