We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d33dda commit 036dc0cCopy full SHA for 036dc0c
src/common/helper.js
@@ -447,7 +447,7 @@ function getOSClient () {
447
// AWS ES configuration is different from other providers
448
if (/.*amazonaws.*/.test(osHost)) {
449
osClient = new opensearch.Client({
450
- hosts: osHost,
+ node: osHost,
451
amazonES: {
452
region: config.get('DYNAMODB.AWS_REGION'),
453
credentials: new AWS.EnvironmentCredentials('AWS')
0 commit comments