mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #8966 from Security-Onion-Solutions/curator2.4
Curator2.4
This commit is contained in:
@@ -88,6 +88,10 @@ elasticsearch:
|
||||
warm: 7
|
||||
close: 30
|
||||
delete: 365
|
||||
so-kratos:
|
||||
warm: 7
|
||||
close: 30
|
||||
delete: 365
|
||||
so-kibana:
|
||||
warm: 7
|
||||
close: 30
|
||||
@@ -124,6 +128,10 @@ elasticsearch:
|
||||
warm: 7
|
||||
close: 30
|
||||
delete: 365
|
||||
so-ossec:
|
||||
warm: 7
|
||||
close: 30
|
||||
delete: 365
|
||||
so-proofpoint:
|
||||
warm: 7
|
||||
close: 30
|
||||
@@ -171,4 +179,4 @@ elasticsearch:
|
||||
so-zscaler:
|
||||
warm: 7
|
||||
close: 30
|
||||
delete: 365
|
||||
delete: 365
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-aws:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-aws'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-aws:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-aws'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-aws:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-aws'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-azure:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-azure'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-azure:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-azure'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-azure:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-azure'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-barracuda:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-barracuda'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-barracuda:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-barracuda'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-barracuda:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-barracuda'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-beats:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-beats'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-beats:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-beats'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-beats:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-beats'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-bluecoat:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-bluecoat'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-bluecoat:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-bluecoat'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-bluecoat:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-bluecoat'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-cef:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-cef'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-cef:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-cef'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-cef:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-cef'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-checkpoint:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-checkpoint'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-checkpoint:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-checkpoint'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-checkpoint:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-checkpoint'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-cisco:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-cisco'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-cisco:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-cisco'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-cisco:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-cisco'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-cyberark:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-cyberark'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-cyberark:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-cyberark'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-cyberark:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-cyberark'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-cylance:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-cylance'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-cylance:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-cylance'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-cylance:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-cylance'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-elasticsearch:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-elasticsearch'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-elasticsearch:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-elasticsearch'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-elasticsearch:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-elasticsearch'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-endgame:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-endgame'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-endgame:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-endgame'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-endgame:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-endgame'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set cur_close_days = salt['pillar.get']('elasticsearch:index_settings:so-f5:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-f5'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-f5:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-f5'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-f5:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-f5'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set cur_close_days = salt['pillar.get']('elasticsearch:index_settings:so-firewall:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-firewall'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-firewall:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-firewall'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-firewall:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-firewall'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set cur_close_days = salt['pillar.get']('elasticsearch:index_settings:so-fortinet:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-fortinet'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-fortinet:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-fortinet'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-fortinet:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-fortinet'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set cur_close_days = salt['pillar.get']('elasticsearch:index_settings:so-gcp:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-gcp'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-gcp:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-gcp'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-gcp:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-gcp'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set cur_close_days = salt['pillar.get']('elasticsearch:index_settings:so-google_workspace:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-google_workspace'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-google_workspace:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-google_workspace'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-google_workspace:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-google_workspace'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set cur_close_days = salt['pillar.get']('elasticsearch:index_settings:so-ids:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-ids'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-ids:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-ids'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-ids:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-ids'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Elastic License 2.0.
|
||||
|
||||
|
||||
{%- set cur_close_days = salt['pillar.get']('elasticsearch:index_settings:so-imperva:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-imperva'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-imperva:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-imperva'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-imperva:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-imperva'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-import:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-import'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-import:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-import'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-import:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-import'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-infoblox:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-infoblox'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-infoblox:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-infoblox'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-infoblox:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-infoblox'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-juniper:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-juniper'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-juniper:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-juniper'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-aws:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-aws'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-kibana:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-kibana'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-kibana:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-kibana'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-kibana:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-kibana'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-kratos:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-kratos'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-kratos:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-kratos'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-kratos:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-kratos'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-logstash:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-logstash'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-logstash:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-logstash'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-logstash:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-logstash'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-microsoft:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-microsoft'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-microsoft:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-microsoft'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-microsoft:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-microsoft'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-misp:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-misp'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-misp:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-misp'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-misp:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-misp'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-netflow:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-netflow'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-netflow:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-netflow'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-netflow:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-netflow'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-netscout:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-netscout'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-netscout:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-netscout'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-netscout:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-netscout'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-o365:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-o365'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-o365:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-o365'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-o365:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-o365'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-okta:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-okta'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-okta:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-okta'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-okta:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-okta'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-osquery:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-osquery'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-osquery:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-osquery'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-osquery:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-osquery'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-ossec:close') -%}
|
||||
{%- set cur_close_days = CURATORMERGED['so-ossec'].close -%}
|
||||
actions:
|
||||
1:
|
||||
action: close
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-ossec:delete') -%}
|
||||
{%- set DELETE_DAYS = CURATORMERGED['so-ossec'].delete -%}
|
||||
actions:
|
||||
1:
|
||||
action: delete_indices
|
||||
|
||||
@@ -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 = salt['pillar.get']('elasticsearch:index_settings:so-ossec:warm') -%}
|
||||
{%- set WARM_DAYS = CURATORMERGED['so-ossec'].warm -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user