kibana/docs/maps/index.asciidoc
Kibana Machine d5321204bd
[8.9] [DOCS] Remove outdated Maps video (#161991) (#162468)
# Backport

This will backport the following commits from `main` to `8.9`:
- [[DOCS] Remove outdated Maps video
(#161991)](https://github.com/elastic/kibana/pull/161991)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"James
Rodewig","email":"james.rodewig@elastic.co"},"sourceCommit":{"committedDate":"2023-07-25T10:08:21Z","message":"[DOCS]
Remove outdated Maps video (#161991)\n\n- Removes a video from the
[Maps](https://www.elastic.co/guide/en/kibana/current/maps.html) docs.
The video's UI is outdated. There are no current plans to update the
video.\r\n- Adds a comment to the [Make dashboards
interactive](https://www.elastic.co/guide/en/kibana/current/drilldowns.html).
This video is slightly outdated, but we're leaving it in at the request
of the dev team.\r\n\r\nCloses
https://github.com/elastic/platform-docs-team/issues/131","sha":"1c3f4a8543ab24c994dbc1d061e047a9c7e9bef3","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","Team:Presentation","release_note:skip","docs","Feature:Maps","v8.8.2","v8.10.0","v8.9.1"],"number":161991,"url":"https://github.com/elastic/kibana/pull/161991","mergeCommit":{"message":"[DOCS]
Remove outdated Maps video (#161991)\n\n- Removes a video from the
[Maps](https://www.elastic.co/guide/en/kibana/current/maps.html) docs.
The video's UI is outdated. There are no current plans to update the
video.\r\n- Adds a comment to the [Make dashboards
interactive](https://www.elastic.co/guide/en/kibana/current/drilldowns.html).
This video is slightly outdated, but we're leaving it in at the request
of the dev team.\r\n\r\nCloses
https://github.com/elastic/platform-docs-team/issues/131","sha":"1c3f4a8543ab24c994dbc1d061e047a9c7e9bef3"}},"sourceBranch":"main","suggestedTargetBranches":["8.8","8.9"],"targetPullRequestStates":[{"branch":"8.8","label":"v8.8.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/161991","number":161991,"mergeCommit":{"message":"[DOCS]
Remove outdated Maps video (#161991)\n\n- Removes a video from the
[Maps](https://www.elastic.co/guide/en/kibana/current/maps.html) docs.
The video's UI is outdated. There are no current plans to update the
video.\r\n- Adds a comment to the [Make dashboards
interactive](https://www.elastic.co/guide/en/kibana/current/drilldowns.html).
This video is slightly outdated, but we're leaving it in at the request
of the dev team.\r\n\r\nCloses
https://github.com/elastic/platform-docs-team/issues/131","sha":"1c3f4a8543ab24c994dbc1d061e047a9c7e9bef3"}},{"branch":"8.9","label":"v8.9.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: James Rodewig <james.rodewig@elastic.co>
2023-07-25 06:33:00 -04:00

68 lines
3.1 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[[maps]]
= Maps
[partintro]
--
Create beautiful maps from your geographical data. With **Maps**, you can:
* Build maps with multiple layers and indices.
* Animate spatial temporal data.
* Upload GeoJSON files and shapefiles.
* Embed your map in dashboards.
* Symbolize features using data values.
* Focus on only the data thats important to you.
[float]
=== Build maps with multiple layers and indices
Use multiple layers and indices to show all your data in a single map. Show how data sits relative to physical features like weather patterns, human-made features like international borders, and business-specific features like sales regions. Plot individual documents or use aggregations to plot any data set, no matter how large.
[role="screenshot"]
image::maps/images/sample_data_ecommerce.png[]
[float]
=== Animate spatial temporal data
Data comes to life with animation. Hard to detect patterns in static data pop out with movement. Use time slider to animate your data and gain deeper insights.
This animated map uses the time slider to show Portland buses over a period of 15 minutes. The routes come alive as the bus locations update with time.
[role="screenshot"]
image::maps/images/timeslider.gif[]
[float]
=== Upload GeoJSON files and shapefiles
Use **Maps** to drag and drop your GeoJSON and shapefile data into Elasticsearch, and then use them as layers in your map.
[float]
=== Embed your map in dashboards
Viewing data from different angles provides better insights. Dimensions that are obscured in one visualization might be illuminated in another. Add your map to a dashboard and view your geospatial data alongside bar charts, pie charts, tag clouds, and more.
This choropleth map shows the density of non-emergency service requests in San Diego by council district. The map is embedded in a dashboard, so users can better understand when services are requested and gain insight into the top requested services.
[role="screenshot"]
image::maps/images/embed_in_dashboard.jpeg[]
[float]
=== Symbolize features using data values
Customize each layer to highlight meaningful dimensions in your data. For example, use dark colors to symbolize areas with more web log traffic, and lighter colors to symbolize areas with less traffic.
[float]
=== Focus on only the data thats important to you
Search across the layers in your map to focus on just the data you want. Combine free text search with field-based search using the <<kuery-query,{kib} Query Language>>. Set the time filter to restrict layers by time. Draw a polygon on the map or use the shape from features to create spatial filters. Filter individual layers to compares facets.
--
include::maps-getting-started.asciidoc[]
include::asset-tracking-tutorial.asciidoc[]
include::reverse-geocoding-tutorial.asciidoc[]
include::heatmap-layer.asciidoc[]
include::tile-layer.asciidoc[]
include::vector-layer.asciidoc[]
include::maps-aggregations.asciidoc[]
include::search.asciidoc[]
include::map-settings.asciidoc[]
include::connect-to-ems.asciidoc[]
include::import-geospatial-data.asciidoc[]
include::indexing-geojson-data-tutorial.asciidoc[]
include::trouble-shooting.asciidoc[]