How do I use the ES Connector with the Opensearch Serverless?

0

I've been trying to configure this

I get the error An error occurred while calling o129.pyWriteDynamicFrame. Cannot detect ES version - typically this happens if the network/Elasticsearch cluster is not accessible or when targeting a WAN/Cloud instance without the proper setting 'es.nodes.wan.only'

I setup the connector like this

path: <collection name> es.nodes.wan.only: true es.port 443 es.nodes https://<collection_id>.us-west-2.aoss.amazonaws.com/

asked a year ago358 views
1 Answer
0

The Java client currently doesn't work with OpenSearch serverless yet because it doesn't expose the version.

profile pictureAWS
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions