Elasticsearch Exporter

Prometheus exporter for various metrics about Elasticsearch, written in Go.

https://github.com/prometheus-community/elasticsearch_exporter

Installation

For pre-built binaries please take a look at the releases. https://github.com/prometheus-community/elasticsearch_exporter/releases

Docker

docker pull quay.io/prometheuscommunity/elasticsearch-exporter:latest
docker run --rm -p 9114:9114 quay.io/prometheuscommunity/elasticsearch-exporter:latest

Example docker-compose.yml:

elasticsearch_exporter:
    image: quay.io/prometheuscommunity/elasticsearch-exporter:latest
    command:
     - '--es.uri=http://elasticsearch:9200'
    restart: always
    ports:
    - "127.0.0.1:9114:9114"
作者:Jeebiz  创建时间:2023-03-12 22:12
最后编辑:Jeebiz  更新时间:2024-01-24 21:48