Ingest Kubernetes kube_state_metrics data

I have a Kubernetes cluster that includes an instance of kube_state_metrics for reporting cluster information. I will use httpbeat to query the metrics endpoint and push data to Logstash. The text format for data from kube_state_metrics is described here: https://prometheus.io/docs/instrumenting/exposition_formats/. Is there a Grok pattern for parsing this data?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.