[ES|QL] Support multivalues (or comma separated values) in named params #127556
Labels
:Analytics/ES|QL
AKA ESQL
>enhancement
ES|QL-ui
Impacts ES|QL UI
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Description
Right now named params in ES|QL support only one value. So if you want to support somehow multivalues in named params you can't.
You can have atm something like
but you can't have something like
where ?param takes comma separated values.
In a more real example, we would like at kibana to use named params in a query like this
We want the user here to be able to send the "css", "jpg" in one named param. This will enable multivalues support at kibana ES|QL controls
Other use cases
Other cases would be a multifields support in the STATS ... BY where you can have something like
and the user gives multiple fields, comma separated
The same for KEEP and DROP
Also I want to do
and the sources to be a comma separated list of index patterns
The text was updated successfully, but these errors were encountered: