forked from archiver_config/sf_databuffer
19 lines
473 B
Plaintext
19 lines
473 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": {
|
|
"scalar": [{
|
|
"ttl": "P3D",
|
|
"modulo": 1
|
|
}],
|
|
"waveform": [{
|
|
"ttl": "P2D",
|
|
"modulo": 1
|
|
}]
|
|
}
|
|
}
|
|
]
|
|
}
|