-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cherry-pick #20984 to 7.9: Add container ECS fields in kubernetes metadata #21034
Conversation
(cherry picked from commit bcb4e0c)
Pinging @elastic/integrations-platforms (Team:Platforms) |
Signed-off-by: chrismark <[email protected]>
💔 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.runtime
andcontainer.image.name
in 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.runtime
andcontainer.image.name
.Related issues
How to test this PR
Make sure that
container.id
,container.runtime
andcontainer.image.name
exist in the final documents in ES.Screenshots