opensearch

How to issue POST requests to opensearch cluster in VPC?

How to issue POST requests to opensearch cluster in VPC? Question: I’ve deployed an opensearch cluster into a VPC. I have a VPC endpoint and can successfully issue GET requests to "VPC endpoint URL"/_cluster/settings to get the cluster config, but issuing POST requests to the same URL does not work. Should issuing POST requests to …

Total answers: 2

How can I bulk upload JSON records to AWS OpenSearch index using a python client library?

How can I bulk upload JSON records to AWS OpenSearch index using a python client library? Question: I have a sufficiently large dataset that I would like to bulk index the JSON objects in AWS OpenSearch. I cannot see how to achieve this using any of: boto3, awswrangler, opensearch-py, elasticsearch, elasticsearch-py. Is there a way …

Total answers: 3