[Kubernetes Integration] Volume dashboard show if volume is persistent and to which pod it belongs #9612
Labels
enhancement
New feature or request
Integration:kubernetes
Kubernetes
Team:Cloudnative-Monitoring
Label for the Cloud Native Monitoring team [elastic/obs-cloudnative-monitoring]
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:
This issue asks to add two/three columns to the visualization:
kubernetes.namespace
kubernetes.pod.name
: to identify which pod has the problemkubernetes.persistentvolume.claim
: to understand whether the volume is persistent or notWhile the
kubernetes.pod.name
is already part of the documents ofkubernetes
volume dataset, the persistent volume claim information is not. To this extent the issue have been opened elastic/beats#38839.The text was updated successfully, but these errors were encountered: