Skip to content

[Internal]: Multi-selection for Variable controls #3315

@teresaalvarezsoler

Description

@teresaalvarezsoler

Description

We are adding multi-selection support for variable controls elastic/kibana#237228

We need to add this new option to the Variable controls doc https://www.elastic.co/docs/explore-analyze/dashboards/add-controls#add-esql-control and explain to user how they can make it work
elastic/kibana#236404

Proposal:
"You can allow multiple selection in a variable control, however, it will only work if the query of your visualization has the MV_CONTAINS function

Example:
Variable control query (?variable): FROM logs-* | WHERE @timestamp <=?_tend and @timestamp >?_tstart | STATS BY host
Visualization ES|QL query: FROM logs-* | WHERE MV_CONTAINS(?variable, host)

Resources

elastic/kibana#237228

Which documentation set does this change impact?

Elastic On-Prem and Cloud (all)

Feature differences

Same in all deployments

What release is this request related to?

N/A

Serverless release

Beginning november 2025

Collaboration model

The documentation team

Point of contact.

Main contact: @stratoula and @teresaalvarezsoler

Metadata

Metadata

Assignees

No one assigned

    Labels

    Team:ExperienceIssues owned by the Experience Docs Team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions