mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	Added hint
This commit is contained in:
		@@ -1,5 +1,7 @@
 | 
			
		||||
# 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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user