out_file
The out_file
formatter plugin outputs time, tag and json record separated by a delimiter.
This format is a default format of out_file
plugin.
Parameters
delimiter
delimiter
type
default
version
string
\t
(TAB)
0.14.0
Delimiter for each field.
Supported: SPACE (' '
) and COMMA (','
)
output_tag
output_tag
type
default
version
bool
true
0.14.0
Output tag field if true
.
output_time
output_time
type
default
version
bool
true
0.14.0
Output time field if true
.
time_type
time_type
type
default
version
enum
string
0.14.7
Overwrites the default value in this plugin.
time_format
time_format
type
default
version
string
nil(iso8601)
0.14.7
Overwrites the default value in this plugin.
newline
newline
type
default
version
enum
lf (for non-Windows)
or crlf (for Windows)
1.11.5
Specify newline characters.
Example
This incoming event is formatted to:
If this article is incorrect or outdated, or omits critical information, please let us know. Fluentd is an open-source project under Cloud Native Computing Foundation (CNCF). All components are available under the Apache 2 License.
Last updated