Skip to content

Commit f4fe16d

Browse files
EKwongChumekwongchum
authored andcommitted
feature(output_file):update doc for line append
Signed-off-by: ekwongchum <[email protected]>
1 parent 24617ae commit f4fe16d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pipeline/outputs/file.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ The **file** output plugin allows to write the data received through the _input_
66

77
The plugin supports the following configuration parameters:
88

9-
| Key | Description | Default |
10-
| :--- | :--- | :--- |
9+
| Key | Description | Default |
10+
| :--- |:--------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|
1111
| Path | Directory path to store files. If not set, Fluent Bit will write the files on it's own positioned directory. note: this option was added on Fluent Bit v1.4.6 |
12-
| File | Set file name to store the records. If not set, the file name will be the _tag_ associated with the records. |
13-
| Format | The format of the file content. See also Format section. Default: out\_file. |
14-
| Mkdir | Recursively create output directory if it does not exist. Permissions set to 0755. |
15-
| Workers | Enables dedicated thread(s) for this output. Default value is set since version 1.8.13. For previous versions is 0. | 1 |
12+
| File | Set file name to store the records. If not set, the file name will be the _tag_ associated with the records. |
13+
| Format | The format of the file content. See also Format section. Default: out\_file. |
14+
| Mkdir | Recursively create output directory if it does not exist. Permissions set to 0755. |
15+
| Workers | Enables dedicated thread(s) for this output. Default value is set since version 1.8.13. For previous versions is 0. | 1 |
16+
| line_append | Append new data to the end of log in same line. Default value is false. | false |
1617

1718
## Format
1819

0 commit comments

Comments
 (0)