mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[maps] clarify how layer filters are applied to term joins (#128502)
* [maps] clarify how layer filters are applied to term joins * typo * clean up * change to present tense * fix typo * Update docs/maps/search.asciidoc Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
This commit is contained in:
parent
4e95fdd624
commit
093d6499b0
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ If the map is a dashboard panel with drilldowns, you can apply a phrase filter t
|
|||
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.
|
||||
|
||||
NOTE: Layer filters are not applied to *term joins*. You can apply a search request to *term joins* by setting the *where* clause in the join definition.
|
||||
NOTE: Layer filters are not applied to the right side of *term joins*. You can apply a search request to the right side of *term joins* by setting the *where* clause in the join definition. For example, suppose you have a layer with a term join where the left side is roads and the right side is traffic volume measurements. A layer filter of `roadType is "highway"` is applied to the roads index, but not to the traffic volume measurements index.
|
||||
|
||||
[role="screenshot"]
|
||||
image::maps/images/layer_search.png[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue