arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

NULL

The null output plugin just throws away events.

hashtag
Configuration Parameters

The plugin doesn't support configuration parameters.

hashtag
Getting Started

You can run the plugin from the command line or through the configuration file:

hashtag
Command Line

From the command line you can let Fluent Bit throws away events with the following options:

hashtag
Configuration File

In your main configuration file append the following Input & Output sections:

$ fluent-bit -i cpu -o null
[INPUT]
    Name cpu
    Tag  cpu

[OUTPUT]
    Name null
    Match *