elasticsearch-prometheus-exporter icon indicating copy to clipboard operation
elasticsearch-prometheus-exporter copied to clipboard

es-cluster X-pack is enabled,but prmetheus need authentication

Open QwQNightmare opened this issue 2 years ago • 2 comments

I open the es-cluster X-pack,but my prometheus can't get metric from http://xxxxx:9200/_prometheus/metrics,need authentication.What do I need to configure?

QwQNightmare avatar Dec 27 '21 10:12 QwQNightmare

Can you use the elastic user account?

ebuildy avatar Dec 29 '21 09:12 ebuildy

    - job_name: ElasticSearchAuth
      scrape_interval: 100s
      scrape_timeout:  100s
      metrics_path: "/_prometheus/metrics"
      basic_auth:
        username: 'elastic'
        password: 'xxxx'
      static_configs:
      - targets:
        - esonline:9200

glyslxq avatar Feb 22 '22 01:02 glyslxq