From d35abc56897cb045fefe240dbb8d1240f2a9744f Mon Sep 17 00:00:00 2001 From: divious1 Date: Wed, 16 Jun 2021 12:06:49 -0400 Subject: [PATCH] moved around location of label --- bin/jinja2_templates/savedsearches.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/jinja2_templates/savedsearches.j2 b/bin/jinja2_templates/savedsearches.j2 index 35444e6ecf..637ab7365d 100644 --- a/bin/jinja2_templates/savedsearches.j2 +++ b/bin/jinja2_templates/savedsearches.j2 @@ -59,7 +59,7 @@ dispatch.earliest_time = {{ detection.deployment.scheduling.earliest_time }} dispatch.latest_time = {{ detection.deployment.scheduling.latest_time }} action.correlationsearch.enabled = 1 {% if detection.deprecated is defined %} -action.correlationsearch.label = ESCU - {{ detection.name }} - Deprecated - Rule +action.correlationsearch.label = ESCU - Deprecated - {{ detection.name }} - Rule {% else %} action.correlationsearch.label = ESCU - {{ detection.name }} - Rule {% endif %}