stdout
Last updated
Was this helpful?
Last updated
Was this helpful?
The stdout
output plugin prints events to the standard output (or logs if launched as a daemon). This output plugin is useful for debugging purposes.
It is included in Fluentd's core.
Sample output:
where the first part shows the output time
, the second part shows the tag
, and the third part shows the record
.
Non-Buffered
Synchronous
@type
The value must be stdout
.
<buffer>
Sectionchunk_keys
type
default
version
array
tag
0.14.5
Overwrites the default value in this plugin.
flush_at_shutdown
type
default
version
bool
true
0.14.5
Overwrites the default value in this plugin.
chunk_limit_size
type
default
version
size
10240
0.14.5
Overwrites the default value in this plugin.
<format>
Section@type
type
default
version
string
stdout
0.14.5
The format of the output.
output_type
type
default
version
string
json
0.14.5
This is the option for the stdout
format. Configure the format of the record (third part). Any formatter plugins can be specified.
<inject>
SectionPlease see the article for the basic structure and syntax of the configuration file.
See for more details.
See for more details.
See for more details.
If this article is incorrect or outdated, or omits critical information, please . is an open-source project under . All components are available under the Apache 2 License.