Skip to content

Commit e04624a

Browse files
[DOCS] Updates titles in Maps docs (#68703)
* [DOCS] Updates titles in Maps docs * [DOCS] Changes Elastic Maps to Maps to match the UI * [DOCS] Fixes titles Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent 208b580 commit e04624a

15 files changed

+67
-49
lines changed

docs/maps/connect-to-ems.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[role="xpack"]
22
[[maps-connect-to-ems]]
3-
== Connecting to Elastic Maps Service
3+
== Connect to Elastic Maps Service
44

55
https://www.elastic.co/elastic-maps-service[Elastic Maps Service (EMS)] is a service that hosts
66
tile layers and vector shapes of administrative boundaries.
7-
If you are using Kibana's out-of-the-box settings, **Elastic Maps** is already configured to use EMS.
7+
If you are using Kibana's out-of-the-box settings, Maps is already configured to use EMS.
88

99
EMS requests are made to the following domains:
1010

1111
* tiles.maps.elastic.co
1212
* vector.maps.elastic.co
1313

14-
**Elastic Maps** makes requests directly from the browser to EMS.
14+
Maps makes requests directly from the browser to EMS.
1515

1616
[float]
1717
=== Connect to Elastic Maps Service from an internal network
@@ -33,5 +33,5 @@ behind a firewall. If this happens, you can disable the EMS connection to avoid
3333
To disable EMS, change your <<settings, kibana.yml>> file.
3434

3535
. Set `map.includeElasticMapsService` to `false` to turn off the EMS connection.
36-
. Set `map.tilemap.url` to the URL of your tile server. This configures the default tile layer of **Elastic Maps**.
36+
. Set `map.tilemap.url` to the URL of your tile server. This configures the default tile layer of Maps.
3737
. (Optional) Set `map.regionmap` to the vector shapes of the administrative boundaries that you want to use.

docs/maps/geojson-upload.asciidoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[role="xpack"]
22
[[geojson-upload]]
33
== Upload GeoJSON data
4-
*Elastic Maps* makes it easy to import geospatial data into the Elastic Stack.
5-
Using the *GeoJSON Upload* feature, you can drag and drop your point and shape
4+
5+
Maps makes it easy to import geospatial data into the Elastic Stack.
6+
Using the GeoJSON Upload feature, you can drag and drop your point and shape
67
data files directly into {es}, and then use them as layers
78
in the map. You can also use the GeoJSON data in the broader Kibana ecosystem,
89
for example, in visualizations and Canvas workpads.
10+
911
[float]
1012
=== Why GeoJSON?
1113
GeoJSON is an open-standard file format for storing geospatial vector data.
@@ -17,7 +19,7 @@ GeoJSON is the most commonly used and flexible option.
1719
Follow these instructions to upload a GeoJSON data file, or try the
1820
<<indexing-geojson-data-tutorial, end-to-end integrated example>>.
1921

20-
. Open the menu, go to *Elastic Maps*, and then click *Add layer*.
22+
. Open the menu, go to *Maps*, and then click *Add layer*.
2123
. Click *Uploaded GeoJSON*.
2224
+
2325
[role="screenshot"]

docs/maps/index.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[role="xpack"]
22
[[maps]]
3-
= Elastic Maps
3+
= Maps
44

55
[partintro]
66
--
77

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.
99

10-
With *Elastic Maps*, you can:
10+
With Maps, you can:
1111

1212
* Create maps with multiple layers and indices.
1313
* Upload GeoJSON files into Elasticsearch.
1414
* Embed your map in dashboards.
1515
* Symbolize features using data values.
1616
* Focus in on just the data you want.
1717

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>>.
1919

2020
[float]
2121
=== Create maps with multiple layers and indices
@@ -26,7 +26,7 @@ image::maps/images/sample_data_ecommerce.png[]
2626

2727
[float]
2828
=== Upload GeoJSON files into Elasticsearch
29-
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.
3030

3131
[float]
3232
=== Embed your map in dashboards

docs/maps/indexing-geojson-data-tutorial.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[role="xpack"]
22
[[indexing-geojson-data-tutorial]]
3-
== Indexing GeoJSON data tutorial
3+
=== Tutorial: Index GeoJSON data
44

55
In this tutorial, you'll build a customized map that shows the flight path between
66
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:
1515
This tutorial requires you to download the following GeoJSON sample data files.
1616
These files are good examples of the types
1717
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.
1919

2020
* https://raw.githubusercontent.com/elastic/examples/master/Maps/Getting%20Started%20Examples/geojson_upload_and_styling/logan_international_airport.geojson[Logan International Airport]
2121
* https://raw.githubusercontent.com/elastic/examples/master/Maps/Getting%20Started%20Examples/geojson_upload_and_styling/bangor_international_airport.geojson[Bangor International Airport]

docs/maps/map-settings.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[role="xpack"]
22
[[maps-settings]]
3-
== Map settings
3+
== Configure map settings
44

5-
Elastic Maps offers settings that let you configure how a map is displayed.
5+
Maps offers settings that let you configure how a map is displayed.
66
To access these settings, click *Map settings* in the application toolbar.
77

88
[float]

docs/maps/maps-aggregations.asciidoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
[[maps-aggregations]]
33
== Plot big data without plotting too much data
44

5+
++++
6+
<titleabbrev>Plot big data</titleabbrev>
7+
++++
8+
9+
510
Use {ref}/search-aggregations.html[aggregations] to plot large data sets without overwhelming your network or your browser.
611
When using aggregations, the documents stay in Elasticsearch and only the calculated values for each group are returned to your computer.
712

@@ -37,7 +42,7 @@ image::maps/images/grid_to_docs.gif[]
3742
[[maps-grid-aggregation]]
3843
=== Grid aggregation
3944

40-
*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.
4146

4247
Symbolize grid aggregation metrics as:
4348

@@ -213,7 +218,7 @@ The following shows an example terms aggregation response. Note the *key* proper
213218
}
214219
--------------------------------------------------
215220

