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
The opentelemetry KVLIST_VALUE is recursively converted to one non-readable string To Reproduce
Steps to reproduce the behavior:
Use opentelemetry k8sobjectsreceiver source to collect kubernetes events, and export to data prepper.
The body field in opensearch is something like
Expected behavior
It's better to parse KVLIST_VALUE correctly and insert into OpenSearch as separated field key.
If no, parsing to a simple json string so the next pipeline can parse back Screenshots
Environment (please complete the following information):
data-prepper image opensearchproject/data-prepper:2.3.2 Additional context
data-prepper is installed in an AWS eks and use AWS managed opensearch service
The text was updated successfully, but these errors were encountered:
…e plugin
1. Add a new arguments "recursiveJsonDisabled" whose default value is false and compatible with previouse behavior.
2. Once recursiveJsonDisabled sets to true,covert KVList into a regular json string format.
Signed-off-by: Gong Yi <[email protected]>
topikachu
added a commit
to topikachu/data-prepper
that referenced
this issue
Oct 18, 2023
…e plugin
1. Add a new arguments "kvListAsRecursiveJson" whose default value is true and compatible with previous behavior.
2. Once kvListAsRecursiveJson sets to false,covert KVList into a regular json string format.
Signed-off-by: Gong Yi <[email protected]>
Describe the bug
The opentelemetry KVLIST_VALUE is recursively converted to one non-readable string
To Reproduce
Steps to reproduce the behavior:
Use opentelemetry k8sobjectsreceiver source to collect kubernetes events, and export to data prepper.
The body field in opensearch is something like
Expected behavior
It's better to parse KVLIST_VALUE correctly and insert into OpenSearch as separated field key.
If no, parsing to a simple json string so the next pipeline can parse back
Screenshots
Environment (please complete the following information):
data-prepper image opensearchproject/data-prepper:2.3.2
Additional context
data-prepper is installed in an AWS eks and use AWS managed opensearch service
The text was updated successfully, but these errors were encountered: