elasticsearch-prometheus-exporter
elasticsearch-prometheus-exporter copied to clipboard
es-cluster X-pack is enabled,but prmetheus need authentication
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?
Can you use the elastic
user account?
- job_name: ElasticSearchAuth
scrape_interval: 100s
scrape_timeout: 100s
metrics_path: "/_prometheus/metrics"
basic_auth:
username: 'elastic'
password: 'xxxx'
static_configs:
- targets:
- esonline:9200