We're using ECK for our Elasticsearch and we want to be able to use the default SSL settings on the cluster and connect to the cluster using a Kubernetes .svc.cluster.local:9200
endpoint. In our JDBC connectors for MySQL we can set verifyServerCertificate=false
in the connection string. I tried that on the ES sink but it doesn't seem to be an option. There doesn't seem to be a way to bypass certificate verification in this connector. If I'm not mistaken about that, I would like to request a feature that allows such a connection.