Skip to content

Commit 27ffdc6

Browse files
committed
fix: update OpenSearch plugin configuration key from com.utmstack to org.opensearch.
1 parent 9f21d6b commit 27ffdc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/events/queue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func startQueue() {
3333
retryDelay := 2 * time.Second
3434

3535
for retry := 0; retry < maxRetries; retry++ {
36-
osUrl := plugins.PluginCfg("com.utmstack", false).Get("opensearch").String()
36+
osUrl := plugins.PluginCfg("org.opensearch", false).Get("opensearch").String()
3737

3838
err := sdkos.Connect([]string{osUrl}, "", "")
3939
if err == nil {

0 commit comments

Comments
 (0)