Files
sf_databuffer/policies/bcm.policies
2023-08-10 14:05:06 +02:00

122 lines
3.2 KiB
Plaintext

/* BCM basic configuration for data policy */
/* ======================================== */
/* Change History: */
/* */
/* KW84, 08.11.2017 */
/* On request from Franziska Frei the following channels shold be stored for 10 days */
/* SINBC02-DBCM410:AL1-B1 */
/* SINBC02-DBCM410:AL1-B1-VALID */
/* SINBC02-DBCM410:AL2-B1 */
/* SINBC02-DBCM410:AL2-B1-VALID */
/* ------------------------------------------------------------ */
/* - override settings - */
/* - - */
/* - Each default setting will be overridden, when a better - */
/* - match (exacter match) is made. It is independant of the - */
/* - sequence in this configuration file. - */
/* ------------------------------------------------------------ */
/*
Examples for modulo settings:
"modulo":1 1 point every 10 ms (100 Hz)
"modulo":100 1 point every 1 second
"modulo":60000 1 point every 10 minutes
"modulo":3600000 1 point every 1 hour
Examples for ttl settings:
PT1M 1 minute
PT2H 2 hours
P1D 1 day
P2W 2 weeks
P1M 1 month
*/
{
"policies":
[
/* KW84, 08.11.2017 */
{
"pattern":"^SINBC02-DBCM410:AL[12]-B1(()|(-VALID))$",
"data_reduction":{
"default":[
{
"ttl":"P10D",
"modulo":1
}
]
}
},
/* KW82, 12.04.2018 */
{
"pattern":"^SINDI02-DCDR065:AL[12]-B1(()|(-VALID))$",
"data_reduction":{
"default":[
{
"ttl":"P10D",
"modulo":1
}
]
}
},
/* KW82, 12.04.2018 */
{
"pattern":"^S10MA01-DCDR080:AL[12]-B1(()|(-VALID))$",
"data_reduction":{
"default":[
{
"ttl":"P10D",
"modulo":1
}
]
}
},
{
"pattern":"^SINBC02-DBCM410:LM-((AG-.*-B[1-2]$)|(VALID-.*-B[1-2]$))",
"data_reduction":{
"default":[
{
"ttl":"P10D",
"modulo":1
}
]
}
},
{
"pattern":"^SINDI02-DCDR065:LM-((AG-.*-B[1-2]$)|(VALID-.*-B[1-2]$))",
"data_reduction":{
"default":[
{
"ttl":"P10D",
"modulo":1
}
]
}
},
{
"pattern":"^S10MA01-DCDR080:LM-((AG-.*-B[1-2]$)|(VALID-.*-B[1-2]$))",
"data_reduction":{
"default":[
{
"ttl":"P10D",
"modulo":1
}
]
}
}
]
}