mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 20:51:07 +01:00
Added hint
This commit is contained in:
parent
dce2813ae2
commit
fb126e9331
@ -1,5 +1,7 @@
|
|||||||
# role docker-elk
|
# 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
|
## restart all services
|
||||||
```bash
|
```bash
|
||||||
docker restart elk_logstash_1 && docker restart elk_elasticsearch_1 && docker restart elk_kibana_1
|
docker restart elk_logstash_1 && docker restart elk_elasticsearch_1 && docker restart elk_kibana_1
|
||||||
|
Loading…
Reference in New Issue
Block a user