forked from archiver_config/sf_databuffer
32 lines
699 B
Plaintext
32 lines
699 B
Plaintext
{
|
|
"policies": [
|
|
{
|
|
"pattern": ":FPICTURE$",
|
|
"data_reduction": {
|
|
"default": [
|
|
{
|
|
"ttl": "P3D",
|
|
"modulo": 1
|
|
}
|
|
]
|
|
}
|
|
}
|
|
,{
|
|
"pattern": "SINBC02-DSRM310:FPICTURE",
|
|
"data_reduction": {
|
|
"default": [
|
|
{
|
|
"ttl": "PT1H",
|
|
"modulo": 1
|
|
},
|
|
{
|
|
"ttl": "P3D",
|
|
"modulo": 100,
|
|
"offset": 3
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|