added Malcolm
This commit is contained in:
		
							
								
								
									
										30
									
								
								Vagrant/resources/malcolm/kibana/kibana.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								Vagrant/resources/malcolm/kibana/kibana.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,30 @@ | ||||
| --- | ||||
| # Default Kibana configuration from kibana-docker. | ||||
|  | ||||
| server.name: kibana | ||||
| server.host: "0" | ||||
| server.basePath: "/kibana" | ||||
| server.rewriteBasePath: true | ||||
| elasticsearch.hosts: ["${ELASTICSEARCH_URL}"] | ||||
| elasticsearch.requestTimeout: 180000 | ||||
| kibana.defaultAppId: "dashboard/${KIBANA_DEFAULT_DASHBOARD}" | ||||
|  | ||||
| newsfeed.enabled: false | ||||
| telemetry.optIn: false | ||||
| telemetry.enabled: false | ||||
| security.showInsecureClusterWarning: false | ||||
|  | ||||
| # offline region map | ||||
| map.regionmap: | ||||
|   includeElasticMapsService: false | ||||
|   layers: | ||||
|      - name: "World (offline)" | ||||
|        url: "/world.geojson" | ||||
|        attribution: "https://exploratory.io/maps" | ||||
|        fields: | ||||
|           - name: "ISO_A2" | ||||
|             description: "Country Code" | ||||
|           - name: "WB_A2" | ||||
|             description: "Country Code2" | ||||
|           - name: "NAME" | ||||
|             description: "Country Name" | ||||
		Reference in New Issue
	
	Block a user