elastic / elastic/integrations

[K8s Otel] Pod details dashboard - View logs in discover does not show results

Open
#20,398 0 comments 0 reactions 1 assignee Claimed by @mrg-elastic View on GitHub
Dominant language
Handlebars
Stars
333
Forks
647
Avg merge
3d 4h
Merged PRs (30d)
209

Description

The View pod logs in Discover link in the Pod details dashboard , on click, provides an option to View logs in Discover.

This applies the filter on `k8s.pod.name` field

Example:
```
k8s.pod.name:"web-frontend-796fcd55b9-jmlkh"
```

This must be corrected to `k8s.object.name`.

Example:

```
k8s.object.name:"web-frontend-796fcd55b9-jmlkh"
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.