diff options
| author | wanglihui <[email protected]> | 2021-11-26 09:46:53 +0800 |
|---|---|---|
| committer | wanglihui <[email protected]> | 2021-11-26 09:46:53 +0800 |
| commit | c46a395d9bde711e5d2da5bf6934ff4394177e02 (patch) | |
| tree | 8c22097a0d60ef105c139c6a00f346814dc1a9e6 | |
| parent | cc3f0cf62026169876bdff26b786fffb4a5f3cf3 (diff) | |
修改静态阈值,上下限判定等配置。tsg-v11
| -rw-r--r-- | src/main/resources/common.properties | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/resources/common.properties b/src/main/resources/common.properties index 5902165..0ae86f0 100644 --- a/src/main/resources/common.properties +++ b/src/main/resources/common.properties @@ -76,16 +76,16 @@ ip.mmdb.path=D:\\data\\dat\\ #ip.mmdb.path=/home/bigdata/wlh/topology/dos-detection/dat/ #静态敏感阈值,速率小于此值不报警 -static.sensitivity.threshold=100 +static.sensitivity.threshold=500 #基线敏感阈值 baseline.sensitivity.threshold=0.2 #基于baseline判定dos攻击的上下限 -baseline.sessions.minor.threshold=0.2 -baseline.sessions.warning.threshold=0.5 -baseline.sessions.major.threshold=1 -baseline.sessions.severe.threshold=3 +baseline.sessions.minor.threshold=0.5 +baseline.sessions.warning.threshold=1 +baseline.sessions.major.threshold=2.5 +baseline.sessions.severe.threshold=5 baseline.sessions.critical.threshold=8 #bifang服务访问地址 @@ -124,7 +124,7 @@ http.pool.response.timeout=60000 static.threshold.schedule.minutes=10 #获取baseline周期,默认7天 -baseline.threshold.schedule.days=7 +baseline.threshold.schedule.days=1 #kafka用户认证配置参数 sasl.jaas.config.user=admin |
