StdOut
Stdout Filter
Overview
Fluentd Filter plugin to print events to stdout
Configuration
StdOutFilterConfig
output_type (string, optional)
This is the option of stdout format.
Example StdOut filter configurations
apiVersion: logging.banzaicloud.io/v1beta1
kind: Flow
metadata:
name: demo-flow
spec:
filters:
- stdout:
output_type: json
selectors: {}
localOutputRefs:
- demo-outputFluentd config result:
<filter **>
@type stdout
@id test_stdout
output_type json
</filter>
Last modified December 3, 2025: Merge 93ef79b90193df9d95bda2068bba61200e21e86b into 2eea06951e5cb8d307b35fee26ea2a83a8ed6bdb (e71de0b)