更新context_based_detector到v6.0.0, 版本修改: 适配stellar,插件名变更

This commit is contained in:
fengweihao
2023-11-21 15:56:40 +08:00
committed by fumingwei
parent b5238f5e50
commit 4ffd8266c9
3 changed files with 6 additions and 7 deletions

View File

@@ -79,7 +79,7 @@ tfe_rpm_version:
tfe-pr: tfe-pr-4.8.46.15582f5
tsg_app_rpm_version:
app_sketch_local: app_sketch_local-5.0.6.cc02934
context_based_detector: context_based_detector-6.0.0.5572299
tsg_diagnose_rpm_version:
tsg_diagnose: tsg-diagnose-2.0.4.b5ca5aa

View File

@@ -113,10 +113,9 @@ GENERATE_JA3_FINGERPRINT=1
GENERATE_JA3_FINGERPRINT=0
{{- end }}
[APP_SKETCH_LOCAL]
[context_based_detector]
LOG_LEVEL=30
LOG_PATH="log/app_sketch.log"
LOG_PATH="log/context_based_detector.log"
SENDBACK_SWITCH=0
[APP_SKETCH_FEEDBACK]

View File

@@ -34,7 +34,7 @@ exit = "app_proto_engine_destroy"
{{- if eq .Values.appsketch.context_based_detector .Values.define_enable_val_yes }}
[[plugin]]
path = "./stellar_plugin/app_sketch_local/app_sketch_local.so"
init = "APP_SKETCH_LOCAL_INIT"
exit = "APP_SKETCH_LOCAL_DESTROY"
path = "./stellar_plugin/context_based_detector/context_based_detector.so"
init = "context_based_detector_init"
exit = "context_based_detector_destroy"
{{- end }}