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
I am currently attempting to use the exporter to expose metrics from an AWS ElasticSearch instance, but all of my requests are failing with status code 401:
level=warn ts=2020-05-19T18:21:49.238735875Z caller=cluster_health.go:270 msg="failed to fetch and decode cluster health" err="HTTP Request failed with code 401"
Due to my configuration, it seems basic auth is not an option and I would need requests to be signed. Just wondering if this is a supported use case.
The text was updated successfully, but these errors were encountered:
I am currently attempting to use the exporter to expose metrics from an AWS ElasticSearch instance, but all of my requests are failing with status code 401:
Due to my configuration, it seems basic auth is not an option and I would need requests to be signed. Just wondering if this is a supported use case.
The text was updated successfully, but these errors were encountered: