computer-playbook/roles/docker-elk/Readme.md

14 lines
492 B
Markdown
Raw Normal View History

2023-08-22 23:56:56 +02:00
# role docker-elk
2020-12-30 20:26:48 +01:00
2020-12-31 09:44:34 +01:00
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.
2020-12-30 20:26:48 +01:00
## 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/
2023-08-22 23:56:56 +02:00
- https://github.com/kevinveenbirkenbach/docker-elk
- https://logz.io/blog/docker-logging/