Skip to content

Commit 8c49680

Browse files
Merge pull request #1978 from fluent/alexakreizinger/sc-136252/update-fluent-bit-docs-pipeline-outputs-null
2 parents 294cd62 + f551c16 commit 8c49680

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

pipeline/outputs/null.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
# NULL
1+
# Null
22

3-
The **null** output plugin just throws away events.
3+
The _Null_ output plugin discards events.
44

5-
## Configuration Parameters
5+
## Configuration parameters
66

7-
The plugin doesn't support configuration parameters.
7+
This plugin doesn't have any configuration parameters.
88

9-
## Getting Started
9+
## Get started
1010

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

13-
### Command Line
13+
### Command line
1414

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

1717
```shell
1818
fluent-bit -i cpu -o null
1919
```
2020

21-
### Configuration File
21+
### Configuration file
2222

2323
In your main configuration file append the following:
2424

@@ -35,6 +35,7 @@ pipeline:
3535
- name: null
3636
match: '*'
3737
```
38+
3839
{% endtab %}
3940
{% tab title="fluent-bit.conf" %}
4041
@@ -49,4 +50,4 @@ pipeline:
4950
```
5051

5152
{% endtab %}
52-
{% endtabs %}
53+
{% endtabs %}

0 commit comments

Comments
 (0)