mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Merge pull request #2606 from rooftopcellist/update_logging_doc
Update logging doc
This commit is contained in:
@@ -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_PORT": 8085,
|
||||||
"LOG_AGGREGATOR_TYPE": "logstash",
|
"LOG_AGGREGATOR_TYPE": "logstash",
|
||||||
"LOG_AGGREGATOR_USERNAME": "awx_logger",
|
"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:
|
An example of how to view the most recent logs from the container:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user