stdout
Last updated
Was this helpful?
Last updated
Was this helpful?
The filter_stdout
filter plugin prints events to the standard output (or logs if launched as a daemon). This filter plugin is useful for debugging purposes.
It is included in the Fluentd's core.
A sample output is as follows:
where the first part shows the output time, the second part shows the tag, and the third part shows the record.
See .
@type
(required)The value must be stdout
.
<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 of stdout
format. Configures the format of the record (third part). Any formatter plugins can be specified.
<inject>
SectionSee 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.