Files
sf_databuffer/policies/default.policies
2016-06-16 15:22:55 +02:00

15 lines
357 B
Plaintext

{
"policies": [
/*all data points last for one day in the DataBuffer unless there is a data policy providing a superior match*/
{
"pattern": ".",
"data_reduction": {
"default": [{
"ttl": "P1D",
"modulo": 1
}]
}
}
]
}