更新context_based_detector到v6.0.0, 版本修改: 适配stellar,插件名变更
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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 }}
|
||||
Reference in New Issue
Block a user