[Visualization] Filter bucket containing spaces

I have got a field called "Product version" (mind the space in the name). On Discover I can use a filter like:
Product version:12*

Now I want to use the same filter for a visualization. Therefore I set Bucket/Aggregation to Filters and add my filter from above. Unfortunately this creates 0 hits.

Quoting the field name with either ' or " does no work either
A filter for a field without space works perfectly.

Any hints how I can provide such a filter?

thanks
Christian

Do you use KQL or Lucene syntax to perform a query? KQL handlers whitespaces automatically, Lucene requires escaping them with \. Could you try escaped version Product\ version:?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.