nsyslog
Version:
Modular new generation log agent. Reads, transform, aggregate, correlate and send logs from sources to destinations
34 lines (30 loc) • 526 B
JSON
{
"config" : {
"datadir" : "/tmp/nsyslog",
"input" : {"buffer" : 100}
},
"inputs" : {
"amqp_test" : {
"type" : "amqp",
"config" : {
"url" : "amqps://ydhsfzhp:57XiJBwJMKnHfCZTpFM0Eu1650USYXII@rat.rmq2.cloudamqp.com/ydhsfzhp",
"queue" : "test"
}
}
},
"transporters" : {
"console" : {
"type" : "console",
"config" : {
"format" : "${JSON:0}"
}
}
},
"flows" : [
{
"id":"flow1",
"from":"amqp_test",
"transporters":["console"]
}
]
}