nsyslog
Version:
Modular new generation log agent. Reads, transform, aggregate, correlate and send logs from sources to destinations
23 lines (20 loc) • 384 B
JSON
{
"register" : [
{"type":"invalid","id":"mypush","require":"examples/custom/notfound.invalid"},
{"type":"input","id":"mypull","require":"examples/custom/pull-input.js"}
],
"inputs" : {
"input3" : {
"type" : "null"
},
"input4" : {
"type" : "null"
},
"input5" : {
"type" : "not_exist"
}
},
"filters" : {
"invalid" : "${}rrr"
}
}