using new annotation config

This commit is contained in:
reyesj2
2026-06-15 13:31:53 -05:00
parent d10f21399c
commit 596471e140
@@ -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: