We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
com.utmstack
org.opensearch
1 parent 9f21d6b commit 27ffdc6Copy full SHA for 27ffdc6
plugins/events/queue.go
@@ -33,7 +33,7 @@ func startQueue() {
33
retryDelay := 2 * time.Second
34
35
for retry := 0; retry < maxRetries; retry++ {
36
- osUrl := plugins.PluginCfg("com.utmstack", false).Get("opensearch").String()
+ osUrl := plugins.PluginCfg("org.opensearch", false).Get("opensearch").String()
37
38
err := sdkos.Connect([]string{osUrl}, "", "")
39
if err == nil {
0 commit comments