forked from archiver_config/sf_databuffer
15 lines
357 B
Plaintext
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
|
|
}]
|
|
}
|
|
}
|
|
]
|
|
}
|