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.
Example Configuration
Please see the Config File article for the basic structure and syntax of the configuration file.
Sample output:
where the first part shows the output time, the second part shows the tag, and the third part shows the record.
Supported Modes
Common Parameters
The value must be stdout.
If Fluentd logger outputs logs to a file, this plugin outputs events to the file as well.
If setting false, this plugin outputs events to STDOUT independently of Fluentd logger.
<buffer> Section
See Buffer Section Configurations for more details.
Overwrites the default value in this plugin.
flush_at_shutdown
Overwrites the default value in this plugin.
chunk_limit_size
Overwrites the default value in this plugin.
See Format Section Configurations for more details.
The format of the output.
This is the option for the stdout format. Configure the format of the record (third part). Any formatter plugins can be specified.
<inject> Section
See Inject Section Configurations for more details.
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