diff --git a/policies/blm.policies b/policies/blm.policies index 416e566..933ff90 100644 --- a/policies/blm.policies +++ b/policies/blm.policies @@ -53,7 +53,7 @@ Examples for ttl settings: /* OC81, 19.01.2018 */ { - "pattern":" ^S.*-DBLM.*:BASELINE_VAL$", + "pattern":"^S.*-DBLM.*:BASELINE_VAL$", "data_reduction":{ "default":[ { @@ -64,7 +64,7 @@ Examples for ttl settings: } }, { - "pattern":" ^S.*-DBLM.*:LOSS_SIGNAL_RAW$", + "pattern":"^S.*-DBLM.*:LOSS_SIGNAL_RAW$", "data_reduction":{ "default":[ { @@ -75,18 +75,7 @@ Examples for ttl settings: } }, { - "pattern":" ^S.*-DBLM.*:B[12]_LOSS$", - "data_reduction":{ - "default":[ - { - "ttl":"P10D", - "modulo":1 - } - ] - } -}, -{ - "pattern":" ^S.*-DBLM.*:B[12]_LOSS_.*$", + "pattern":"^S.*-DBLM.*:B[12]_LOSS.*", "data_reduction":{ "default":[ { diff --git a/policies/llm.policies b/policies/llm.policies index d4e7545..6d502ed 100644 --- a/policies/llm.policies +++ b/policies/llm.policies @@ -45,7 +45,7 @@ Examples for ttl settings: /* OC81, 19.01.2018 */ { - "pattern":" ^S.*-DLLM.*:BASELINE_VAL$", + "pattern":"^S.*-DLLM.*:BASELINE_VAL$", "data_reduction":{ "default":[ { @@ -56,7 +56,7 @@ Examples for ttl settings: } }, { - "pattern":" ^S.*-DLLM.*:LOSS_SIGNAL_RAW$", + "pattern":"^S.*-DLLM.*:LOSS_SIGNAL_RAW$", "data_reduction":{ "default":[ { @@ -67,18 +67,7 @@ Examples for ttl settings: } }, { - "pattern":" ^S.*-DLLM.*:CH.*_LOSS$", - "data_reduction":{ - "default":[ - { - "ttl":"P10D", - "modulo":1 - } - ] - } -}, -{ - "pattern":" ^S.*-DLLM.*:CH.*_LOSS_.*$", + "pattern":"^S.*-DLLM.*:CH.*_LOSS.*", "data_reduction":{ "default":[ {