add retention policy for SARFE10-PSSS059:SPECTRUM_.* data - see https://jira.psi.ch/browse/CTRLIT-9701

This commit is contained in:
2022-06-22 11:37:22 +02:00
parent c539aab15b
commit 62a6a98e3a

23
policies/sarfe10.policies Normal file
View File

@@ -0,0 +1,23 @@
{
"policies":[
{
"pattern":"^SARFE10-PSSS059:SPECTRUM_.*",
"data_reduction":{
"default":[
{
"ttl":"P2W",
"modulo":1
},
{
"ttl":"P6M",
"modulo":100
},
{
"ttl":"P5Y",
"modulo":60000
}
]
}
}
]
}