remove incorrect config (#55427) (#55475)

This commit is contained in:
Thomas Neirynck 2020-01-22 09:02:33 -05:00 committed by GitHub
parent bd8e4a5c70
commit a7fffffdcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 10 deletions

View file

@ -236,23 +236,25 @@ Kibana, the server needs to be CORS-enabled so Kibana can download the file. The
following example shows a valid regionmap configuration.
+
--
map.regionmap:
map
includeElasticMapsService: false
layers:
- name: "Departments of France"
url: "http://my.cors.enabled.server.org/france_departements.geojson"
attribution: "INRAP"
fields:
- name: "department"
regionmap:
layers:
- name: "Departments of France"
url: "http://my.cors.enabled.server.org/france_departements.geojson"
attribution: "INRAP"
fields:
- name: "department"
description: "Full department name"
- name: "INSEE"
- name: "INSEE"
description: "INSEE numeric identifier"
--
[[regionmap-ES-map]]`map.regionmap.includeElasticMapsService:`:: Turns on or off
[[regionmap-ES-map]]`map.includeElasticMapsService:`:: Turns on or off
whether layers from the Elastic Maps Service should be included in the vector
layer option list. Supported on {ece}. By turning this off, only the layers that
are configured here will be included. The default is `true`.
This also affects whether tile-service from the Elastic Maps Service will be available.
[[regionmap-attribution]]`map.regionmap.layers[].attribution:`:: Optional.
References the originating source of the geojson file. Supported on {ece}.

View file

@ -59,7 +59,6 @@ kibana_vars=(
path.data
pid.file
regionmap
regionmap.includeElasticMapsService
server.basePath
server.customResponseHeaders
server.defaultRoute