-
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
Add ECS container fields for kubernetes #10926
Comments
@jsoriano Thanks for creating this issue! Is this for 7.x? |
@kaiyan-sheng this would be nice to have soon, but not required for 7.0 as won't introduce breaking changes, this will only add new fields. |
I remember discussing this with @exekias and there was something like: kubernetes.container.id could be different from the container.id but don't remember why anymore. |
@ruflin yes, it is different, but we could maybe use it to extract the runtime and the id in the runtime. |
SGTM |
Let's move this one forward, specially for |
I just realized I won't have the bandwidth to finish this for 7.5.0. Please feel free to pick it up and start working on it! |
Kubernetes fields are not migrated to ECS, but from some of them we could extract some common fields:
kubernetes.container.id
has the formruntime://id
, we could extractcontainer.runtime
andcontainer.id
.kubernetes.node.name
could be copied to some general hostname-like field. (It could be covered by Report host metadata for Kubernetes logs #12790)The text was updated successfully, but these errors were encountered: