mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			437 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			437 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| ---
 | |
| ## Default Logstash configuration from Logstash base image.
 | |
| ## https://github.com/elastic/logstash/blob/master/docker/data/logstash/config/logstash-full.yml
 | |
| #
 | |
| http.host: "0.0.0.0"
 | |
| xpack.monitoring.elasticsearch.hosts: [ "http://elasticsearch:9200" ]
 | |
| 
 | |
| ## X-Pack security credentials
 | |
| #
 | |
| xpack.monitoring.enabled: true
 | |
| xpack.monitoring.elasticsearch.username: elastic
 | |
| xpack.monitoring.elasticsearch.password: {{elastic_search_password}}
 |