NULL
The null output plugin just throws away events.
Configuration Parameters
The plugin doesn’t support configuration parameters.
Getting Started
You can run the plugin from the command line or through the configuration file:
Command Line
From the command line you can let Fluent Bit throws away events with the following options:
$ fluent-bit -i cpu -o null
Configuration File
In your main configuration file append the following Input & Output sections:
[INPUT]
Name cpu
Tag cpu
[OUTPUT]
Name null
Match *
当前内容版权归 fluentbit.io 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 fluentbit.io .