Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 345 Bytes

file.md

File metadata and controls

21 lines (17 loc) · 345 Bytes

File Transporter

Sends data to a file.

Examples

"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