Skip to content

ES --> OS migration for Opensearch consolidation #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jan 9, 2025
Prev Previous commit
Next Next commit
Fix OS initialization
  • Loading branch information
jmgasper committed Aug 28, 2024
commit 036dc0c5e841b8c5ac6ea948c81fbbd69146d8fb
2 changes: 1 addition & 1 deletion src/common/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ function getOSClient () {
// AWS ES configuration is different from other providers
if (/.*amazonaws.*/.test(osHost)) {
osClient = new opensearch.Client({
hosts: osHost,
node: osHost,
amazonES: {
region: config.get('DYNAMODB.AWS_REGION'),
credentials: new AWS.EnvironmentCredentials('AWS')
Expand Down