mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			464 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			464 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| ---
 | |
| ## Default Elasticsearch configuration from Elasticsearch base image.
 | |
| ## https://github.com/elastic/elasticsearch/blob/master/distribution/docker/src/docker/config/elasticsearch.yml
 | |
| #
 | |
| cluster.name: "web-app-cluster"
 | |
| network.host: 0.0.0.0
 | |
| 
 | |
| ## X-Pack settings
 | |
| ## see https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-xpack.html
 | |
| #
 | |
| xpack.license.self_generated.type: basic
 | |
| xpack.security.enabled: true
 | |
| xpack.monitoring.collection.enabled: true
 |