Skip to content

Commit 57097d0

Browse files
authored
Fixing shell formatting and standardizing on yaml first. Fixes #1790. (#1791)
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 5171fb2 commit 57097d0

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

pipeline/inputs/docker-events.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,15 @@ This plugin supports the following configuration parameters:
2020

2121
You 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 %}

0 commit comments

Comments
 (0)