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:
2020
2121You can run this plugin from the command line:
2222
23- ``` bash
24- fluent-bit -i docker_events -o stdout
23+ ``` shell
24+ $ fluent-bit -i docker_events -o stdout
2525```
2626
2727### Configuration file
2828
29- In your main configuration file append the following ` Input ` and ` Output ` sections :
29+ In your main configuration file append the following:
3030
3131{% 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-
4532{% tab title="fluent-bit.yaml" %}
4633
4734``` yaml
@@ -55,4 +42,16 @@ pipeline:
5542` ` `
5643
5744{% 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