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

[One Discover] include additional fields for summary column #196513

Open
LucaWintergerst opened this issue Oct 16, 2024 · 1 comment
Open

[One Discover] include additional fields for summary column #196513

LucaWintergerst opened this issue Oct 16, 2024 · 1 comment
Labels
Team:obs-ux-logs Observability Logs User Experience Team

Comments

@LucaWintergerst
Copy link
Contributor

We should make some changes to the fields for the summary column.

remove

cloud.instance.id 
orchestrator.namespace

In addition we need to implement some logic to have a fallback, selecting the first field with a value in descending order:

Add fallback mechanism to container.name

kubernetes.container.name => k8s.container.name => container.name 

Add fallback mechanism to host.name

kubernetes.node.name => k8s.node.name => host.name

Add fallback mechanism to cluster.name

orchestrator.cluster.name => k8s.cluster.name

Add new fields with fallbacks

kubernetes.namespace => (k8s.namespace.name)
kubernetes.pod.name => (k8s.pod.name)

// only one of these will be present in a single doc:
kubernetes.deployment.name => (k8s.deployment.name)
kubernetes.replicaset.name => (k8s.replicaset.name)
kubernetes.statefulset.name => (k8s.statefulset.name)
kubernetes.daemonset.name => (k8s.daemonset.name)
kubernetes.job.name => (k8s.job.name)
kubernetes.cronjob.name => (k8s.cronjob.name)
@LucaWintergerst LucaWintergerst added the Team:obs-ux-logs Observability Logs User Experience Team label Oct 16, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs)

@weltenwort weltenwort assigned weltenwort and unassigned weltenwort Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:obs-ux-logs Observability Logs User Experience Team
Projects
None yet
Development

No branches or pull requests

3 participants