Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pipeline/outputs/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ The plugin supports the following configuration parameters:
| `Format` | The [format](#format) of the file content. | `out_file` |
| `Mkdir` | Recursively create output directory if it doesn't exist. Permissions set to `0755`. | _none_ |
| `Workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `1` |
| `line_append` | Append new data to the end of log in same line. | `false` | | false |


## Format

Expand Down