From b67dd06578c6b01fc6839d57f5ef1e343731084c Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Fri, 20 Sep 2019 09:28:00 +0200 Subject: [PATCH] increase retention time for EvtSet channels --- policies/timing.policies | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/policies/timing.policies b/policies/timing.policies index 46cf497..d4d7aca 100644 --- a/policies/timing.policies +++ b/policies/timing.policies @@ -10,6 +10,17 @@ } ] } + }, + { + "pattern":"^.*:EvtSet$", + "data_reduction":{ + "default":[ + { + "ttl":"P20W", + "modulo":1 + } + ] + } } ] }