Im using the translate processor to convert atrributes.
i have the following in opensearch:
I want to convert this attribute so i configured:
- translate:
mappings:
- source: "/resource/attributes/compartment_id"
targets:
- target: "/test"
map:
ocid1.compartment.oc1..aaaaaaaanf7f5p6f4xeftfmcuq7loarnufa3zqa2nsfy67dfg2kgsgokzcfq: "Not Found"
default: "Unknown"
But it looks like the processor could not get the attribute because it creates no one. I precise that when i put a single source level (eg: /logid) it works in the same log entry but when adding this structure /x/y/z it doesnt work i dont even have the default unknown.
Im using the translate processor to convert atrributes.
i have the following in opensearch:
I want to convert this attribute so i configured:
But it looks like the processor could not get the attribute because it creates no one. I precise that when i put a single source level (eg: /logid) it works in the same log entry but when adding this structure /x/y/z it doesnt work i dont even have the default unknown.