Status | stable |
OCI Reference | cgr.dev/chainguard/prometheus-elasticsearch-exporter |
- View Image in Chainguard Academy
- View Image Catalog for a full list of available tags. Contact Chainguard for enterprise support, SLAs, and access to older tags.
Minimalist Wolfi-based Prometheus Elasticsearch Exporter image for exporting various metrics about Elasticsearch.
The image is available on cgr.dev
:
docker pull cgr.dev/chainguard/prometheus-elasticsearch-exporter:latest
The easiest way to install the Prometheus Elasticsearch Exporter is to use the Helm chart.
$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
$ helm repo update
$ helm install prom-elasticsearch-exporter prometheus-community/prometheus-elasticsearch-exporter \
--set image.repository=cgr.dev/chainguard/prometheus-elasticsearch-exporter --set image.tag=latest
For more detail, please refer to the Elasticsearch Exporter documentation.