File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 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
1111You 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
1818fluent-bit -i cpu -o null
1919```
2020
21- ### Configuration File
21+ ### Configuration file
2222
2323In 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 %}
You can’t perform that action at this time.
0 commit comments