diff options
| author | wanglihui <[email protected]> | 2021-09-16 18:47:36 +0800 |
|---|---|---|
| committer | wanglihui <[email protected]> | 2021-09-16 18:47:36 +0800 |
| commit | 7eada1eb0b8df514b54201df541fcae6dc0b0d31 (patch) | |
| tree | 1e6ccfbcf8a18281f881ae1f97b605348f7ac8c5 /src/main/resources/common.properties | |
| parent | 7a14bd667c9ed9f5b0e4cc1cccdabb0e8196d2d1 (diff) | |
修改判定逻辑,增加基线敏感阈值作为判定条件。
Diffstat (limited to 'src/main/resources/common.properties')
| -rw-r--r-- | src/main/resources/common.properties | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main/resources/common.properties b/src/main/resources/common.properties index 87a55af..ead59c5 100644 --- a/src/main/resources/common.properties +++ b/src/main/resources/common.properties @@ -62,8 +62,11 @@ data.center.id.num=15 ip.mmdb.path=D:\\data\\dat\\ #ip.mmdb.path=/home/wlh/dos-detection/dat/ -#敏感阈值,速率小于此值不报警,默认是100 -sensitivity.threshold=1 +#静态敏感阈值,速率小于此值不报警 +static.sensitivity.threshold=100 + +#基线敏感阈值 +baseline.sensitivity.threshold=0.2 #聚合并行度参数 middle.stream.bolt.parallelism=1 |
