[Lens] Allow wildcards in Lens field filter #97459
Labels
enhancement
New value added to drive a business result
Feature:Lens
Feature:UnifiedFieldList
The unified field list component used by Lens & Discover
good first issue
low hanging fruit
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Right now the field name search in Lens is only looking for sub strings
This works fine for known prefixes/suffixes, but often users know parts of the field name with unknown parts in between. Like this:
This mostly happens if the ingested documents is deeply nested and not the whole path is known, like with metricbeat data - a user might think something "I know it's about apache and I know it's about requests, but no idea about where in the path these show up".
Elasticsearch field filters allow this, and
https://github.com/elastic/kibana/blob/master/src/plugins/kibana_utils/common/field_wildcard.ts#L29
implements this functionality on the client.
We should allow to use wildcards like this to make it easier to find the right field.
The text was updated successfully, but these errors were encountered: