LogFile
The LogFile output module allows you to write data to a simple text-based log file.
Parameter | Default | Meaning |
---|---|---|
filename | The full path to the file to write |
Availability
Example
[ { "method": "logfile", "filename": "c:\tmp\myfile.txt" } ]
The above example would send values to a plain text file at c:\tmp\myfile.txt on Windows systems.
Other Modules
Return to the list of key-value output modules or list of event output modules.