Merge pull request #8966 from Security-Onion-Solutions/curator2.4

Curator2.4
This commit is contained in:
Josh Patterson
2022-10-21 11:26:51 -04:00
committed by GitHub
139 changed files with 154 additions and 139 deletions

View File

@@ -88,6 +88,10 @@ elasticsearch:
warm: 7 warm: 7
close: 30 close: 30
delete: 365 delete: 365
so-kratos:
warm: 7
close: 30
delete: 365
so-kibana: so-kibana:
warm: 7 warm: 7
close: 30 close: 30
@@ -124,6 +128,10 @@ elasticsearch:
warm: 7 warm: 7
close: 30 close: 30
delete: 365 delete: 365
so-ossec:
warm: 7
close: 30
delete: 365
so-proofpoint: so-proofpoint:
warm: 7 warm: 7
close: 30 close: 30

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-aws:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-aws'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-aws:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-aws'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-azure:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-azure'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-azure:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-azure'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-barracuda:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-barracuda'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-barracuda:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-barracuda'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-beats:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-beats'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-beats:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-beats'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-bluecoat:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-bluecoat'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-bluecoat:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-bluecoat'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-cef:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-cef'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-cef:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-cef'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-checkpoint:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-checkpoint'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-checkpoint:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-checkpoint'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-cisco:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-cisco'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-cisco:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-cisco'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-cyberark:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-cyberark'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-cyberark:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-cyberark'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-cylance:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-cylance'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-cylance:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-cylance'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-elasticsearch:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-elasticsearch'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-elasticsearch:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-elasticsearch'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-endgame:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-endgame'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-endgame:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-endgame'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-f5:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-f5'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-f5:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-f5'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-firewall:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-firewall'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-firewall:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-firewall'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-fortinet:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-fortinet'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-fortinet:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-fortinet'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-gcp:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-gcp'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-gcp:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-gcp'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # 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: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # 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: actions:
1: 1:
action: allocation action: allocation

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-ids:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-ids'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-ids:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-ids'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -4,7 +4,7 @@
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-imperva:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-imperva'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-imperva:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-imperva'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-import:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-import'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-import:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-import'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-infoblox:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-infoblox'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-infoblox:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-infoblox'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-juniper:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-juniper'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-aws:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-aws'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-kibana:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-kibana'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-kibana:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-kibana'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-kratos:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-kratos'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-kratos:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-kratos'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-logstash:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-logstash'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-logstash:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-logstash'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-microsoft:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-microsoft'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-microsoft:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-microsoft'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-misp:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-misp'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-misp:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-misp'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-netflow:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-netflow'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-netflow:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-netflow'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-netscout:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-netscout'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-netscout:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-netscout'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-o365:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-o365'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-o365:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-o365'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-okta:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-okta'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-okta:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-okta'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-osquery:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-osquery'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-osquery:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-osquery'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # 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: actions:
1: 1:
action: close action: close

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-ossec:delete') -%} {%- set DELETE_DAYS = CURATORMERGED['so-ossec'].delete -%}
actions: actions:
1: 1:
action: delete_indices action: delete_indices

View File

@@ -3,7 +3,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the # https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0. # Elastic License 2.0.
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-ossec:warm') -%} {%- set WARM_DAYS = CURATORMERGED['so-ossec'].warm -%}
actions: actions:
1: 1:
action: allocation action: allocation

Some files were not shown because too many files have changed in this diff Show More