@jerrac I have a super simple workaround !!! It Works ...
I will still work behind the scenes to get this fixed
So in the docker integration
Under Container Logs -> Advanced Setting Processors I added this
- rename:
    fields:
      - from: "container.image"
        to: "container.image.name"
    ignore_missing: true
    fail_on_error: false
The processors renames the field before it is sent to elastic and now here are the Fixed Logs ![]()


