mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #7333 from Security-Onion-Solutions/endgamecurator
Fix endgame index name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{%- set cur_close_days = salt['pillar.get']('elasticsearch:index_settings:so-endgame:close', 30) -%}
|
||||
{%- set cur_close_days = salt['pillar.get']('elasticsearch:index_settings:endgame:close', 30) -%}
|
||||
---
|
||||
# Remember, leave a key empty if there is no value. None will be a string,
|
||||
# not a Python "NoneType"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-endgame:delete', 365) -%}
|
||||
{%- set DELETE_DAYS = salt['pillar.get']('elasticsearch:index_settings:endgame:delete', 365) -%}
|
||||
---
|
||||
# Remember, leave a key empty if there is no value. None will be a string,
|
||||
# not a Python "NoneType"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:so-endgame:warm', 7) -%}
|
||||
{%- set WARM_DAYS = salt['pillar.get']('elasticsearch:index_settings:endgame:warm', 7) -%}
|
||||
actions:
|
||||
1:
|
||||
action: allocation
|
||||
|
||||
@@ -1837,7 +1837,7 @@ manager_global() {
|
||||
" warm: 7"\
|
||||
" close: 30"\
|
||||
" delete: 365"\
|
||||
" so-endgame:"\
|
||||
" endgame:"\
|
||||
" index_template:"\
|
||||
" template:"\
|
||||
" settings:"\
|
||||
|
||||
Reference in New Issue
Block a user