mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Maps] 7.13 doc updates (#98687)
* [Maps] 7.13 doc updates * tooltip updates * clean up * Update docs/maps/search.asciidoc Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> * Update docs/maps/search.asciidoc Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> * Update docs/maps/vector-tooltips.asciidoc Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> * review feedback Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
This commit is contained in:
parent
0e948cffc9
commit
ff8f4fb2a5
6 changed files with 14 additions and 9 deletions
|
@ -55,6 +55,7 @@ dates, geopoints,
|
|||
and numbers.
|
||||
|
||||
[float]
|
||||
[[kibana-concepts-searching-your-data]]
|
||||
=== Searching your data
|
||||
|
||||
{kib} provides you several ways to build search queries,
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 576 KiB After Width: | Height: | Size: 399 KiB |
Binary file not shown.
Before Width: | Height: | Size: 598 KiB After Width: | Height: | Size: 385 KiB |
|
@ -59,7 +59,7 @@ Customize each layer to highlight meaningful dimensions in your data. For exampl
|
|||
|
||||
[float]
|
||||
=== Focus on only the data that’s important to you
|
||||
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.
|
||||
Search across the layers in your map 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.
|
||||
|
||||
|
||||
--
|
||||
|
|
|
@ -2,10 +2,12 @@
|
|||
[[maps-search]]
|
||||
== Search geographic data
|
||||
|
||||
Use the filters, query bar, and time filter to focus in on just the data you want.
|
||||
Only layers requesting data from {es} are narrowed when you submit a search request.
|
||||
Layers narrowed by the filters and query bar contain the filter icon image:maps/images/filter_icon.png[] next to the layer name in the legend.
|
||||
Only layers requesting data from {es} using an <<index-patterns, index pattern>> with a configured time field are narrowed by the time filter.
|
||||
Search across the layers in your map to focus in on just the data you want.
|
||||
|
||||
Layers that request data from {es} are narrowed when you submit a <<kibana-concepts-searching-your-data, search request>>.
|
||||
Layers narrowed by semi-structured search and filters contain the filter icon image:maps/images/filter_icon.png[] next to the layer name in the legend.
|
||||
|
||||
Layers that request data from {es} using an <<index-patterns, index pattern>> with a configured time field are narrowed by the <<set-time-filter, global time filter>>.
|
||||
Layers narrowed by the time filter contain the clock icon image:maps/images/clock_icon.png[] next to the layer name in the legend.
|
||||
|
||||
You can create a layer that requests data from {es} from the following:
|
||||
|
@ -20,6 +22,8 @@ You can create a layer that requests data from {es} from the following:
|
|||
|
||||
** <<terms-join>>
|
||||
|
||||
** Top hits per entity
|
||||
|
||||
** Tracks
|
||||
|
||||
* <<heatmap-layer>>
|
||||
|
@ -47,14 +51,14 @@ A spatial filter narrows search results to documents that either intersect with,
|
|||
|
||||
You can create spatial filters in two ways:
|
||||
|
||||
* Click the tool icon image:maps/images/tools_icon.png[], and then draw a polygon or bounding box on the map to define the spatial filter.
|
||||
* Click the tool icon image:maps/images/tools_icon.png[], and then draw a shape, bounding box, or distance on the map to define the spatial filter.
|
||||
* Click *Filter by geometry* in a <<maps-vector-tooltip-locking, locked tooltip>>, and then use the feature's geometry for the spatial filter.
|
||||
|
||||
Spatial filters have the following properties:
|
||||
|
||||
* *Geometry label* enables you to provide a meaningful name for your spatial filter.
|
||||
* *Spatial field* specifies the geo_point or geo_shape field used to determine if a document matches the spatial relation with the specified geometry.
|
||||
* *Spatial relation* determines the {ref}/query-dsl-geo-shape-query.html#_spatial_relations[spatial relation operator] to use at search time. Only available when *Spatial field* is set to geo_shape.
|
||||
* *Spatial relation* determines the {ref}/query-dsl-geo-shape-query.html#_spatial_relations[spatial relation operator] to use at search time.
|
||||
* *Action* specifies whether to apply the filter to the current view or to a drilldown action. Only available when the map is a panel in a {kibana-ref}/dashboard.html[dashboard] with {kibana-ref}/drilldowns.html[drilldowns].
|
||||
|
||||
[float]
|
||||
|
|
|
@ -6,8 +6,8 @@ These tooltips give users an in-depth insight into what's going on in the map.
|
|||
|
||||
If more than one feature exists at a location, the tooltip displays the
|
||||
attributes for the top feature, and notes the number of features at that location.
|
||||
The following image shows a tooltip with three features at the current location.
|
||||
The tooltip displays attributes for the top feature, the green circle.
|
||||
The following image has a tooltip with three features at the current location: a green circle from the *Total Sales Revenue* layer, a blue New York State polygon from *United States* layer, and a red United States Country polygon from the *World Countries* layer.
|
||||
The tooltip displays attributes for the top feature, the green circle, from the *Total Sales Revenue* layer.
|
||||
|
||||
[role="screenshot"]
|
||||
image::maps/images/multifeature_tooltip.png[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue