From df75c655c4a7542e11b1ef4eeed6c34c8d1e1cc9 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 18 Oct 2019 14:37:02 +0200 Subject: [PATCH] chg: [expiration] 10 years expiration --- retention/machinetag.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/retention/machinetag.json b/retention/machinetag.json index 80ebb7f..1f2bfea 100644 --- a/retention/machinetag.json +++ b/retention/machinetag.json @@ -2,7 +2,7 @@ "namespace": "retention", "expanded": "retention", "description": "Add a retenion time to events to automatically remove the IDS-flag on ip-dst or ip-src attributes. We calculate the time elapsed based on the date of the event. Supported time units are: d(ays), w(eeks), m(onths), y(ears). The numerical_value is just for sorting in the web-interface and is not used for calculations.", - "version": 1, + "version": 2, "refs": [ "https://en.wikipedia.org/wiki/Retention_period" ], @@ -56,6 +56,11 @@ "value": "1y", "expanded": "1 year", "numerical_value": 365 + }, + { + "value": "10y", + "expanded": "10 year", + "numerical_value": 3650 } ] }