mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 02:33:10 +01:00
14 lines
492 B
Markdown
14 lines
492 B
Markdown
# role docker-elk
|
|
|
|
I decided against using this role for security reasons. I recommend to use another tool if you don't want to pay for keeping your logs save and if you don't want to depend on external servers.
|
|
|
|
## restart all services
|
|
```bash
|
|
docker restart elk_logstash_1 && docker restart elk_elasticsearch_1 && docker restart elk_kibana_1
|
|
```
|
|
|
|
## see
|
|
- https://logz.io/blog/elk-stack-on-docker/
|
|
- https://github.com/kevinveenbirkenbach/docker-elk
|
|
- https://logz.io/blog/docker-logging/
|