UNPKG

nsyslog

Version:

Modular new generation log agent. Reads, transform, aggregate, correlate and send logs from sources to destinations

52 lines (48 loc) 1.32 kB
{ "config" : { "datadir" : "/tmp/nsyslog", "input" : {"maxPending" : 1000}, "buffer" : {"maxPending": 1000}, "processor" : {"maxPending": 1000}, "transporter" : {"maxPending": 1000} }, "inputs" : { "reader_kafka_oracleaudit": { "Description": "Attach va de flujo de entrada", "attach": [ "pump_kafka_oracleaudit" ], "type" : "kafka", "disabled" : false, "config" : { "url" : "kafka://localhost:9090", "topics" : [ "logline__6299ca1a5ebcd503f5431752", "logline__6299cab65ebcd503f5431953", "logline__6299caf75ebcd503f5431991", "logline__6299cb8f5ebcd503f5431a18" ], "format" : "json", "offset" : "earliest", "group" : "monitor_oracleaudit_test", "watch" : false } } }, "transporters" : { "console" : { "type" : "console", "config" : { "format" : "${this}", "json" : { "format" : true, "color" : true } } }, "null" : { "type" : "null" } }, "flows" : [ {"id":"pump_kafka_oracleaudit", "from":"reader_kafka_oracleaudit", "transporters":["null"]} ] }