elastic / integrations

Elastic Integrations
https://www.elastic.co/integrations
Other
21 stars 435 forks source link

[Kubernetes Integration] Volume dashboard show if volume is persistent and to which pod it belongs #9612

Open herrBez opened 6 months ago

herrBez commented 6 months ago

As of now the Kubernetes Integration volume dashboard does not show the involved pods nor if the volume is persistent or not, which makes the Dashboard not very helpful for Kubernetes Administrators, which are not able to find the relevant pods and understand whether a restart could help in fixing the issue by looking at the dashboard:

image

This issue asks to add two/three columns to the visualization:

  1. kubernetes.namespace kubernetes.pod.name: to identify which pod has the problem
  2. kubernetes.persistentvolume.claim: to understand whether the volume is persistent or not

While the kubernetes.pod.name is already part of the documents of kubernetes volume dataset, the persistent volume claim information is not. To this extent the issue have been opened https://github.com/elastic/beats/pull/38839.

herrBez commented 6 months ago

cc @elastic/obs-ds-hosted-services

gizas commented 5 months ago

Related to: