You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/maps/index.asciidoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
[role="xpack"]
2
2
[[maps]]
3
-
= Elastic Maps
3
+
= Maps
4
4
5
5
[partintro]
6
6
--
7
7
8
-
*Elastic Maps* enables you to parse through your geographical data at scale, with speed, and in real time. With features like multiple layers and indices in a map, plotting of raw documents, dynamic client-side styling, and global search across multiple layers, you can understand and monitor your data with ease.
8
+
Maps enables you to parse through your geographical data at scale, with speed, and in real time. With features like multiple layers and indices in a map, plotting of raw documents, dynamic client-side styling, and global search across multiple layers, you can understand and monitor your data with ease.
9
9
10
-
With *Elastic Maps*, you can:
10
+
With Maps, you can:
11
11
12
12
* Create maps with multiple layers and indices.
13
13
* Upload GeoJSON files into Elasticsearch.
14
14
* Embed your map in dashboards.
15
15
* Symbolize features using data values.
16
16
* Focus in on just the data you want.
17
17
18
-
*Ready to get started?* Start your tour of *Elastic Maps* with the <<maps-getting-started, getting started tutorial>>.
18
+
*Ready to get started?* Start your tour of Maps with the <<maps-getting-started, getting started tutorial>>.
Elastic Maps makes it easy to import geospatial data into the Elastic Stack. Using the GeoJSON Upload feature, you can drag and drop your point and shape data files directly into Elasticsearch, and then use them as layers in the map.
29
+
Maps makes it easy to import geospatial data into the Elastic Stack. Using the GeoJSON Upload feature, you can drag and drop your point and shape data files directly into Elasticsearch, and then use them as layers in the map.
Copy file name to clipboardExpand all lines: docs/maps/indexing-geojson-data-tutorial.asciidoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[role="xpack"]
2
2
[[indexing-geojson-data-tutorial]]
3
-
==Indexing GeoJSON data tutorial
3
+
=== Tutorial: Index GeoJSON data
4
4
5
5
In this tutorial, you'll build a customized map that shows the flight path between
6
6
two airports, and the lightning hot spots on that route. You'll learn to:
@@ -15,7 +15,7 @@ two airports, and the lightning hot spots on that route. You'll learn to:
15
15
This tutorial requires you to download the following GeoJSON sample data files.
16
16
These files are good examples of the types
17
17
of vector data that you can upload to Kibana and index in
18
-
Elasticsearch for display in *Elastic Maps*.
18
+
Elasticsearch for display in Maps.
19
19
20
20
* https://raw.githubusercontent.com/elastic/examples/master/Maps/Getting%20Started%20Examples/geojson_upload_and_styling/logan_international_airport.geojson[Logan International Airport]
21
21
* https://raw.githubusercontent.com/elastic/examples/master/Maps/Getting%20Started%20Examples/geojson_upload_and_styling/bangor_international_airport.geojson[Bangor International Airport]
*Grid aggregation* layers use {ref}/search-aggregations-bucket-geotilegrid-aggregation.html[GeoTile grid aggregation] to group your documents into grids. You can calculate metrics for each gridded cell.
45
+
Grid aggregation layers use {ref}/search-aggregations-bucket-geotilegrid-aggregation.html[GeoTile grid aggregation] to group your documents into grids. You can calculate metrics for each gridded cell.
41
46
42
47
Symbolize grid aggregation metrics as:
43
48
@@ -213,7 +218,7 @@ The following shows an example terms aggregation response. Note the *key* proper
==== Augmenting the left source with metrics from the right source
221
+
==== Augment the left source with metrics from the right source
217
222
218
223
The join adds metrics for each terms aggregation bucket to the world country feature with the corresponding ISO 3166-1 alpha-2 code. Features that do not have a corresponding terms aggregation bucket are not visible on the map.
Now that your map is complete, you'll want to save it so others can use it.
188
194
189
195
. In the application toolbar, click *Save*.
@@ -202,7 +208,7 @@ You have completed the steps for re-creating the sample data map.
202
208
203
209
[role="xpack"]
204
210
[[maps-embedding]]
205
-
=== Adding the map to a dashboard
211
+
=== Add the map to a dashboard
206
212
You can add your saved map to a {kibana-ref}/dashboard.html[dashboard] and view your geospatial data alongside bar charts, pie charts, and other visualizations.
207
213
208
214
. Open the menu, then go to *Dashboard*.
@@ -224,7 +230,7 @@ Your dashboard should look like this:
224
230
[role="screenshot"]
225
231
image::maps/images/gs_dashboard_with_map.png[]
226
232
227
-
==== Exploring your data using filters
233
+
==== Explore your data using filters
228
234
229
235
You can apply filters to your dashboard to hone in on the data that you are most interested in.
230
236
The dashboard is interactive--you can quickly create filters by clicking on the desired data in the map and visualizations.
Copy file name to clipboardExpand all lines: docs/maps/trouble-shooting.asciidoc
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,18 @@
1
1
[role="xpack"]
2
2
[[maps-troubleshooting]]
3
-
== Elastic Maps troubleshooting
3
+
== Troubleshoot Maps
4
+
5
+
++++
6
+
<titleabbrev>Troubleshoot</titleabbrev>
7
+
++++
8
+
4
9
5
10
Use the information in this section to inspect Elasticsearch requests and find solutions to common problems.
6
11
7
12
[float]
8
13
=== Inspect Elasticsearch requests
9
14
10
-
*Elastic Maps* uses the {ref}/search-search.html[{es} search API] to get documents and aggregation results from {es}. To troubleshoot these requests, open the Inspector, which shows the most recent requests for each layer. You can switch between different requests using the *Request* dropdown.
15
+
Maps uses the {ref}/search-search.html[{es} search API] to get documents and aggregation results from {es}. To troubleshoot these requests, open the Inspector, which shows the most recent requests for each layer. You can switch between different requests using the *Request* dropdown.
==== Coordinate and region map visualizations not available in New Visualization menu
35
40
36
-
Kibana’s out-of-the-box settings no longer offers coordinate and region maps as a choice in the New Visualization menu because you can create these maps in *Elastic Maps*.
41
+
Kibana’s out-of-the-box settings no longer offers coordinate and region maps as a
42
+
choice in the New Visualization menu because you can create these maps in the Maps app.
37
43
If you want to create new coordinate and region map visualizations, set `xpack.maps.showMapVisualizationTypes` to `true`.
0 commit comments