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

Add complete k8s metadata through composable provider #24495

Closed
5 tasks
ChrsMark opened this issue Mar 11, 2021 · 3 comments · Fixed by #27691
Closed
5 tasks

Add complete k8s metadata through composable provider #24495

ChrsMark opened this issue Mar 11, 2021 · 3 comments · Fixed by #27691
Assignees
Labels
Team:Integrations Label for the Integrations team

Comments

@ChrsMark
Copy link
Member

ChrsMark commented Mar 11, 2021

At #21480 the base of the kubernetes provider was implemented.

We need to ensure that we add the proper amount of metadata via the provider. For instance at

we add the following:

kubernetes.namespace
kubernetes.pod.name
kubernetes.pod.uuid
kubernetes.pod.ip
kubernetes.pod.labels
kubernetes.container.name
kubernetes.container.runtime
kubernetes.container.id
kubernetes.container.image

We need more metadata like:

  • annotations
  • nodeName
  • deployment
  • replicaset
  • container port

cc: @exekias @masci

@ChrsMark ChrsMark added the Team:Integrations Label for the Integrations team label Mar 11, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations (Team:Integrations)

@taobo-ops
Copy link

I want to do this too, how can I solve it!

@ChrsMark
Copy link
Member Author

ChrsMark commented Sep 1, 2021

@wzt-tao this is something that is not yet supported and the purpose of this issue it to track down the work for it. We plan to start working on this really soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Integrations Label for the Integrations team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants