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
|Fleet needs to have Elasticsearch API keys enabled, and also to have TLS enabled on kibana, (if you want to run Kibana without TLS you can provide the following config flag --xpack.fleet.agents.tlsCheckDisabled=false)
389
375
@@ -453,6 +439,10 @@ using the CURL scripts in the scripts folder.
453
439
|Visualize geo data from Elasticsearch or 3rd party geo-services.
Copy file name to clipboardExpand all lines: docs/maps/index.asciidoc
+27-15Lines changed: 27 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,28 +9,40 @@
9
9
[partintro]
10
10
--
11
11
12
-
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.
12
+
Create beautiful maps from your geographical data. With **Maps**, you can:
13
13
14
-
With Maps, you can:
15
-
16
-
* Create maps with multiple layers and indices.
17
-
* Upload GeoJSON files into Elasticsearch.
14
+
* Build maps with multiple layers and indices.
15
+
* Upload GeoJSON.
18
16
* Embed your map in dashboards.
19
17
* Symbolize features using data values.
20
-
* Focus in on just the data you want.
21
-
22
-
*Ready to get started?* Start your tour of Maps with the <<maps-getting-started, getting started tutorial>>.
18
+
* Focus on only the data that’s important to you.
19
+
20
+
*Ready to get started?* Watch the https://videos.elastic.co/watch/BYzRDtH4u7RSD8wKhuEW1b[video], and then start your tour of **Maps** with the <<maps-getting-started, getting started tutorial>>.
You can use multiple layers and indices to show all your data in a single map. This enables your map to show how data sits relative to physical features like weather patterns, human-made features like international borders, and business-specific features like sales regions. You can plot individual documents or use aggregations to plot any data set, no matter how large.
37
+
=== Build maps with multiple layers and indices
38
+
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.
27
39
28
40
[role="screenshot"]
29
41
image::maps/images/sample_data_ecommerce.png[]
30
42
31
43
[float]
32
-
=== Upload GeoJSON files into Elasticsearch
33
-
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.
44
+
=== Upload GeoJSON
45
+
Use **Maps** to drag and drop your GeoJSON points, lines, and polygons into Elasticsearch, and then use them as layers in your map.
You can customize each layer to highlight meaningful dimensions in your data. For example, you can use dark colors to symbolize areas with more web log traffic, and lighter colors to symbolize areas with less traffic.
58
+
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.
47
59
48
60
[float]
49
-
=== Focus in on just the data you want
50
-
You can search across your Elasticsearch layers to focus in on just the data you want. Draw a polygon on the map or use the shape from features to create spatial filters to narrow search results to documents that either intersect with, are within, or do not intersect with the specified geometry. Filter individual layers to compares facets.
61
+
=== Focus on only the data that’s important to you
62
+
Search across your Elasticsearch layers to focus in 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.
0 commit comments