修复场景联动bug
parent
7776086050
commit
ed16bf3fcb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue