Clarify usage of logspout extension

ref #148
parent c1654226
...@@ -5,11 +5,11 @@ configuration. ...@@ -5,11 +5,11 @@ configuration.
## Usage ## Usage
If you want to include the Logspout extension, ensure the additional `logspout-compose.yml` file is included in the If you want to include the Logspout extension, run Docker Compose from the root of the repository with an additional
command line parameters: command line argument referencing the `logspout-compose.yml` file:
```bash ```bash
$ docker-compose -f docker-compose.yml -f logspout-compose.yml up $ docker-compose -f docker-compose.yml -f extensions/logspout/logspout-compose.yml up
``` ```
In your Logstash pipeline configuration, enable the `udp` input and set the input codec to `json`: In your Logstash pipeline configuration, enable the `udp` input and set the input codec to `json`:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment