更新tsg-flow-record到v1.0.2,版本变动TSG-7194 重流检查工具封装,TSG-7052 功能端支持输出DoS sketch日志

This commit is contained in:
fengweihao
2021-08-06 11:47:16 +08:00
parent a313a853a7
commit 89f0ed46a0
7 changed files with 24 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ firewall_rpm_version:
gtp: gtp-1.0.5.afa055c
gtp_signaling_plug: gtp_signaling_plug-1.0.2.2dfced5
deal_socks: deal_socks-1.0.2.379a897
tsg_flow_record: tsg_flow_record-1.0.2.27c1c56
framework_rpm_version:
libcjson: libcjson-1.7.10.ab2896f
@@ -41,6 +42,7 @@ framework_rpm_version:
libWiredLB: libWiredLB-2.0.5.4629165
libbreakpad_mini: libbreakpad_mini-1.0.4.12fee8c
libhos-client-cpp: libhos-client-cpp-2.0.4.d775b9d
libMV_Sketch: libMV_Sketch-1.0.4.20210806.ca0cfa0
kni_rpm_version:
kni: kni-21.07.03.7431a68

View File

@@ -111,6 +111,14 @@ nb_workers=60000
classification_cache_enable=2
basic_dpi_enable=1
[TSG_FLOW_RECORD]
debug_swtich=30
mv_depth=4
mv_width=1366
timestemp=5
thresh=0.008
threshold=1000
{% if PROFILE_ID == '9000-NPB-P01R01' %}
[TRAFFIC_MIRROR]
TRAFFIC_MIRROR_ENABLE=1

View File

@@ -10,6 +10,9 @@
{% if app.identify_by.builtin_app_engine == 1 %}
./plug/platform/app_proto_engine/app_proto_engine.inf
{% endif %}
{% if ddossketch.enable == 1 %}
./plug/platform/tsg_flow_record/tsg_flow_record.inf
{% endif %}
{% endraw %}
[protocol]

View File

@@ -6,6 +6,9 @@
{% if app.identify_by.builtin_app_engine == 1 %}
./plug/platform/app_proto_engine/app_proto_engine.inf
{% endif %}
{% if ddossketch.enable == 1 %}
./plug/platform/tsg_flow_record/tsg_flow_record.inf
{% endif %}
{% endraw %}
[protocol]

View File

@@ -31,4 +31,5 @@
./plug/protocol/gtp/gtp.inf
./plug/business/gtp_signaling_plug/gtp_signaling_plug.inf
./plug/platform/app_proto_engine/app_proto_engine.inf
./plug/business/http_healthcheck/http_healthcheck.inf
./plug/business/http_healthcheck/http_healthcheck.inf
./plug/platform/tsg_flow_record/tsg_flow_record.inf

View File

@@ -91,6 +91,9 @@ capturepacket:
wannat:
enable: 0/1
ddossketch:
enable: 0/1
app:
identify_by:
user_defined_signature: 0/1

View File

@@ -47,6 +47,9 @@ connsketch:
capturepacket:
enable: 0/1
ddossketch:
enable: 0/1
app:
identify_by:
user_defined_signature: 0/1