forked from archiver_config/sf_databuffer
Remove leading whitespace.
This commit is contained in:
@@ -53,7 +53,7 @@ Examples for ttl settings:
|
||||
|
||||
/* OC81, 19.01.2018 */
|
||||
{
|
||||
"pattern":" ^S.*-DBLM.*:BASELINE_VAL$",
|
||||
"pattern":"^S.*-DBLM.*:BASELINE_VAL$",
|
||||
"data_reduction":{
|
||||
"default":[
|
||||
{
|
||||
@@ -64,7 +64,7 @@ Examples for ttl settings:
|
||||
}
|
||||
},
|
||||
{
|
||||
"pattern":" ^S.*-DBLM.*:LOSS_SIGNAL_RAW$",
|
||||
"pattern":"^S.*-DBLM.*:LOSS_SIGNAL_RAW$",
|
||||
"data_reduction":{
|
||||
"default":[
|
||||
{
|
||||
@@ -75,18 +75,7 @@ Examples for ttl settings:
|
||||
}
|
||||
},
|
||||
{
|
||||
"pattern":" ^S.*-DBLM.*:B[12]_LOSS$",
|
||||
"data_reduction":{
|
||||
"default":[
|
||||
{
|
||||
"ttl":"P10D",
|
||||
"modulo":1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"pattern":" ^S.*-DBLM.*:B[12]_LOSS_.*$",
|
||||
"pattern":"^S.*-DBLM.*:B[12]_LOSS.*",
|
||||
"data_reduction":{
|
||||
"default":[
|
||||
{
|
||||
|
||||
@@ -45,7 +45,7 @@ Examples for ttl settings:
|
||||
|
||||
/* OC81, 19.01.2018 */
|
||||
{
|
||||
"pattern":" ^S.*-DLLM.*:BASELINE_VAL$",
|
||||
"pattern":"^S.*-DLLM.*:BASELINE_VAL$",
|
||||
"data_reduction":{
|
||||
"default":[
|
||||
{
|
||||
@@ -56,7 +56,7 @@ Examples for ttl settings:
|
||||
}
|
||||
},
|
||||
{
|
||||
"pattern":" ^S.*-DLLM.*:LOSS_SIGNAL_RAW$",
|
||||
"pattern":"^S.*-DLLM.*:LOSS_SIGNAL_RAW$",
|
||||
"data_reduction":{
|
||||
"default":[
|
||||
{
|
||||
@@ -67,18 +67,7 @@ Examples for ttl settings:
|
||||
}
|
||||
},
|
||||
{
|
||||
"pattern":" ^S.*-DLLM.*:CH.*_LOSS$",
|
||||
"data_reduction":{
|
||||
"default":[
|
||||
{
|
||||
"ttl":"P10D",
|
||||
"modulo":1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"pattern":" ^S.*-DLLM.*:CH.*_LOSS_.*$",
|
||||
"pattern":"^S.*-DLLM.*:CH.*_LOSS.*",
|
||||
"data_reduction":{
|
||||
"default":[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user