Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Updates titles in Maps docs #68703

Merged
merged 4 commits into from
Jun 17, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/maps/connect-to-ems.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[role="xpack"]
[[maps-connect-to-ems]]
== Connecting to Elastic Maps Service
== Connect to Elastic Maps Service

https://www.elastic.co/elastic-maps-service[Elastic Maps Service (EMS)] is a service that hosts
tile layers and vector shapes of administrative boundaries.
Expand Down
4 changes: 4 additions & 0 deletions docs/maps/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
[partintro]
--

++++
<titleabbrev>Maps</titleabbrev>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this aberration needed now that the title is just Maps?

++++

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

With *Elastic Maps*, you can:
Expand Down
2 changes: 1 addition & 1 deletion docs/maps/indexing-geojson-data-tutorial.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[role="xpack"]
[[indexing-geojson-data-tutorial]]
== Indexing GeoJSON data tutorial
=== Tutorial: Index GeoJSON data

In this tutorial, you'll build a customized map that shows the flight path between
two airports, and the lightning hot spots on that route. You'll learn to:
Expand Down
4 changes: 2 additions & 2 deletions docs/maps/map-settings.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[role="xpack"]
[[maps-settings]]
== Map settings
== Configure map settings

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

[float]
Expand Down
7 changes: 6 additions & 1 deletion docs/maps/maps-aggregations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
[[maps-aggregations]]
== Plot big data without plotting too much data

++++
<titleabbrev>Plot big data</titleabbrev>
++++


Use {ref}/search-aggregations.html[aggregations] to plot large data sets without overwhelming your network or your browser.
When using aggregations, the documents stay in Elasticsearch and only the calculated values for each group are returned to your computer.

Expand Down Expand Up @@ -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
==== Augment the left source with metrics from the right source

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.

Expand Down
20 changes: 13 additions & 7 deletions docs/maps/maps-getting-started.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[role="xpack"]
[[maps-getting-started]]
== Getting started with Elastic Maps
== Get started with Elastic Maps

++++
<titleabbrev>Get started</titleabbrev>
++++



You work with *Elastic Maps* by adding layers. The data for a layer can come from
sources such as {es} documents, vector sources, tile map services, web map
Expand Down Expand Up @@ -40,7 +46,7 @@ In this tutorial, you'll learn to:

[role="xpack"]
[[maps-create]]
=== Creating a new map
=== Create a map

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

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

[role="xpack"]
[[maps-add-choropleth-layer]]
=== Adding a choropleth layer
=== Add a choropleth layer

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

[role="xpack"]
[[maps-add-elasticsearch-layer]]
=== Adding layers for {es} data
=== Add layers for the {es} data

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

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

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

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

[role="xpack"]
[[maps-embedding]]
=== Adding the map to a dashboard
=== Add the map to a dashboard
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.

. In the side navigation, click *Dashboard*.
Expand All @@ -224,7 +230,7 @@ Your dashboard should look like this:
[role="screenshot"]
image::maps/images/gs_dashboard_with_map.png[]

==== Exploring your data using filters
==== Explore your data using filters

You can apply filters to your dashboard to hone in on the data that you are most interested in.
The dashboard is interactive--you can quickly create filters by clicking on the desired data in the map and visualizations.
Expand Down
17 changes: 11 additions & 6 deletions docs/maps/search.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[role="xpack"]
[[maps-search]]
== Searching your data
== Search the data in a map
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Search the data in a map" and "Search data in a map" sound clunky but I am not sure how to say it any better. How about "Search across layers" or just "Search"?


++++
<titleabbrev>Search data in a map</titleabbrev>
++++


**Elastic Maps** embeds the search bar for real-time search.
Only layers requesting data from {es} are filtered when you submit a search request.
Expand All @@ -23,7 +28,7 @@ image::maps/images/global_search_bar.png[]

[role="xpack"]
[[maps-create-filter-from-map]]
=== Creating filters from your map
=== Create filters from a map

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

Expand Down Expand Up @@ -62,7 +67,7 @@ image::maps/images/create_phrase_filter.png[]

[role="xpack"]
[[maps-layer-based-filtering]]
=== Filtering a single layer
=== Filter a single layer

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

[role="xpack"]
[[maps-search-across-multiple-indices]]
=== Searching across multiple indices
=== Search across multiple indices

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

[float]
[[maps-disable-search-for-layer]]
==== Disable search for layer
==== Disable search for a layer

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

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

[float]
[[maps-add-index-search]]
==== Use _index in your search
==== Use _index in a search

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

Expand Down
8 changes: 6 additions & 2 deletions docs/maps/trouble-shooting.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[role="xpack"]
[[maps-troubleshooting]]
== Elastic Maps troubleshooting
== Troubleshoot Elastic Maps

++++
<titleabbrev>Troubleshoot</titleabbrev>
++++


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

Expand Down Expand Up @@ -35,4 +40,3 @@ image::maps/images/inspector.png[]

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

4 changes: 2 additions & 2 deletions docs/maps/vector-tooltips.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ image::maps/images/multifeature_tooltip.png[]
[float]
[[maps-vector-tooltip-formatting]]

==== Formatting tooltips
==== Format tooltips

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

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

Expand Down