mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
remove incorrect config (#55427)
This commit is contained in:
parent
884560806c
commit
391c348a97
2 changed files with 12 additions and 11 deletions
|
@ -229,23 +229,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 Elastic Cloud Enterprise. By turning this off,
|
||||
only the layers that are configured here will be included. The default is `true`.
|
||||
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}.
|
||||
|
|
|
@ -59,7 +59,6 @@ kibana_vars=(
|
|||
path.data
|
||||
pid.file
|
||||
regionmap
|
||||
regionmap.includeElasticMapsService
|
||||
server.basePath
|
||||
server.customResponseHeaders
|
||||
server.defaultRoute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue