Skip to content

[KQL] Support single-character wildcard #36574

Description

@alexfrancoeur

Lucene query syntax allows for single character wildcards with a ?. There appears to be no equivalent in Kibana query language. Some users would like to have this functionality when using KQL.

Note: Similar functionality is possible with an * in the middle of a string, but likely will return more results. customer_namer: M*t could return Matt whereas customer_namer: M?t could only return a name with the length of 3, such as Mat

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature:KQLKQLFeature:SearchQuerying infrastructure in KibanaIceboxTeam:DataDiscoveryDiscover, search (data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. t//enhancementNew value added to drive a business resultimpact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.loe:mediumMedium Level of Effort

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions