You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE:
It seems that there is a security plugin enabled by default in Open Distro for Elasticsearch.
After whitelisting the _prometheus/metrics url with
config:
enabled: false
requests:
/_cluster/settings:
- GET
- PUT
/_cat/nodes:
- GET
/_cat/shards:
- GET
/_prometheus/metrics:
- GET
Hi,
I'm trying to configure the prometheus export on Open Distro for Elasticsearch v7.10.2 - https://opendistro.github.io/
in the logs of the init container it seems that the plugin is installed without any issues
but when I try to open the metrics endpoint I'm getting this
Any idea why it's not working? Have someone tested it with "Open Distro for Elasticsearch"?
Thanks in advance!
The text was updated successfully, but these errors were encountered: