mirror of https://github.com/docker/docs.git
Improve UCP logging configuration
This commit is contained in:
parent
86a24f2b64
commit
a2af398626
|
@ -28,7 +28,7 @@ One popular logging stack is composed of Elasticsearch, Logstash and
|
||||||
Kibana. The following example demonstrates how to set up an example
|
Kibana. The following example demonstrates how to set up an example
|
||||||
deployment which can be used for logging.
|
deployment which can be used for logging.
|
||||||
|
|
||||||
```sh
|
```none
|
||||||
docker volume create --name orca-elasticsearch-data
|
docker volume create --name orca-elasticsearch-data
|
||||||
|
|
||||||
docker run -d \
|
docker run -d \
|
||||||
|
@ -55,7 +55,7 @@ the IP of the Logstash container. You can then browse to port 5601 on the system
|
||||||
running Kibana and browse log/event entries. You should specify the "time"
|
running Kibana and browse log/event entries. You should specify the "time"
|
||||||
field for indexing.
|
field for indexing.
|
||||||
|
|
||||||
Note: When deployed in a production environment, you should secure your ELK
|
When deployed in a production environment, you should secure your ELK
|
||||||
stack. UCP does not do this itself, but there are a number of 3rd party
|
stack. UCP does not do this itself, but there are a number of 3rd party
|
||||||
options that can accomplish this (e.g. Shield plug-in for Kibana)
|
options that can accomplish this (e.g. Shield plug-in for Kibana)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue