From ed16bf3fcb2417023b3e6ba367ca5c4cec2bb552 Mon Sep 17 00:00:00 2001 From: winc-link Date: Sun, 5 May 2024 16:00:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=BA=E6=99=AF=E8=81=94?= =?UTF-8?q?=E5=8A=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/dtos/ekuiper.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/dtos/ekuiper.go b/internal/dtos/ekuiper.go index ece64c7..95d611b 100644 --- a/internal/dtos/ekuiper.go +++ b/internal/dtos/ekuiper.go @@ -87,6 +87,7 @@ func GetRuleAlertEkuiperActions(actionUrl string) []Actions { var a []Actions rest := make(map[string]interface{}) rest["method"] = "POST" + //bug-fix rest["url"] = "http://hummingbird-core:58081" + "/api/v1/ekuiper/alert" rest["bodyType"] = "json" rest["timeout"] = 5000