OpenSearch Prometheus v2

OpenSearch cluster monitoring with OpenSearch Prometheus Exporter and Node Exporter

This is a revision v3 of the Opensearch Prometheus Dashboard here:

https://grafana.com/grafana/dashboards/15178-opensearch-prometheus/

I fixed it, there was a different query in the variable “job” regarding the label value:

Before: label_values(node_uname_info{job=~".kubernetes.|.node_exporters."}, job)

After: label_values(node_uname_info{job=~".kubernetes.|.node-exporter."}, job)

The wrong variable was also invalidating “nodename” and “node” variables as well because they referenced each other.

Additionally, I removed the following views related to K8s:

  • Total Memory
  • Total Memory Free
  • Total Memory Available

Changed:

  • Total Disk Available (Related to Opensearch cluster nodes)
Revisions
RevisionDescriptionCreated
Metrics Endpoint (Prometheus)

Metrics Endpoint (Prometheus)

by Grafana Labs
Grafana Labs solution

Easily monitor any Prometheus-compatible and publicly accessible metrics URL with Grafana Cloud's out-of-the-box monitoring solution.

Learn more

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies