diff --git a/ansible/install_config/group_vars/rpm_version.yml b/ansible/install_config/group_vars/rpm_version.yml index bd0ed40b..c7609b71 100644 --- a/ansible/install_config/group_vars/rpm_version.yml +++ b/ansible/install_config/group_vars/rpm_version.yml @@ -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 diff --git a/ansible/roles/traffic-engine/files/helm/conf/main.conf b/ansible/roles/traffic-engine/files/helm/conf/main.conf index fe6e4f5b..25ccd128 100644 --- a/ansible/roles/traffic-engine/files/helm/conf/main.conf +++ b/ansible/roles/traffic-engine/files/helm/conf/main.conf @@ -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] diff --git a/ansible/roles/traffic-engine/files/helm/conf/spec.toml b/ansible/roles/traffic-engine/files/helm/conf/spec.toml index 87eba42c..38b595b5 100644 --- a/ansible/roles/traffic-engine/files/helm/conf/spec.toml +++ b/ansible/roles/traffic-engine/files/helm/conf/spec.toml @@ -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 }} \ No newline at end of file