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