Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions pipeline/outputs/null.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# NULL
# Null

The **null** output plugin just throws away events.
The _Null_ output plugin discards events.

## Configuration Parameters
## Configuration parameters

The plugin doesn't support configuration parameters.
This plugin doesn't have any configuration parameters.

## Getting Started
## Get started

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

### Command Line
### Command line

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

```shell
fluent-bit -i cpu -o null
```

### Configuration File
### Configuration file

In your main configuration file append the following:

Expand All @@ -35,6 +35,7 @@ pipeline:
- name: null
match: '*'
```

{% endtab %}
{% tab title="fluent-bit.conf" %}

Expand All @@ -49,4 +50,4 @@ pipeline:
```

{% endtab %}
{% endtabs %}
{% endtabs %}