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
source(required): the source map to perform the operation target(required): the target list key_name: the key name of the field to hold the original key, default is "key" value_name: the key name of the field to hold the original value, default is "value"
Describe alternatives you've considered (Optional)
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Will add an exclude_keys option to skip the conversion for certain key-value pairs and also have an option to remove the converted fields from source map (retaining only the skipped fields in source map).
Is your feature request related to a problem? Please describe.
A processor that converts a map of key-value pairs:
to a list of object with key and value under separate fields:
This can be used when
my-map
contains a large number of fields to avoid mapping explosion in OpenSearch while keeping the key-value pairs searchable.Describe the solution you'd like
This can be a reversed operation of what ListToMap processor does. The configuration options would be like this:
source
(required): the source map to perform the operationtarget
(required): the target listkey_name
: the key name of the field to hold the original key, default is "key"value_name
: the key name of the field to hold the original value, default is "value"Describe alternatives you've considered (Optional)
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: