vvanholl / elasticsearch-prometheus-exporter

Prometheus exporter plugin for Elasticsearch
Apache License 2.0
486 stars 138 forks source link

[Question] Would it work for Elastic cloud #289

Open zen opened 3 years ago

zen commented 3 years ago

Hi,

I tried to install the plugin for managed Elastic cloud. Installation through management console went without any issue, but when trying to fetch metrics, I'm getting following error:

{"error":"Incorrect HTTP method for uri [/_prometheus/metrics] and method [GET], allowed: [POST]","status":405}
IgorOhrimenko commented 3 years ago

I had the same error, but docker-compose restart fixed it.