You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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 |
0 commit comments