216-
==== Augmenting the left source with metrics from the right source
221+
==== Augment the left source with metrics from the right source
217222

218223
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.
219224

docs/maps/maps-getting-started.asciidoc

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
[role="xpack"]
22
[[maps-getting-started]]
3-
== Getting started with Elastic Maps
3+
== Get started with Maps
44

5-
You work with *Elastic Maps* by adding layers. The data for a layer can come from
5+
++++
6+
<titleabbrev>Get started</titleabbrev>
7+
++++
8+
9+
10+
11+
You work with Maps by adding layers. The data for a layer can come from
612
sources such as {es} documents, vector sources, tile map services, web map
713
services, and more. You can symbolize the data in different ways.
814
For example, you might show which airports have the longest flight
@@ -25,7 +31,7 @@ image::maps/images/read-only-badge.png[Example of Maps' read only access indicat
2531
[float]
2632
=== Prerequisites
2733
Before you start this tutorial, <<add-sample-data, add the web logs sample data set>>. Each
28-
sample data set includes a map to go along with the data. Once you've added the data, open *Elastic Maps* and
34+
sample data set includes a map to go along with the data. Once you've added the data, open Maps and
2935
explore the different layers of the *[Logs] Total Requests and Bytes* map.
3036
You'll re-create this map in this tutorial.
3137

@@ -40,7 +46,7 @@ In this tutorial, you'll learn to:
4046

4147
[role="xpack"]
4248
[[maps-create]]
43-
=== Creating a new map
49+
=== Create a map
4450

4551
The first thing to do is to create a new map.
4652

@@ -55,7 +61,7 @@ image::maps/images/gs_create_new_map.png[]
5561

5662
[role="xpack"]
5763
[[maps-add-choropleth-layer]]
58-
=== Adding a choropleth layer
64+
=== Add a choropleth layer
5965

6066
Now that you have a map, you'll want to add layers to it.
6167
The first layer you'll add is a choropleth layer to shade world countries
@@ -106,7 +112,7 @@ image::maps/images/gs_add_cloropeth_layer.png[]
106112

107113
[role="xpack"]
108114
[[maps-add-elasticsearch-layer]]
109-
=== Adding layers for {es} data
115+
=== Add layers for the {es} data
110116

111117
To avoid overwhelming the user with too much data at once, you'll add two layers for {es} data.
112118

@@ -183,7 +189,7 @@ image::maps/images/sample_data_web_logs.png[]
183189

184190
[role="xpack"]
185191
[[maps-save]]
186-
=== Saving the map
192+
=== Save the map
187193
Now that your map is complete, you'll want to save it so others can use it.
188194

189195
. In the application toolbar, click *Save*.
@@ -202,7 +208,7 @@ You have completed the steps for re-creating the sample data map.
202208

203209
[role="xpack"]
204210
[[maps-embedding]]
205-
=== Adding the map to a dashboard
211+
=== Add the map to a dashboard
206212
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.
207213

208214
. Open the menu, then go to *Dashboard*.
@@ -224,7 +230,7 @@ Your dashboard should look like this:
224230
[role="screenshot"]
225231
image::maps/images/gs_dashboard_with_map.png[]
226232

227-
==== Exploring your data using filters
233+
==== Explore your data using filters
228234

229235
You can apply filters to your dashboard to hone in on the data that you are most interested in.
230236
The dashboard is interactive--you can quickly create filters by clicking on the desired data in the map and visualizations.

docs/maps/search.asciidoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[role="xpack"]
22
[[maps-search]]
3-
== Searching your data
3+
== Search geographic data
44

5-
**Elastic Maps** embeds the search bar for real-time search.
5+
Maps embeds the search bar for real-time search.
66
Only layers requesting data from {es} are filtered when you submit a search request.
77
Layers narrowed by the search context contain the filter icon image:maps/images/filter_icon.png[] next to the layer name in the legend.
88

@@ -23,7 +23,7 @@ image::maps/images/global_search_bar.png[]
2323

2424
[role="xpack"]
2525
[[maps-create-filter-from-map]]
26-
=== Creating filters from your map
26+
=== Create filters from a map
2727

2828
You can create two types of filters by interacting with your map:
2929

@@ -62,7 +62,7 @@ image::maps/images/create_phrase_filter.png[]
6262

6363
[role="xpack"]
6464
[[maps-layer-based-filtering]]
65-
=== Filtering a single layer
65+
=== Filter a single layer
6666

6767
You can apply a search request to individual layers by setting `Filters` in the layer details panel.
6868
Click the *Add filter* button to add a filter to a layer.
@@ -74,7 +74,7 @@ image::maps/images/layer_search.png[]
7474

7575
[role="xpack"]
7676
[[maps-search-across-multiple-indices]]
77-
=== Searching across multiple indices
77+
=== Search across multiple indices
7878

7979
Your map might contain multiple {es} indices.
8080
This can occur when your map contains two or more layers with {es} sources from different indices.
@@ -85,7 +85,7 @@ The most common cause for empty layers are searches for a field that exists in o
8585

8686
[float]
8787
[[maps-disable-search-for-layer]]
88-
==== Disable search for layer
88+
==== Disable search for a layer
8989

9090
You can prevent the search bar from applying search context to a layer by configuring the following:
9191

@@ -95,7 +95,7 @@ You can prevent the search bar from applying search context to a layer by config
9595

9696
[float]
9797
[[maps-add-index-search]]
98-
==== Use _index in your search
98+
==== Use _index in a search
9999

100100
Add {ref}/mapping-index-field.html[_index] to your search to include documents from indices that do not contain a search field.
101101

docs/maps/trouble-shooting.asciidoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
[role="xpack"]
22
[[maps-troubleshooting]]
3-
== Elastic Maps troubleshooting
3+
== Troubleshoot Maps
4+
5+
++++
6+
<titleabbrev>Troubleshoot</titleabbrev>
7+
++++
8+
49

510
Use the information in this section to inspect Elasticsearch requests and find solutions to common problems.
611

712
[float]
813
=== Inspect Elasticsearch requests
914

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.
1116

1217
[role="screenshot"]
1318
image::maps/images/inspector.png[]
@@ -33,6 +38,6 @@ image::maps/images/inspector.png[]
3338
[float]
3439
==== Coordinate and region map visualizations not available in New Visualization menu
3540

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.
3743
If you want to create new coordinate and region map visualizations, set `xpack.maps.showMapVisualizationTypes` to `true`.
38-

docs/maps/vector-tooltips.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ image::maps/images/multifeature_tooltip.png[]
1515
[float]
1616
[[maps-vector-tooltip-formatting]]
1717

18-
==== Formatting tooltips
18+
==== Format tooltips
1919

2020
You can format the attributes in a tooltip by adding <<managing-fields, field formatters>> to your
2121
Kibana index pattern. You can use field formatters to round numbers, provide units,
2222
and even display images in your tooltip.
2323

2424
[float]
2525
[[maps-vector-tooltip-locking]]
26-
==== Locking a tooltip at the current location
26+
==== Lock a tooltip at the current location
2727
You can lock a tooltip in place by clicking a location on the map.
2828
With locked tooltips you can:
2929

0 commit comments

Comments
 (0)