UNPKG

nsyslog

Version:

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

19 lines (17 loc) 306 B
module.exports = { // Event formats FORMAT: { xml: 'xml', json: 'json' }, // Read modes MODE: { offset: 'offset', watermark: 'watermark' }, OFFSET : { end: "end", begin: "begin", start: "start" } };