From 3be443fe8cfabcdb8e6b119f5b0598866de0bbb0 Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Thu, 13 Jul 2017 23:00:02 +0200 Subject: [PATCH] Clarify usage of logspout extension ref #148 --- extensions/logspout/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/logspout/README.md b/extensions/logspout/README.md index 1178404..a8b25f3 100644 --- a/extensions/logspout/README.md +++ b/extensions/logspout/README.md @@ -5,11 +5,11 @@ configuration. ## Usage -If you want to include the Logspout extension, ensure the additional `logspout-compose.yml` file is included in the -command line parameters: +If you want to include the Logspout extension, run Docker Compose from the root of the repository with an additional +command line argument referencing the `logspout-compose.yml` file: ```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`: