mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 11:12:51 +01:00
add policy for so-lists and so-items
This commit is contained in:
@@ -206,11 +206,23 @@ elasticsearch:
|
|||||||
set_priority:
|
set_priority:
|
||||||
priority: 0
|
priority: 0
|
||||||
min_age: 60d
|
min_age: 60d
|
||||||
|
delete:
|
||||||
|
actions:
|
||||||
|
delete: {}
|
||||||
|
min_age: 365d
|
||||||
hot:
|
hot:
|
||||||
actions:
|
actions:
|
||||||
rollover:
|
rollover:
|
||||||
max_size: 50gb
|
max_age: 30d
|
||||||
|
max_primary_shard_size: 50gb
|
||||||
|
set_priority:
|
||||||
|
priority: 100
|
||||||
min_age: 0ms
|
min_age: 0ms
|
||||||
|
warm:
|
||||||
|
actions:
|
||||||
|
set_priority:
|
||||||
|
priority: 50
|
||||||
|
min_age: 30d
|
||||||
so-lists:
|
so-lists:
|
||||||
index_sorting: false
|
index_sorting: false
|
||||||
index_template:
|
index_template:
|
||||||
@@ -247,11 +259,23 @@ elasticsearch:
|
|||||||
set_priority:
|
set_priority:
|
||||||
priority: 0
|
priority: 0
|
||||||
min_age: 60d
|
min_age: 60d
|
||||||
|
delete:
|
||||||
|
actions:
|
||||||
|
delete: {}
|
||||||
|
min_age: 365d
|
||||||
hot:
|
hot:
|
||||||
actions:
|
actions:
|
||||||
rollover:
|
rollover:
|
||||||
max_size: 50gb
|
max_age: 30d
|
||||||
|
max_primary_shard_size: 50gb
|
||||||
|
set_priority:
|
||||||
|
priority: 100
|
||||||
min_age: 0ms
|
min_age: 0ms
|
||||||
|
warm:
|
||||||
|
actions:
|
||||||
|
set_priority:
|
||||||
|
priority: 50
|
||||||
|
min_age: 30d
|
||||||
so-case:
|
so-case:
|
||||||
index_sorting: false
|
index_sorting: false
|
||||||
index_template:
|
index_template:
|
||||||
|
|||||||
Reference in New Issue
Block a user