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
bearer_token_file: /var/run/secrets/kubernetes.io/serviceaccount/token
This use to work before when opensearch was not configured with TLS. But now prometheus target list shows Bad request ( 400).
Am I missing something obvious ?
The text was updated successfully, but these errors were encountered:
I have configured opensearch end point in prometheus with
scrape_interval: 10s
metrics_path: "/_prometheus/metrics"
scheme: https
static_configs:
tls_config:
insecure_skip_verify: true
basic_auth:
username: 'admin'
password: 'PASSWD'
This use to work before when opensearch was not configured with TLS. But now prometheus target list shows Bad request ( 400).
Am I missing something obvious ?
The text was updated successfully, but these errors were encountered: