Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 16 additions & 17 deletions pipeline/inputs/docker-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,15 @@ This plugin supports the following configuration parameters:

You can run this plugin from the command line:

```bash
fluent-bit -i docker_events -o stdout
```shell
$ fluent-bit -i docker_events -o stdout
```

### Configuration file

In your main configuration file append the following `Input` and `Output` sections:
In your main configuration file append the following:

{% tabs %}
{% tab title="fluent-bit.conf" %}

```yaml
[INPUT]
Name docker_events

[OUTPUT]
Name stdout
Match *
```

{% endtab %}

{% tab title="fluent-bit.yaml" %}

```yaml
Expand All @@ -55,4 +42,16 @@ pipeline:
```

{% endtab %}
{% endtabs %}
{% tab title="fluent-bit.conf" %}

```text
[INPUT]
Name docker_events

[OUTPUT]
Name stdout
Match *
```

{% endtab %}
{% endtabs %}