logstash log-alert.sd add @all

main
ycz008 2024-03-07 16:25:29 +08:00
parent d62ab141f7
commit 2a8db56743
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ if [[ -z $1 || -z $2 || -z $3 || -z $4 || -z $5 || -z $6 ]];then
exit 1
fi
msg="timestamp: $1\nserviceName: $2\nenv: $3\nlevel: $4\nmessage: $5\nstack_trace: $6\n"
msg="timestamp: $1\nserviceName: $2\nenv: $3\nlevel: $4\nmessage: $5\nstack_trace: $6\n<at user_id=\\\"all\\\"></at>\n"
#echo -ne $msg
curl -X POST -H "Content-Type: application/json" -d "{\"msg_type\":\"text\",\"content\":{\"text\":\"$msg\"}}" https://open.feishu.cn/open-apis/bot/v2/hook/29dd52e5-70d5-44b0-a443-22ea85382646
curl -X POST -H "Content-Type: application/json" -d "{\"msg_type\":\"text\",\"content\":{\"text\":\"$msg\"}}" https://open.feishu.cn/open-apis/bot/v2/hook/29dd52e5-70d5-44b0-a443-22ea85382646