mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-16 07:08:41 +02:00
using new annotation config
This commit is contained in:
@@ -159,6 +159,8 @@ elasticsearch:
|
|||||||
- If retention is less than or equal to 90 days, max_age will be 7 days
|
- If retention is less than or equal to 90 days, max_age will be 7 days
|
||||||
- If retention is greater than 90 days, max_age will be 30 days
|
- If retention is greater than 90 days, max_age will be 30 days
|
||||||
forcedType: string
|
forcedType: string
|
||||||
|
allowedNodeTypes:
|
||||||
|
- heavynode
|
||||||
regex: ^$|^[0-9]{1,5}(?:d|h|m|s)$
|
regex: ^$|^[0-9]{1,5}(?:d|h|m|s)$
|
||||||
regexFailureMessage: Must be blank or a number followed by d, h, m, or s, such as 7d.
|
regexFailureMessage: Must be blank or a number followed by d, h, m, or s, such as 7d.
|
||||||
index_template:
|
index_template:
|
||||||
@@ -353,6 +355,8 @@ elasticsearch:
|
|||||||
- If retention is less than or equal to 90 days, max_age will be 7 days
|
- If retention is less than or equal to 90 days, max_age will be 7 days
|
||||||
- If retention is greater than 90 days, max_age will be 30 days
|
- If retention is greater than 90 days, max_age will be 30 days
|
||||||
forcedType: string
|
forcedType: string
|
||||||
|
allowedNodeTypes:
|
||||||
|
- heavynode
|
||||||
regex: ^$|^[0-9]{1,5}(?:d|h|m|s)$
|
regex: ^$|^[0-9]{1,5}(?:d|h|m|s)$
|
||||||
regexFailureMessage: Must be blank or a number followed by d, h, m, or s, such as 7d.
|
regexFailureMessage: Must be blank or a number followed by d, h, m, or s, such as 7d.
|
||||||
index_template:
|
index_template:
|
||||||
|
|||||||
Reference in New Issue
Block a user