Skip to content
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

Auditbeat - Enrich process events with K8 information #9668

Closed
gingerwizard opened this issue Dec 19, 2018 · 7 comments
Closed

Auditbeat - Enrich process events with K8 information #9668

gingerwizard opened this issue Dec 19, 2018 · 7 comments

Comments

@gingerwizard
Copy link

Describe the enhancement:

Support Enrichment of Auditbeat process events with Kubernetes and docker metadata. Currently this isn't supported.

We believe this isn't working because cgroup names are different for docker containers when they are launched by Kubernetes, hence add_docker_metadata doesn't work. This information in turn isn't available for add_kubernetes_metadata. Proposal is adding logic on add_kubernetes_metadata with the k8s pattern for cgroup names.
@exekias to add more details

Describe a specific use case for the enhancement or feature:

Kubernetes and tracking process executions + being able to attribute these to a specific container.

@gingerwizard
Copy link
Author

@exekias any plans for this one? Its come up a few times.

@exekias
Copy link
Contributor

exekias commented Apr 3, 2019

Sorry I have been out for a while, didn't have much time to look into this yet. Also pinging @elastic/secops

@nickbabkin
Copy link

Doesn't work still, kubernetes support for auditbeat is very limited.

@danmx
Copy link
Contributor

danmx commented Mar 4, 2020

Any updates from Elastic? @jsoriano @exekias

@andrewkroh
Copy link
Member

add_process_metadata is getting support for reading container IDs from k8s cgroup names (#15947). I think once that's added you can layer on the add_kubernetes_metadata processor to enrich the process events.

@jsoriano
Copy link
Member

jsoriano commented Apr 2, 2020

I can confirm that with 7.7 will be possible to enrich process events with K8s info, I have opened a PR to add this to the reference manifest: #17431

@botelastic
Copy link

botelastic bot commented Mar 3, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@botelastic botelastic bot added the Stalled label Mar 3, 2021
@botelastic botelastic bot closed this as completed Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants