diff --git a/src/core/api/retention.go b/src/core/api/retention.go index 115006d8f..76fea34b3 100644 --- a/src/core/api/retention.go +++ b/src/core/api/retention.go @@ -65,12 +65,6 @@ func (r *RetentionAPI) GetMetadatas() { "required": true } ] - }, - { - "rule_template": "nothing", - "display_text": "none", - "action": "retain", - "params": [] }, { "rule_template": "dayspl", @@ -95,7 +89,19 @@ func (r *RetentionAPI) GetMetadatas() { "required": true } ] - } + }, + { + "rule_template": "nothing", + "display_text": "none", + "action": "retain", + "params": [] + }, + { + "rule_template": "always", + "display_text": "always", + "action": "retain", + "params": [] + } ], "scope_selectors": [ {