diff --git a/pipeline/inputs/docker-events.md b/pipeline/inputs/docker-events.md index 4d6569f9c..13d9fd89a 100644 --- a/pipeline/inputs/docker-events.md +++ b/pipeline/inputs/docker-events.md @@ -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 @@ -55,4 +42,16 @@ pipeline: ``` {% endtab %} -{% endtabs %} +{% tab title="fluent-bit.conf" %} + +```text +[INPUT] + Name docker_events + +[OUTPUT] + Name stdout + Match * +``` + +{% endtab %} +{% endtabs %} \ No newline at end of file