diff --git a/salt/curator/files/action/delete.yml b/salt/curator/files/action/delete.yml index ae757f06a..e51b08538 100644 --- a/salt/curator/files/action/delete.yml +++ b/salt/curator/files/action/delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set log_size_limit = salt['pillar.get']('elasticsearch:log_size_limit') -%} +{%- set log_size_limit = salt['pillar.get']('elasticsearch:log_size_limit') %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-aws-close.yml b/salt/curator/files/action/so-aws-close.yml index 31ea2426b..9fb37b879 100644 --- a/salt/curator/files/action/so-aws-close.yml +++ b/salt/curator/files/action/so-aws-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-aws'].close -%} +{%- set cur_close_days = CURATORMERGED['so-aws'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-aws-delete.yml b/salt/curator/files/action/so-aws-delete.yml index fb49fae03..7291edafb 100644 --- a/salt/curator/files/action/so-aws-delete.yml +++ b/salt/curator/files/action/so-aws-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-aws'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-aws'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-aws-warm.yml b/salt/curator/files/action/so-aws-warm.yml index 2d55cdaf3..e441f1b80 100644 --- a/salt/curator/files/action/so-aws-warm.yml +++ b/salt/curator/files/action/so-aws-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-aws'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-aws'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-azure-close.yml b/salt/curator/files/action/so-azure-close.yml index 08bc5e39b..f93c59bcb 100644 --- a/salt/curator/files/action/so-azure-close.yml +++ b/salt/curator/files/action/so-azure-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-azure'].close -%} +{%- set cur_close_days = CURATORMERGED['so-azure'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-azure-delete.yml b/salt/curator/files/action/so-azure-delete.yml index 49d205b39..7bda39f1a 100644 --- a/salt/curator/files/action/so-azure-delete.yml +++ b/salt/curator/files/action/so-azure-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-azure'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-azure'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-azure-warm.yml b/salt/curator/files/action/so-azure-warm.yml index bacc7b49d..22019fd42 100644 --- a/salt/curator/files/action/so-azure-warm.yml +++ b/salt/curator/files/action/so-azure-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-azure'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-azure'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-barracuda-close.yml b/salt/curator/files/action/so-barracuda-close.yml index 18aa7a22a..5613056bf 100644 --- a/salt/curator/files/action/so-barracuda-close.yml +++ b/salt/curator/files/action/so-barracuda-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-barracuda'].close -%} +{%- set cur_close_days = CURATORMERGED['so-barracuda'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-barracuda-delete.yml b/salt/curator/files/action/so-barracuda-delete.yml index 1c88b20e7..b4b3626c2 100644 --- a/salt/curator/files/action/so-barracuda-delete.yml +++ b/salt/curator/files/action/so-barracuda-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-barracuda'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-barracuda'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-barracuda-warm.yml b/salt/curator/files/action/so-barracuda-warm.yml index 1ff20c16c..e09c91587 100644 --- a/salt/curator/files/action/so-barracuda-warm.yml +++ b/salt/curator/files/action/so-barracuda-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-barracuda'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-barracuda'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-beats-close.yml b/salt/curator/files/action/so-beats-close.yml index bf54bc1ef..27985a50d 100644 --- a/salt/curator/files/action/so-beats-close.yml +++ b/salt/curator/files/action/so-beats-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-beats'].close -%} +{%- set cur_close_days = CURATORMERGED['so-beats'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-beats-delete.yml b/salt/curator/files/action/so-beats-delete.yml index 86cb6d3da..c4e1f8b4e 100644 --- a/salt/curator/files/action/so-beats-delete.yml +++ b/salt/curator/files/action/so-beats-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-beats'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-beats'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-beats-warm.yml b/salt/curator/files/action/so-beats-warm.yml index 2f3f519d5..dd403312c 100644 --- a/salt/curator/files/action/so-beats-warm.yml +++ b/salt/curator/files/action/so-beats-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-beats'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-beats'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-bluecoat-close.yml b/salt/curator/files/action/so-bluecoat-close.yml index 10901e426..a59f6db95 100644 --- a/salt/curator/files/action/so-bluecoat-close.yml +++ b/salt/curator/files/action/so-bluecoat-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-bluecoat'].close -%} +{%- set cur_close_days = CURATORMERGED['so-bluecoat'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-bluecoat-delete.yml b/salt/curator/files/action/so-bluecoat-delete.yml index b8641b4bd..8736948a2 100644 --- a/salt/curator/files/action/so-bluecoat-delete.yml +++ b/salt/curator/files/action/so-bluecoat-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-bluecoat'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-bluecoat'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-bluecoat-warm.yml b/salt/curator/files/action/so-bluecoat-warm.yml index b5552e0c2..fbed0f6c8 100644 --- a/salt/curator/files/action/so-bluecoat-warm.yml +++ b/salt/curator/files/action/so-bluecoat-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-bluecoat'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-bluecoat'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-cef-close.yml b/salt/curator/files/action/so-cef-close.yml index 91ae740ff..25ce7067c 100644 --- a/salt/curator/files/action/so-cef-close.yml +++ b/salt/curator/files/action/so-cef-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-cef'].close -%} +{%- set cur_close_days = CURATORMERGED['so-cef'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-cef-delete.yml b/salt/curator/files/action/so-cef-delete.yml index e2c23381d..a57fb9027 100644 --- a/salt/curator/files/action/so-cef-delete.yml +++ b/salt/curator/files/action/so-cef-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-cef'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-cef'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-cef-warm.yml b/salt/curator/files/action/so-cef-warm.yml index a99209dfc..efcb58cfb 100644 --- a/salt/curator/files/action/so-cef-warm.yml +++ b/salt/curator/files/action/so-cef-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-cef'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-cef'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-checkpoint-close.yml b/salt/curator/files/action/so-checkpoint-close.yml index 1fed22538..9ba1ae14d 100644 --- a/salt/curator/files/action/so-checkpoint-close.yml +++ b/salt/curator/files/action/so-checkpoint-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-checkpoint'].close -%} +{%- set cur_close_days = CURATORMERGED['so-checkpoint'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-checkpoint-delete.yml b/salt/curator/files/action/so-checkpoint-delete.yml index 6e2b84bc9..228e6b004 100644 --- a/salt/curator/files/action/so-checkpoint-delete.yml +++ b/salt/curator/files/action/so-checkpoint-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-checkpoint'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-checkpoint'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-checkpoint-warm.yml b/salt/curator/files/action/so-checkpoint-warm.yml index 9c2034781..ae9193e33 100644 --- a/salt/curator/files/action/so-checkpoint-warm.yml +++ b/salt/curator/files/action/so-checkpoint-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-checkpoint'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-checkpoint'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-cisco-close.yml b/salt/curator/files/action/so-cisco-close.yml index fe1af6fdc..bf804fc30 100644 --- a/salt/curator/files/action/so-cisco-close.yml +++ b/salt/curator/files/action/so-cisco-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-cisco'].close -%} +{%- set cur_close_days = CURATORMERGED['so-cisco'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-cisco-delete.yml b/salt/curator/files/action/so-cisco-delete.yml index d9dc8e0aa..974d17a4a 100644 --- a/salt/curator/files/action/so-cisco-delete.yml +++ b/salt/curator/files/action/so-cisco-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-cisco'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-cisco'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-cisco-warm.yml b/salt/curator/files/action/so-cisco-warm.yml index 65dc9c8b9..fefc84320 100644 --- a/salt/curator/files/action/so-cisco-warm.yml +++ b/salt/curator/files/action/so-cisco-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-cisco'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-cisco'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-cyberark-close.yml b/salt/curator/files/action/so-cyberark-close.yml index 19e670a72..4da7ae0d2 100644 --- a/salt/curator/files/action/so-cyberark-close.yml +++ b/salt/curator/files/action/so-cyberark-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-cyberark'].close -%} +{%- set cur_close_days = CURATORMERGED['so-cyberark'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-cyberark-delete.yml b/salt/curator/files/action/so-cyberark-delete.yml index 626432c86..1d46f616b 100644 --- a/salt/curator/files/action/so-cyberark-delete.yml +++ b/salt/curator/files/action/so-cyberark-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-cyberark'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-cyberark'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-cyberark-warm.yml b/salt/curator/files/action/so-cyberark-warm.yml index 388533af2..c6dc52e4c 100644 --- a/salt/curator/files/action/so-cyberark-warm.yml +++ b/salt/curator/files/action/so-cyberark-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-cyberark'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-cyberark'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-cylance-close.yml b/salt/curator/files/action/so-cylance-close.yml index d4f40caf6..957ac468e 100644 --- a/salt/curator/files/action/so-cylance-close.yml +++ b/salt/curator/files/action/so-cylance-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-cylance'].close -%} +{%- set cur_close_days = CURATORMERGED['so-cylance'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-cylance-delete.yml b/salt/curator/files/action/so-cylance-delete.yml index d8b1a5be0..caa0a40a6 100644 --- a/salt/curator/files/action/so-cylance-delete.yml +++ b/salt/curator/files/action/so-cylance-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-cylance'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-cylance'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-cylance-warm.yml b/salt/curator/files/action/so-cylance-warm.yml index c15639e88..3e7d32258 100644 --- a/salt/curator/files/action/so-cylance-warm.yml +++ b/salt/curator/files/action/so-cylance-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-cylance'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-cylance'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-elasticsearch-close.yml b/salt/curator/files/action/so-elasticsearch-close.yml index 7bf496d4d..11e0b1e7b 100644 --- a/salt/curator/files/action/so-elasticsearch-close.yml +++ b/salt/curator/files/action/so-elasticsearch-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-elasticsearch'].close -%} +{%- set cur_close_days = CURATORMERGED['so-elasticsearch'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-elasticsearch-delete.yml b/salt/curator/files/action/so-elasticsearch-delete.yml index e61ae4aa0..3c6bf4aac 100644 --- a/salt/curator/files/action/so-elasticsearch-delete.yml +++ b/salt/curator/files/action/so-elasticsearch-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-elasticsearch'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-elasticsearch'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-elasticsearch-warm.yml b/salt/curator/files/action/so-elasticsearch-warm.yml index 8b1eb45b8..5ef8f3df8 100644 --- a/salt/curator/files/action/so-elasticsearch-warm.yml +++ b/salt/curator/files/action/so-elasticsearch-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-elasticsearch'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-elasticsearch'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-endgame-close.yml b/salt/curator/files/action/so-endgame-close.yml index fd77ac69e..9d1fbfbfb 100644 --- a/salt/curator/files/action/so-endgame-close.yml +++ b/salt/curator/files/action/so-endgame-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-endgame'].close -%} +{%- set cur_close_days = CURATORMERGED['so-endgame'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-endgame-delete.yml b/salt/curator/files/action/so-endgame-delete.yml index d7ec48ccf..a175c1c3b 100644 --- a/salt/curator/files/action/so-endgame-delete.yml +++ b/salt/curator/files/action/so-endgame-delete.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-endgame'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-endgame'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-endgame-warm.yml b/salt/curator/files/action/so-endgame-warm.yml index 498b15a11..67e4c545e 100644 --- a/salt/curator/files/action/so-endgame-warm.yml +++ b/salt/curator/files/action/so-endgame-warm.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-endgame'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-endgame'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-f5-close.yml b/salt/curator/files/action/so-f5-close.yml index b87cd5c90..da8946d96 100644 --- a/salt/curator/files/action/so-f5-close.yml +++ b/salt/curator/files/action/so-f5-close.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-f5'].close -%} +{%- set cur_close_days = CURATORMERGED['so-f5'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-f5-delete.yml b/salt/curator/files/action/so-f5-delete.yml index e1dbea0bf..867029640 100644 --- a/salt/curator/files/action/so-f5-delete.yml +++ b/salt/curator/files/action/so-f5-delete.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-f5'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-f5'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-f5-warm.yml b/salt/curator/files/action/so-f5-warm.yml index a60f9259c..edf17f687 100644 --- a/salt/curator/files/action/so-f5-warm.yml +++ b/salt/curator/files/action/so-f5-warm.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-f5'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-f5'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-firewall-close.yml b/salt/curator/files/action/so-firewall-close.yml index 80385c50b..9b2a619ef 100644 --- a/salt/curator/files/action/so-firewall-close.yml +++ b/salt/curator/files/action/so-firewall-close.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-firewall'].close -%} +{%- set cur_close_days = CURATORMERGED['so-firewall'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-firewall-delete.yml b/salt/curator/files/action/so-firewall-delete.yml index 5998f5c5c..5143e2fe9 100644 --- a/salt/curator/files/action/so-firewall-delete.yml +++ b/salt/curator/files/action/so-firewall-delete.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-firewall'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-firewall'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-firewall-warm.yml b/salt/curator/files/action/so-firewall-warm.yml index afd22c3d6..d76f52a83 100644 --- a/salt/curator/files/action/so-firewall-warm.yml +++ b/salt/curator/files/action/so-firewall-warm.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-firewall'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-firewall'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-fortinet-close.yml b/salt/curator/files/action/so-fortinet-close.yml index 046409e3d..1a77b5d73 100644 --- a/salt/curator/files/action/so-fortinet-close.yml +++ b/salt/curator/files/action/so-fortinet-close.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-fortinet'].close -%} +{%- set cur_close_days = CURATORMERGED['so-fortinet'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-fortinet-delete.yml b/salt/curator/files/action/so-fortinet-delete.yml index b8b17b594..2cb530269 100644 --- a/salt/curator/files/action/so-fortinet-delete.yml +++ b/salt/curator/files/action/so-fortinet-delete.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-fortinet'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-fortinet'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-fortinet-warm.yml b/salt/curator/files/action/so-fortinet-warm.yml index 9f5ccab17..c4a273315 100644 --- a/salt/curator/files/action/so-fortinet-warm.yml +++ b/salt/curator/files/action/so-fortinet-warm.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-fortinet'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-fortinet'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-gcp-close.yml b/salt/curator/files/action/so-gcp-close.yml index f28070509..7bc3b3584 100644 --- a/salt/curator/files/action/so-gcp-close.yml +++ b/salt/curator/files/action/so-gcp-close.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-gcp'].close -%} +{%- set cur_close_days = CURATORMERGED['so-gcp'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-gcp-delete.yml b/salt/curator/files/action/so-gcp-delete.yml index ab34fd0f7..de55f350e 100644 --- a/salt/curator/files/action/so-gcp-delete.yml +++ b/salt/curator/files/action/so-gcp-delete.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-gcp'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-gcp'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-gcp-warm.yml b/salt/curator/files/action/so-gcp-warm.yml index 187c9aaa8..17085436d 100644 --- a/salt/curator/files/action/so-gcp-warm.yml +++ b/salt/curator/files/action/so-gcp-warm.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-gcp'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-gcp'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-google_workspace-close.yml b/salt/curator/files/action/so-google_workspace-close.yml index 76d942a9e..35ccd5375 100644 --- a/salt/curator/files/action/so-google_workspace-close.yml +++ b/salt/curator/files/action/so-google_workspace-close.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-google_workspace'].close -%} +{%- set cur_close_days = CURATORMERGED['so-google_workspace'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-google_workspace-delete.yml b/salt/curator/files/action/so-google_workspace-delete.yml index 18d3826c2..9ccff9cba 100644 --- a/salt/curator/files/action/so-google_workspace-delete.yml +++ b/salt/curator/files/action/so-google_workspace-delete.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-google_workspace'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-google_workspace'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-google_workspace-warm.yml b/salt/curator/files/action/so-google_workspace-warm.yml index 777f21184..d1b5874f5 100644 --- a/salt/curator/files/action/so-google_workspace-warm.yml +++ b/salt/curator/files/action/so-google_workspace-warm.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-google_workspace'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-google_workspace'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-ids-close.yml b/salt/curator/files/action/so-ids-close.yml index d9c153b4b..25b2650ab 100644 --- a/salt/curator/files/action/so-ids-close.yml +++ b/salt/curator/files/action/so-ids-close.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-ids'].close -%} +{%- set cur_close_days = CURATORMERGED['so-ids'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-ids-delete.yml b/salt/curator/files/action/so-ids-delete.yml index 08afd47ba..6cf120fef 100644 --- a/salt/curator/files/action/so-ids-delete.yml +++ b/salt/curator/files/action/so-ids-delete.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-ids'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-ids'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-ids-warm.yml b/salt/curator/files/action/so-ids-warm.yml index 7467b7734..d6dfc9ce8 100644 --- a/salt/curator/files/action/so-ids-warm.yml +++ b/salt/curator/files/action/so-ids-warm.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-ids'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-ids'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-imperva-close.yml b/salt/curator/files/action/so-imperva-close.yml index 38f0fcecb..e8a86c753 100644 --- a/salt/curator/files/action/so-imperva-close.yml +++ b/salt/curator/files/action/so-imperva-close.yml @@ -4,7 +4,7 @@ # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-imperva'].close -%} +{%- set cur_close_days = CURATORMERGED['so-imperva'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-imperva-delete.yml b/salt/curator/files/action/so-imperva-delete.yml index 394581d8c..17f221d64 100644 --- a/salt/curator/files/action/so-imperva-delete.yml +++ b/salt/curator/files/action/so-imperva-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-imperva'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-imperva'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-imperva-warm.yml b/salt/curator/files/action/so-imperva-warm.yml index 04ba6c37b..082d553df 100644 --- a/salt/curator/files/action/so-imperva-warm.yml +++ b/salt/curator/files/action/so-imperva-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-imperva'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-imperva'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-import-close.yml b/salt/curator/files/action/so-import-close.yml index ed53a2d0d..017c5f08e 100644 --- a/salt/curator/files/action/so-import-close.yml +++ b/salt/curator/files/action/so-import-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-import'].close -%} +{%- set cur_close_days = CURATORMERGED['so-import'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-import-delete.yml b/salt/curator/files/action/so-import-delete.yml index ac477b8a6..36e213b26 100644 --- a/salt/curator/files/action/so-import-delete.yml +++ b/salt/curator/files/action/so-import-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-import'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-import'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-import-warm.yml b/salt/curator/files/action/so-import-warm.yml index 3eed3735d..75d1da2d8 100644 --- a/salt/curator/files/action/so-import-warm.yml +++ b/salt/curator/files/action/so-import-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-import'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-import'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-infoblox-close.yml b/salt/curator/files/action/so-infoblox-close.yml index e96e971cb..cc3704c12 100644 --- a/salt/curator/files/action/so-infoblox-close.yml +++ b/salt/curator/files/action/so-infoblox-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-infoblox'].close -%} +{%- set cur_close_days = CURATORMERGED['so-infoblox'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-infoblox-delete.yml b/salt/curator/files/action/so-infoblox-delete.yml index 479e0affb..f10be3b93 100644 --- a/salt/curator/files/action/so-infoblox-delete.yml +++ b/salt/curator/files/action/so-infoblox-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-infoblox'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-infoblox'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-infoblox-warm.yml b/salt/curator/files/action/so-infoblox-warm.yml index 3e500a78b..5fe51c7e2 100644 --- a/salt/curator/files/action/so-infoblox-warm.yml +++ b/salt/curator/files/action/so-infoblox-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-infoblox'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-infoblox'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-juniper-close.yml b/salt/curator/files/action/so-juniper-close.yml index ce1162d8d..62f783322 100644 --- a/salt/curator/files/action/so-juniper-close.yml +++ b/salt/curator/files/action/so-juniper-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-juniper'].close -%} +{%- set cur_close_days = CURATORMERGED['so-juniper'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-juniper-delete.yml b/salt/curator/files/action/so-juniper-delete.yml index 5c9854c48..b0e5306fc 100644 --- a/salt/curator/files/action/so-juniper-delete.yml +++ b/salt/curator/files/action/so-juniper-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-juniper'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-juniper'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-juniper-warm.yml b/salt/curator/files/action/so-juniper-warm.yml index 2d55cdaf3..e441f1b80 100644 --- a/salt/curator/files/action/so-juniper-warm.yml +++ b/salt/curator/files/action/so-juniper-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-aws'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-aws'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-kibana-close.yml b/salt/curator/files/action/so-kibana-close.yml index 853a09630..72a234d98 100644 --- a/salt/curator/files/action/so-kibana-close.yml +++ b/salt/curator/files/action/so-kibana-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-kibana'].close -%} +{%- set cur_close_days = CURATORMERGED['so-kibana'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-kibana-delete.yml b/salt/curator/files/action/so-kibana-delete.yml index fe9ab6a26..971a178fe 100644 --- a/salt/curator/files/action/so-kibana-delete.yml +++ b/salt/curator/files/action/so-kibana-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-kibana'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-kibana'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-kibana-warm.yml b/salt/curator/files/action/so-kibana-warm.yml index db0de8511..ce6f6a2c7 100644 --- a/salt/curator/files/action/so-kibana-warm.yml +++ b/salt/curator/files/action/so-kibana-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-kibana'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-kibana'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-kratos-close.yml b/salt/curator/files/action/so-kratos-close.yml index c58662b6f..7b99a508e 100644 --- a/salt/curator/files/action/so-kratos-close.yml +++ b/salt/curator/files/action/so-kratos-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-kratos'].close -%} +{%- set cur_close_days = CURATORMERGED['so-kratos'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-kratos-delete.yml b/salt/curator/files/action/so-kratos-delete.yml index 04a8a90d5..d7cb2c4ad 100644 --- a/salt/curator/files/action/so-kratos-delete.yml +++ b/salt/curator/files/action/so-kratos-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-kratos'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-kratos'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-kratos-warm.yml b/salt/curator/files/action/so-kratos-warm.yml index e6b826716..296c34ea4 100644 --- a/salt/curator/files/action/so-kratos-warm.yml +++ b/salt/curator/files/action/so-kratos-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-kratos'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-kratos'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-logstash-close.yml b/salt/curator/files/action/so-logstash-close.yml index ef8c0a0cc..bbd52c706 100644 --- a/salt/curator/files/action/so-logstash-close.yml +++ b/salt/curator/files/action/so-logstash-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-logstash'].close -%} +{%- set cur_close_days = CURATORMERGED['so-logstash'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-logstash-delete.yml b/salt/curator/files/action/so-logstash-delete.yml index 5b8cf9047..1ca1a6f6c 100644 --- a/salt/curator/files/action/so-logstash-delete.yml +++ b/salt/curator/files/action/so-logstash-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-logstash'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-logstash'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-logstash-warm.yml b/salt/curator/files/action/so-logstash-warm.yml index 71179db54..b6a6bc010 100644 --- a/salt/curator/files/action/so-logstash-warm.yml +++ b/salt/curator/files/action/so-logstash-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-logstash'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-logstash'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-microsoft-close.yml b/salt/curator/files/action/so-microsoft-close.yml index e8b02e13e..55b077446 100644 --- a/salt/curator/files/action/so-microsoft-close.yml +++ b/salt/curator/files/action/so-microsoft-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-microsoft'].close -%} +{%- set cur_close_days = CURATORMERGED['so-microsoft'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-microsoft-delete.yml b/salt/curator/files/action/so-microsoft-delete.yml index d344579d2..5f92c23a4 100644 --- a/salt/curator/files/action/so-microsoft-delete.yml +++ b/salt/curator/files/action/so-microsoft-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-microsoft'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-microsoft'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-microsoft-warm.yml b/salt/curator/files/action/so-microsoft-warm.yml index 8bdd0b372..4ce0283ac 100644 --- a/salt/curator/files/action/so-microsoft-warm.yml +++ b/salt/curator/files/action/so-microsoft-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-microsoft'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-microsoft'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-misp-close.yml b/salt/curator/files/action/so-misp-close.yml index 86a9ec694..9f326b54b 100644 --- a/salt/curator/files/action/so-misp-close.yml +++ b/salt/curator/files/action/so-misp-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-misp'].close -%} +{%- set cur_close_days = CURATORMERGED['so-misp'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-misp-delete.yml b/salt/curator/files/action/so-misp-delete.yml index 884b526a7..1b8426344 100644 --- a/salt/curator/files/action/so-misp-delete.yml +++ b/salt/curator/files/action/so-misp-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-misp'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-misp'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-misp-warm.yml b/salt/curator/files/action/so-misp-warm.yml index e95ebc0a1..410cc3e4c 100644 --- a/salt/curator/files/action/so-misp-warm.yml +++ b/salt/curator/files/action/so-misp-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-misp'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-misp'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-netflow-close.yml b/salt/curator/files/action/so-netflow-close.yml index 93eddfdfe..587d749d4 100644 --- a/salt/curator/files/action/so-netflow-close.yml +++ b/salt/curator/files/action/so-netflow-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-netflow'].close -%} +{%- set cur_close_days = CURATORMERGED['so-netflow'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-netflow-delete.yml b/salt/curator/files/action/so-netflow-delete.yml index 36eff999c..63adaa393 100644 --- a/salt/curator/files/action/so-netflow-delete.yml +++ b/salt/curator/files/action/so-netflow-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-netflow'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-netflow'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-netflow-warm.yml b/salt/curator/files/action/so-netflow-warm.yml index 84bbd3566..a8c5250b2 100644 --- a/salt/curator/files/action/so-netflow-warm.yml +++ b/salt/curator/files/action/so-netflow-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-netflow'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-netflow'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-netscout-close.yml b/salt/curator/files/action/so-netscout-close.yml index c41842fab..c601f5e45 100644 --- a/salt/curator/files/action/so-netscout-close.yml +++ b/salt/curator/files/action/so-netscout-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-netscout'].close -%} +{%- set cur_close_days = CURATORMERGED['so-netscout'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-netscout-delete.yml b/salt/curator/files/action/so-netscout-delete.yml index 07508454e..d779bfed8 100644 --- a/salt/curator/files/action/so-netscout-delete.yml +++ b/salt/curator/files/action/so-netscout-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-netscout'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-netscout'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-netscout-warm.yml b/salt/curator/files/action/so-netscout-warm.yml index cc086d5d1..cd101d519 100644 --- a/salt/curator/files/action/so-netscout-warm.yml +++ b/salt/curator/files/action/so-netscout-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-netscout'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-netscout'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-o365-close.yml b/salt/curator/files/action/so-o365-close.yml index d4f87e6d8..0fb7738a7 100644 --- a/salt/curator/files/action/so-o365-close.yml +++ b/salt/curator/files/action/so-o365-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-o365'].close -%} +{%- set cur_close_days = CURATORMERGED['so-o365'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-o365-delete.yml b/salt/curator/files/action/so-o365-delete.yml index b258b42c8..fe8e5451e 100644 --- a/salt/curator/files/action/so-o365-delete.yml +++ b/salt/curator/files/action/so-o365-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-o365'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-o365'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-o365-warm.yml b/salt/curator/files/action/so-o365-warm.yml index e008d9267..049ab26f2 100644 --- a/salt/curator/files/action/so-o365-warm.yml +++ b/salt/curator/files/action/so-o365-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-o365'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-o365'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-okta-close.yml b/salt/curator/files/action/so-okta-close.yml index 58d18764c..cf7948e8d 100644 --- a/salt/curator/files/action/so-okta-close.yml +++ b/salt/curator/files/action/so-okta-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-okta'].close -%} +{%- set cur_close_days = CURATORMERGED['so-okta'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-okta-warm.yml b/salt/curator/files/action/so-okta-warm.yml index 07569f147..775aafdc1 100644 --- a/salt/curator/files/action/so-okta-warm.yml +++ b/salt/curator/files/action/so-okta-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-okta'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-okta'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-okta.delete.yml b/salt/curator/files/action/so-okta.delete.yml index 5ba196d11..4854df292 100644 --- a/salt/curator/files/action/so-okta.delete.yml +++ b/salt/curator/files/action/so-okta.delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-okta'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-okta'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-osquery-close.yml b/salt/curator/files/action/so-osquery-close.yml index a5576088f..d8bc54579 100644 --- a/salt/curator/files/action/so-osquery-close.yml +++ b/salt/curator/files/action/so-osquery-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-osquery'].close -%} +{%- set cur_close_days = CURATORMERGED['so-osquery'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-osquery-delete.yml b/salt/curator/files/action/so-osquery-delete.yml index 48294a6e6..24033d41d 100644 --- a/salt/curator/files/action/so-osquery-delete.yml +++ b/salt/curator/files/action/so-osquery-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-osquery'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-osquery'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-osquery-warm.yml b/salt/curator/files/action/so-osquery-warm.yml index 57ed61f74..bd2cbc0b2 100644 --- a/salt/curator/files/action/so-osquery-warm.yml +++ b/salt/curator/files/action/so-osquery-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-osquery'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-osquery'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-ossec-close.yml b/salt/curator/files/action/so-ossec-close.yml index 0ec8f1969..4de77abb1 100644 --- a/salt/curator/files/action/so-ossec-close.yml +++ b/salt/curator/files/action/so-ossec-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-ossec'].close -%} +{%- set cur_close_days = CURATORMERGED['so-ossec'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-ossec-delete.yml b/salt/curator/files/action/so-ossec-delete.yml index 2d6992128..e24fe3819 100644 --- a/salt/curator/files/action/so-ossec-delete.yml +++ b/salt/curator/files/action/so-ossec-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-ossec'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-ossec'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-ossec-warm.yml b/salt/curator/files/action/so-ossec-warm.yml index a27ee4154..c9718ee31 100644 --- a/salt/curator/files/action/so-ossec-warm.yml +++ b/salt/curator/files/action/so-ossec-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-ossec'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-ossec'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-proofpoint-close.yml b/salt/curator/files/action/so-proofpoint-close.yml index 8ce599021..28044ecc9 100644 --- a/salt/curator/files/action/so-proofpoint-close.yml +++ b/salt/curator/files/action/so-proofpoint-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-proofpoint'].close -%} +{%- set cur_close_days = CURATORMERGED['so-proofpoint'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-proofpoint-delete.yml b/salt/curator/files/action/so-proofpoint-delete.yml index 39bd6014e..436c4c803 100644 --- a/salt/curator/files/action/so-proofpoint-delete.yml +++ b/salt/curator/files/action/so-proofpoint-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-proofpoint'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-proofpoint'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-proofpoint-warm.yml b/salt/curator/files/action/so-proofpoint-warm.yml index cab9b603b..daa8d0265 100644 --- a/salt/curator/files/action/so-proofpoint-warm.yml +++ b/salt/curator/files/action/so-proofpoint-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-proofpoint'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-proofpoint'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-radware-close.yml b/salt/curator/files/action/so-radware-close.yml index f9e1d657e..1f932058a 100644 --- a/salt/curator/files/action/so-radware-close.yml +++ b/salt/curator/files/action/so-radware-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-radware'].close -%} +{%- set cur_close_days = CURATORMERGED['so-radware'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-radware-delete.yml b/salt/curator/files/action/so-radware-delete.yml index 7126d7b42..46a614570 100644 --- a/salt/curator/files/action/so-radware-delete.yml +++ b/salt/curator/files/action/so-radware-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-radware'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-radware'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-radware-warm.yml b/salt/curator/files/action/so-radware-warm.yml index 591b0f565..b0f15663d 100644 --- a/salt/curator/files/action/so-radware-warm.yml +++ b/salt/curator/files/action/so-radware-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-radware'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-radware'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-redis-close.yml b/salt/curator/files/action/so-redis-close.yml index 28fccb7f3..36c1b9744 100644 --- a/salt/curator/files/action/so-redis-close.yml +++ b/salt/curator/files/action/so-redis-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-redis'].close -%} +{%- set cur_close_days = CURATORMERGED['so-redis'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-redis-delete.yml b/salt/curator/files/action/so-redis-delete.yml index 6dc8d6823..1c7f95ded 100644 --- a/salt/curator/files/action/so-redis-delete.yml +++ b/salt/curator/files/action/so-redis-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-redis'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-redis'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-redis-warm.yml b/salt/curator/files/action/so-redis-warm.yml index 429462a81..dc472be97 100644 --- a/salt/curator/files/action/so-redis-warm.yml +++ b/salt/curator/files/action/so-redis-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-redis'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-redis'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-snort-close.yml b/salt/curator/files/action/so-snort-close.yml index a2487637e..955c8d065 100644 --- a/salt/curator/files/action/so-snort-close.yml +++ b/salt/curator/files/action/so-snort-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-snort'].close -%} +{%- set cur_close_days = CURATORMERGED['so-snort'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-snort-delete.yml b/salt/curator/files/action/so-snort-delete.yml index 2c56b19bf..3077a3d51 100644 --- a/salt/curator/files/action/so-snort-delete.yml +++ b/salt/curator/files/action/so-snort-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-snort'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-snort'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-snort-warm.yml b/salt/curator/files/action/so-snort-warm.yml index 506d3a4d3..82af9a140 100644 --- a/salt/curator/files/action/so-snort-warm.yml +++ b/salt/curator/files/action/so-snort-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-snort'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-snort'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-snyk-close.yml b/salt/curator/files/action/so-snyk-close.yml index 9802077bb..60bde3d43 100644 --- a/salt/curator/files/action/so-snyk-close.yml +++ b/salt/curator/files/action/so-snyk-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-snyk'].close -%} +{%- set cur_close_days = CURATORMERGED['so-snyk'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-snyk-delete.yml b/salt/curator/files/action/so-snyk-delete.yml index 5dc00a7fa..95104ead0 100644 --- a/salt/curator/files/action/so-snyk-delete.yml +++ b/salt/curator/files/action/so-snyk-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-snyk'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-snyk'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-snyk-warm.yml b/salt/curator/files/action/so-snyk-warm.yml index 598d72d6a..3767bc0d0 100644 --- a/salt/curator/files/action/so-snyk-warm.yml +++ b/salt/curator/files/action/so-snyk-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-snyk'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-snyk'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-sonicwall-close.yml b/salt/curator/files/action/so-sonicwall-close.yml index 7a96385df..ef61f9427 100644 --- a/salt/curator/files/action/so-sonicwall-close.yml +++ b/salt/curator/files/action/so-sonicwall-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-sonicwall'].close -%} +{%- set cur_close_days = CURATORMERGED['so-sonicwall'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-sonicwall-delete.yml b/salt/curator/files/action/so-sonicwall-delete.yml index bcd6b6984..2a9d40739 100644 --- a/salt/curator/files/action/so-sonicwall-delete.yml +++ b/salt/curator/files/action/so-sonicwall-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-sonicwall'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-sonicwall'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-sonicwall-warm.yml b/salt/curator/files/action/so-sonicwall-warm.yml index 03e1fe565..9f6b596df 100644 --- a/salt/curator/files/action/so-sonicwall-warm.yml +++ b/salt/curator/files/action/so-sonicwall-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-sonicwall'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-sonicwall'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-sophos-close.yml b/salt/curator/files/action/so-sophos-close.yml index b23c5c78e..b2ccbb65f 100644 --- a/salt/curator/files/action/so-sophos-close.yml +++ b/salt/curator/files/action/so-sophos-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-sophos'].close -%} +{%- set cur_close_days = CURATORMERGED['so-sophos'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-sophos-delete.yml b/salt/curator/files/action/so-sophos-delete.yml index 38c8270b8..b15cc06dd 100644 --- a/salt/curator/files/action/so-sophos-delete.yml +++ b/salt/curator/files/action/so-sophos-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-sophos'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-sophos'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-sophos-warm.yml b/salt/curator/files/action/so-sophos-warm.yml index b88fd3cef..619fde7a3 100644 --- a/salt/curator/files/action/so-sophos-warm.yml +++ b/salt/curator/files/action/so-sophos-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-sophos'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-sophos'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-strelka-close.yml b/salt/curator/files/action/so-strelka-close.yml index b31eb2c9c..e168e44fa 100644 --- a/salt/curator/files/action/so-strelka-close.yml +++ b/salt/curator/files/action/so-strelka-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-strelka'].close -%} +{%- set cur_close_days = CURATORMERGED['so-strelka'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-strelka-delete.yml b/salt/curator/files/action/so-strelka-delete.yml index d7365c9b4..90cf88e46 100644 --- a/salt/curator/files/action/so-strelka-delete.yml +++ b/salt/curator/files/action/so-strelka-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-strelka'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-strelka'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-strelka-warm.yml b/salt/curator/files/action/so-strelka-warm.yml index 9cc40c114..96bc9f55d 100644 --- a/salt/curator/files/action/so-strelka-warm.yml +++ b/salt/curator/files/action/so-strelka-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-strelka'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-strelka'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-syslog-close.yml b/salt/curator/files/action/so-syslog-close.yml index 958cd8152..8fcf46f52 100644 --- a/salt/curator/files/action/so-syslog-close.yml +++ b/salt/curator/files/action/so-syslog-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-syslog'].close -%} +{%- set cur_close_days = CURATORMERGED['so-syslog'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-syslog-delete.yml b/salt/curator/files/action/so-syslog-delete.yml index a7b03e2d4..c11d2ef5a 100644 --- a/salt/curator/files/action/so-syslog-delete.yml +++ b/salt/curator/files/action/so-syslog-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-syslog'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-syslog'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-syslog-warm.yml b/salt/curator/files/action/so-syslog-warm.yml index 72eb1d535..be42c20da 100644 --- a/salt/curator/files/action/so-syslog-warm.yml +++ b/salt/curator/files/action/so-syslog-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-syslog'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-syslog'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-tomcat-close.yml b/salt/curator/files/action/so-tomcat-close.yml index e42b3180c..816293853 100644 --- a/salt/curator/files/action/so-tomcat-close.yml +++ b/salt/curator/files/action/so-tomcat-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-tomcat'].close -%} +{%- set cur_close_days = CURATORMERGED['so-tomcat'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-tomcat-delete.yml b/salt/curator/files/action/so-tomcat-delete.yml index e2fd1b1c0..e605266b4 100644 --- a/salt/curator/files/action/so-tomcat-delete.yml +++ b/salt/curator/files/action/so-tomcat-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-tomcat'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-tomcat'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-tomcat-warm.yml b/salt/curator/files/action/so-tomcat-warm.yml index 31d9a2fd3..e176a272b 100644 --- a/salt/curator/files/action/so-tomcat-warm.yml +++ b/salt/curator/files/action/so-tomcat-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-tomcat'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-tomcat'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-zeek-close.yml b/salt/curator/files/action/so-zeek-close.yml index cbedd0aa2..950f3e6b2 100644 --- a/salt/curator/files/action/so-zeek-close.yml +++ b/salt/curator/files/action/so-zeek-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-zeek'].close -%} +{%- set cur_close_days = CURATORMERGED['so-zeek'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-zeek-delete.yml b/salt/curator/files/action/so-zeek-delete.yml index 00fafeb53..1f8522696 100644 --- a/salt/curator/files/action/so-zeek-delete.yml +++ b/salt/curator/files/action/so-zeek-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-zeek'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-zeek'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-zeek-warm.yml b/salt/curator/files/action/so-zeek-warm.yml index a568d1594..d53d70659 100644 --- a/salt/curator/files/action/so-zeek-warm.yml +++ b/salt/curator/files/action/so-zeek-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-zeek'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-zeek'].warm %} actions: 1: action: allocation diff --git a/salt/curator/files/action/so-zscaler-close.yml b/salt/curator/files/action/so-zscaler-close.yml index fa6117791..4b453a260 100644 --- a/salt/curator/files/action/so-zscaler-close.yml +++ b/salt/curator/files/action/so-zscaler-close.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set cur_close_days = CURATORMERGED['so-zscaler'].close -%} +{%- set cur_close_days = CURATORMERGED['so-zscaler'].close %} actions: 1: action: close diff --git a/salt/curator/files/action/so-zscaler-delete.yml b/salt/curator/files/action/so-zscaler-delete.yml index 6869ad14f..a56ebd859 100644 --- a/salt/curator/files/action/so-zscaler-delete.yml +++ b/salt/curator/files/action/so-zscaler-delete.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set DELETE_DAYS = CURATORMERGED['so-zscaler'].delete -%} +{%- set DELETE_DAYS = CURATORMERGED['so-zscaler'].delete %} actions: 1: action: delete_indices diff --git a/salt/curator/files/action/so-zscaler-warm.yml b/salt/curator/files/action/so-zscaler-warm.yml index e4938ce30..c6ea011e5 100644 --- a/salt/curator/files/action/so-zscaler-warm.yml +++ b/salt/curator/files/action/so-zscaler-warm.yml @@ -3,7 +3,7 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{%- set WARM_DAYS = CURATORMERGED['so-zscaler'].warm -%} +{%- set WARM_DAYS = CURATORMERGED['so-zscaler'].warm %} actions: 1: action: allocation