Skip to content

Commit d1e55d5

Browse files
authored
Merge pull request #12450 from Security-Onion-Solutions/fix/suricata_max_age
Roll Suricata logs daily to prevent alerts from being deleted when not meeting size threshold
2 parents d5fc6dd + df3943b commit d1e55d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/elasticsearch/defaults.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10597,7 +10597,7 @@ elasticsearch:
1059710597
hot:
1059810598
actions:
1059910599
rollover:
10600-
max_age: 30d
10600+
max_age: 1d
1060110601
max_primary_shard_size: 50gb
1060210602
set_priority:
1060310603
priority: 100

0 commit comments

Comments
 (0)