chg: [expiration] 10 years expiration

pull/171/head
Alexandre Dulaunoy 2019-10-18 14:37:02 +02:00
parent 9b31f7d02d
commit df75c655c4
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 6 additions and 1 deletions

View File

@ -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
}
]
}