diff --git a/docs/concepts/index.asciidoc b/docs/concepts/index.asciidoc index 983ab671cbd53..74e5bd4d4fb2f 100644 --- a/docs/concepts/index.asciidoc +++ b/docs/concepts/index.asciidoc @@ -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, diff --git a/docs/maps/images/locked_tooltip.png b/docs/maps/images/locked_tooltip.png index 2ffb5f6935259..3c8ebce033d65 100644 Binary files a/docs/maps/images/locked_tooltip.png and b/docs/maps/images/locked_tooltip.png differ diff --git a/docs/maps/images/multifeature_tooltip.png b/docs/maps/images/multifeature_tooltip.png index e4d5565d91145..9c72f31b3b40b 100644 Binary files a/docs/maps/images/multifeature_tooltip.png and b/docs/maps/images/multifeature_tooltip.png differ diff --git a/docs/maps/index.asciidoc b/docs/maps/index.asciidoc index 8f55697249fb2..e4150fc280096 100644 --- a/docs/maps/index.asciidoc +++ b/docs/maps/index.asciidoc @@ -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 <>. 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 <>. 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. -- diff --git a/docs/maps/search.asciidoc b/docs/maps/search.asciidoc index 70bfe50e6e34a..031c7be077f52 100644 --- a/docs/maps/search.asciidoc +++ b/docs/maps/search.asciidoc @@ -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 <> 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 <>. +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 <> with a configured time field are narrowed by the <>. 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: ** <> +** Top hits per entity + ** Tracks * <> @@ -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 <>, 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] diff --git a/docs/maps/vector-tooltips.asciidoc b/docs/maps/vector-tooltips.asciidoc index a8eb6c20bae77..b0498c9088e4e 100644 --- a/docs/maps/vector-tooltips.asciidoc +++ b/docs/maps/vector-tooltips.asciidoc @@ -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[]