Cherry-pick #20984 to 7.9: Add container ECS fields in kubernetes metadata#21034
Cherry-pick #20984 to 7.9: Add container ECS fields in kubernetes metadata#21034ChrsMark merged 2 commits intoelastic:7.9from
Conversation
(cherry picked from commit bcb4e0c)
|
Pinging @elastic/integrations-platforms (Team:Platforms) |
Signed-off-by: chrismark <chrismarkou92@gmail.com>
💔 Tests FailedExpand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
Cherry-pick of PR #20984 to 7.9 branch. Original message:
What does this PR do?
This PR adds
container.id,container.runtimeandcontainer.image.namein kubernetes metadata to be compliant with https://www.elastic.co/guide/en/ecs/current/ecs-container.htmlWhy is it important?
In final events the metadata do not include
container.id,container.runtimeandcontainer.image.name.Related issues
How to test this PR
Make sure that
container.id,container.runtimeandcontainer.image.nameexist in the final documents in ES.Screenshots