From ef29dab013fe77a1e1103921e1a24e491a55cfff Mon Sep 17 00:00:00 2001 From: adamscmRH Date: Thu, 19 Jul 2018 11:41:39 -0400 Subject: [PATCH] update logging readme --- tools/docker-compose/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/docker-compose/README b/tools/docker-compose/README index 3591102b0f..118fe9dad0 100644 --- a/tools/docker-compose/README +++ b/tools/docker-compose/README @@ -8,7 +8,7 @@ authentication set up inside of the logstash configuration file). ``` { - "LOG_AGGREGATOR_HOST": "logstash", + "LOG_AGGREGATOR_HOST": "http://logstash", "LOG_AGGREGATOR_PORT": 8085, "LOG_AGGREGATOR_TYPE": "logstash", "LOG_AGGREGATOR_USERNAME": "awx_logger", @@ -25,6 +25,8 @@ authentication set up inside of the logstash configuration file). } ``` +> Note: HTTP must be specified in the `LOG_AGGREGATOR_HOST` if you are using the docker development environment. + An example of how to view the most recent logs from the container: ```