Open jonathon2nd opened 1 year ago
Hi @jonathon2nd. The operator does not currently not support specifying certs for the ServiceMonitor. You can only set monitoring.tlsConfig.insecureSkipVerify=true
to handle this.
I'll mark this issue as a feature request, but I don't see this as a priority, so it will have to wait for someone to contribute a PR.
NPNP, maybe a reference this in the doc for monitoring setup for those using PKI would be nice.
I would like to set the following in my opensearch yaml
To use the certs I have setup. But the operator does not seem to support it, as it only deploys the following to the opensearch cluster after I apply yaml
so what I am doing for now it manually creating the service monitor, and just install the plugin as
pluginsList: ["repository-s3","https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.10.0.0/prometheus-exporter-2.10.0.0.zip"]
Then apply the service monitor yaml