Hi,
I have the Kubernetes module configured:
https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-module-kubernetes.html
I am interested in node metrics, specifically kube_node_status_condition found here:
https://github.com/kubernetes/kube-state-metrics/blob/master/docs/node-metrics.md
The kubernetes node metricset that is enabled by default does not appear to have these fields.
Does anyone know if this is available? I have checked every kubernetes module and have been unable to find anything similar to kube_node_status_condition.
The end goal is to build alerts based off:
*MemoryPressure
*DiskPressure
*PIDPressure
Thanks!