added Malcolm

This commit is contained in:
2021-08-06 10:35:01 +02:00
parent f043730066
commit 70f1922e80
751 changed files with 195277 additions and 0 deletions

View 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"