Introduction
The To File component is a destination component that writes incoming data to a file or multiple files as needed. It serves to expand on the File Writer component with additional configurations and settings.
...
Expand | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||
Any field marked with red asterisk is required, otherwise the default value inside the config.json will take its place.
QuickstartIf you want one file for all messages If you want one file for all the messages that came in a second/minute/hour/day/month/year You can remove the timestamp masks to match your needs here (S = seconds, M = minutes and so on…) If you want one file for every message Timestamp masks still get their values replaced with the current time but will not save multiple messages in one file. |
...