UNPKG

nsyslog

Version:

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

22 lines (17 loc) 366 B
## File Transporter Sends data to a file. ## Examples ```json "transporters" : { "file" : { "type" : "file", "config" : { "path" : "/var/logout${path}", "format" : "${originalMessage}" } } } ``` ## Configuration parameters * **path** : File path (supports expression) * **format** : Output expression of the message being sent