AdamVB
Results
1
comments of
AdamVB
As a workaround you can also add a record transformer filter to "de-nest" the keys: ``` @type record_transformer enable_ruby pod_name ${record["kubernetes"]["pod_name"]} container_image_id ${record["kubernetes"]["container_image_id"]} ``` And do the column mapping without...