From a2f3b209b491e3d573b8564aa11db6e183a259a7 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期一, 28 十月 2019 15:58:19 +0800
Subject: [PATCH] 开启事件推送
---
main.go | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/main.go b/main.go
index ddb2b73..5fc3011 100644
--- a/main.go
+++ b/main.go
@@ -7,6 +7,7 @@
"net/http"
_ "net/http/pprof"
"ruleprocess/insertdata"
+ "ruleprocess/labelFilter"
"ruleprocess/structure"
"ruleprocess/util"
"time"
@@ -106,7 +107,7 @@
insertdata.InsertToEs(resultMsg)
logger.Debug("鎻掑叆瀹孍s鎵�鐢ㄦ椂闂达細", time.Since(start))
//浜嬩欢鎺ㄩ��
- //go labelFilter.Judge(resultMsg)
+ go labelFilter.Judge(resultMsg)
//}(msg)
}
}
--
Gitblit v1.8.0