Skip to content

Commit fdab56a

Browse files
committed
Merge remote-tracking branch 'origin/master' into feature/merge-code
2 parents ce8a46a + 98e6c99 commit fdab56a

File tree

118 files changed

+3403
-1136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+3403
-1136
lines changed

docs/maps/connect-to-ems.asciidoc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[role="xpack"]
2+
[[maps-connect-to-ems]]
3+
== Connecting to Elastic Maps Service
4+
5+
https://www.elastic.co/elastic-maps-service[Elastic Maps Service (EMS)] is a service that hosts
6+
tile layers and vector shapes of administrative boundaries.
7+
If you are using Kibana's out-of-the box settings, the **Maps** application is already configured to use EMS.
8+
9+
Requests to EMS are made with two methods:
10+
11+
* Requests for tile layer meta data, vector shapes meta data, and vector shapes are proxied through the Kibana server.
12+
* Requests for EMS tiles are made directly from the browser to EMS.
13+
14+
NOTE: The legacy tilemap and regionmap visualizations make requests directly from the browser to EMS.
15+
16+
17+
[float]
18+
=== Disabling Elastic Maps Service
19+
20+
You might experience EMS connection issues if your Kibana server or browser are on a private network or
21+
behind a firewall. If this happens, you can disable the EMS connection to avoid unnecessary EMS requests.
22+
23+
To disable EMS, change your <<settings, kibana.yml>> file.
24+
25+
. Set `map.includeElasticMapsService` to `false` to turn off the EMS connection.
26+
. Set `map.tilemap.url` to the URL of your tile server. This configures the **Maps** default tile layer.
27+
. (Optional) Set `map.regionmap` to the vector shapes of the administrative boundaries that you want to use.

docs/maps/index.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ include::heatmap-layer.asciidoc[]
1919
include::tile-layer.asciidoc[]
2020
include::vector-layer.asciidoc[]
2121
include::search.asciidoc[]
22+
include::connect-to-ems.asciidoc[]

docs/maps/terms-join.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can augment vector features with property values that symbolize features and
99
image::maps/images/terms_join.png[]
1010

1111
Follow the example below to understand how *Terms joins* work.
12-
This example uses Elastic Maps Service(EMS) World Countries as the vector source and
12+
This example uses https://www.elastic.co/elastic-maps-service[Elastic Maps Service (EMS)] World Countries as the vector source and
1313
the Kibana sample data set "Sample web logs" as the Elasticsearch index.
1414

1515
Example feature from World Countries:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
"@types/eslint": "^4.16.6",
284284
"@types/execa": "^0.9.0",
285285
"@types/fetch-mock": "7.2.1",
286-
"@types/getopts": "^2.0.0",
286+
"@types/getopts": "^2.0.1",
287287
"@types/glob": "^7.1.1",
288288
"@types/globby": "^8.0.0",
289289
"@types/graphql": "^0.13.1",
@@ -359,7 +359,7 @@
359359
"faker": "1.1.0",
360360
"fetch-mock": "7.3.0",
361361
"geckodriver": "^1.16.1",
362-
"getopts": "2.0.0",
362+
"getopts": "^2.2.4",
363363
"grunt": "1.0.3",
364364
"grunt-cli": "^1.2.0",
365365
"grunt-contrib-watch": "^1.1.0",

packages/kbn-es-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@kbn/dev-utils": "1.0.0",
2626
"@kbn/expect": "1.0.0",
2727
"del": "^3.0.0",
28-
"getopts": "^2.2.3",
28+
"getopts": "^2.2.4",
2929
"supports-color": "^6.1.0",
3030
"typescript": "^3.3.3333"
3131
}

packages/kbn-es/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dedent": "^0.7.0",
1212
"del": "^3.0.0",
1313
"execa": "^1.0.0",
14-
"getopts": "^2.0.6",
14+
"getopts": "^2.2.4",
1515
"glob": "^7.1.2",
1616
"mkdirp": "^0.5.1",
1717
"node-fetch": "^2.0.0",

packages/kbn-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/intl-relativeformat": "^2.1.0",
2424
"@types/react-intl": "^2.3.15",
2525
"del": "^3.0.0",
26-
"getopts": "^2.2.3",
26+
"getopts": "^2.2.4",
2727
"supports-color": "^6.1.0",
2828
"typescript": "^3.3.3333"
2929
},

packages/kbn-interpreter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"copy-webpack-plugin": "^4.6.0",
2727
"css-loader": "1.0.0",
2828
"del": "^3.0.0",
29-
"getopts": "^2.2.3",
29+
"getopts": "^2.2.4",
3030
"pegjs": "0.9.0",
3131
"sass-loader": "^7.1.0",
3232
"style-loader": "0.23.1",

packages/kbn-plugin-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"chalk": "^2.4.1",
88
"dedent": "^0.7.0",
99
"execa": "^1.0.0",
10-
"getopts": "^2.0.0",
10+
"getopts": "^2.2.4",
1111
"lodash.camelcase": "^4.3.0",
1212
"lodash.kebabcase": "^4.1.1",
1313
"lodash.snakecase": "^4.1.1",

0 commit comments

Comments
 (0)