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
2
2
3
- The ** null ** output plugin just throws away events.
3
+ The _ Null _ output plugin discards events.
4
4
5
- ## Configuration Parameters
5
+ ## Configuration parameters
6
6
7
- The plugin doesn't support configuration parameters.
7
+ This plugin doesn't have any configuration parameters.
8
8
9
- ## Getting Started
9
+ ## Get started
10
10
11
11
You can run the plugin from the command line or through the configuration file:
12
12
13
- ### Command Line
13
+ ### Command line
14
14
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:
16
16
17
17
``` shell
18
18
fluent-bit -i cpu -o null
19
19
```
20
20
21
- ### Configuration File
21
+ ### Configuration file
22
22
23
23
In your main configuration file append the following:
24
24
@@ -35,6 +35,7 @@ pipeline:
35
35
- name : null
36
36
match : ' *'
37
37
` ` `
38
+
38
39
{% endtab %}
39
40
{% tab title="fluent-bit.conf" %}
40
41
@@ -49,4 +50,4 @@ pipeline:
49
50
```
50
51
51
52
{% endtab %}
52
- {% endtabs %}
53
+ {% endtabs %}
You can’t perform that action at this time.
0 commit comments