File tree Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -20,28 +20,15 @@ This plugin supports the following configuration parameters:
20
20
21
21
You can run this plugin from the command line:
22
22
23
- ``` bash
24
- fluent-bit -i docker_events -o stdout
23
+ ``` shell
24
+ $ fluent-bit -i docker_events -o stdout
25
25
```
26
26
27
27
### Configuration file
28
28
29
- In your main configuration file append the following ` Input ` and ` Output ` sections :
29
+ In your main configuration file append the following:
30
30
31
31
{% tabs %}
32
- {% tab title="fluent-bit.conf" %}
33
-
34
- ``` yaml
35
- [INPUT]
36
- Name docker_events
37
-
38
- [OUTPUT]
39
- Name stdout
40
- Match *
41
- ```
42
-
43
- {% endtab %}
44
-
45
32
{% tab title="fluent-bit.yaml" %}
46
33
47
34
``` yaml
@@ -55,4 +42,16 @@ pipeline:
55
42
` ` `
56
43
57
44
{% endtab %}
58
- {% endtabs %}
45
+ {% tab title="fluent-bit.conf" %}
46
+
47
+ ` ` ` text
48
+ [INPUT]
49
+ Name docker_events
50
+
51
+ [OUTPUT]
52
+ Name stdout
53
+ Match *
54
+ ```
55
+
56
+ {% endtab %}
57
+ {% endtabs %}
You can’t perform that action at this time.
0 commit comments