Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): 3.1.0
Describe the issue:
I’m trying to sink some sample data into an OpenSearch cluster, but I can only find connectors for OpenSearch versions 1.x and 2.x. When I push data to a 3.1.0 cluster, it fails with some dependency errors.
I also tried using the Elasticsearch 7 connector — the Flink job submits successfully, but since the connector doesn’t support an allow-insecure (or equivalent) SSL option, it fails the TLS/SSL handshake with the OpenSearch cluster.
Any suggestions or workarounds for this situation? Thank you!