Skip to content

Commit e303666

Browse files
authored
Merge branch 'main' into release-8.19.2-9.1.1
2 parents a5edacc + 03d346a commit e303666

File tree

5 files changed

+43
-0
lines changed

5 files changed

+43
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
You can interact with filter pills to edit them, temporarily alter their behavior without having to delete them, or make them available in other contexts. The following options are available when selecting a filter pill:
2+
3+
**Pin across all apps** and **Unpin**
4+
: Adds this filter to available dashboards and to apps such as **Discover**, **Lens**, **Maps**, and **Visualize**. The filter is removed if you:
5+
* Unpin it. In this case, the filter only remains on the currently open app, unpinned.
6+
* Remove it from any place while it's still pinned.
7+
* Refresh your session, for example by opening a dashboard in a new tab. Pinned filters are not saved along with the dashboard, visualization, or Discover session that you added them to.
8+
9+
:::{tip}
10+
When a pinned filter can't be applied, for example if a field specified in the filter doesn't exist in the current data view, the filter is ignored and shows in a different color.
11+
:::
12+
13+
**Edit filter**
14+
: Lets you edit and update the filter.
15+
16+
**Exclude results** and **Include results**
17+
: Reverses the filter behavior.
18+
19+
**Temporarily disable** and **Re-enable**
20+
: Lets you temporarily disable a filter instead of requiring you to delete it. This is particularly useful for testing different filter combinations.
21+
22+
**Delete**
23+
: Deletes the filter.
24+
25+
You can perform most of these actions at once for all filters in your current view using the **Filter** icon {icon}`filter`. From the menu that opens, select **Apply to all**, then choose the action you'd like to perform.

explore-analyze/dashboards/using.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ As an alternative to the main query bar, you can filter dashboard data by defini
5252
:alt: Filter editor with 2 conditions
5353
:::
5454

55+
#### Filter pill actions
56+
57+
:::{include} ../_snippets/global-filters.md
58+
:::
59+
5560

5661
### Filter dashboards using the KQL query bar [_filter_dashboards_using_the_kql_query_bar]
5762

explore-analyze/discover/discover-get-started.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,11 @@ For example, exclude results from the ecommerce sample data view where day of we
253253
4. Continue your exploration by adding more filters.
254254
5. To remove a filter, click the close icon (x) next to its name in the filter bar.
255255

256+
#### Filter pill actions
257+
258+
:::{include} ../_snippets/global-filters.md
259+
:::
260+
256261

257262
### Search and filter using ES|QL [_search_and_filter_using_esql]
258263

explore-analyze/visualize/lens.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,11 @@ In the legend, click the field, then choose one of the following options:
455455
* **Filter for value** — Applies a filter that displays only the field data in the visualization.
456456
* **Filter out value** — Applies a filter that removes the field data from the visualization.
457457

458+
#### Filter pill actions
459+
460+
:::{include} ../_snippets/global-filters.md
461+
:::
462+
458463

459464
## Customize the visualization display [configure-the-visualization-components]
460465

explore-analyze/visualize/maps/maps-getting-started.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,10 @@ View your geospatial data alongside a heat map and pie chart, and then filter th
187187
:screenshot:
188188
:::
189189

190+
### Filter pill actions
190191

192+
:::{include} ../../_snippets/global-filters.md
193+
:::
191194

192195
## What’s next? [_whats_next_6]
193196

0 commit comments

Comments
 (0)