Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Filters] Support for wildcard query #13943

Closed
rashmivkulkarni opened this issue Sep 11, 2017 · 9 comments
Closed

[Filters] Support for wildcard query #13943

rashmivkulkarni opened this issue Sep 11, 2017 · 9 comments
Labels
enhancement New value added to drive a business result Feature:Filters impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:medium Medium Level of Effort

Comments

@rashmivkulkarni
Copy link
Contributor

Kibana version: master

Elasticsearch version: master

Original install method (e.g. download page, yum, from source, etc.): source

Description of the problem including expected versus actual behavior: The user in the discuss form pasted below is trying to do a partial matching using kibana filters. Currently there is no way to do a wildcard query or have a contain field in the Add filter dialog box. This is not possible in the editor UI at the moment. Hence this enhancement request for the same :

https://discuss.elastic.co/t/kibanas-filter-partial-matching/98494/8

@a1exus
Copy link

a1exus commented Sep 11, 2017

@Rasroh thank you for creating issue)

@pranav0091
Copy link

I'm no ES expert, so this is just an opinion/view on UX implementation details

Since ElasticSearch uses prefix-based inverted-index for strings, I suppose letting the user apply a query that supports * is better than just using "contains"? With the former there is a possibility of a cheaper search - thisText* as opposed to contains which has to mean *thisText*, right?

@Bargs
Copy link
Contributor

Bargs commented Mar 12, 2018

Community PR for this issue #16357

Needs review from Kibana team

@timroes timroes added Team:Visualizations Visualization editors, elastic-charts and infrastructure and removed :Discovery labels Sep 16, 2018
@aholmes
Copy link

aholmes commented Oct 7, 2019

Can we get some traction on this and PR #16357? Almost two years now.

@timroes timroes added enhancement New value added to drive a business result and removed PR sent labels Feb 11, 2020
@timroes timroes added Team:AppArch and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Mar 16, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@chetan-hr
Copy link

Hello Kibana team, can i search for a pattern ending with or exact match? I have a parameter name 'request' which contains request url and I am interested to search for a exact match to be able to confirm if I can deprecate it based on the usage, but the search results give a huge list in which my pattern word is in between, which is not useful. As I am interested in exact match.

@barakharyati
Copy link

please add regex search to filter

@exalate-issue-sync exalate-issue-sync bot added impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort labels Jun 2, 2021
@exalate-issue-sync exalate-issue-sync bot added loe:medium Medium Level of Effort and removed loe:small Small Level of Effort labels May 16, 2022
@lukasolson lukasolson changed the title Enhancement request - Wildcard query in the Add filter dialog box while adding a filter is missing . [Filters] Support for wildcard query May 16, 2022
@exalate-issue-sync exalate-issue-sync bot changed the title [Filters] Support for wildcard query Enhancement request - Wildcard query in the Add filter dialog box while adding a filter is missing . May 16, 2022
@exalate-issue-sync exalate-issue-sync bot changed the title Enhancement request - Wildcard query in the Add filter dialog box while adding a filter is missing . [Filters] Support for wildcard query Jun 13, 2022
@ppisljar
Copy link
Member

ppisljar commented Aug 9, 2022

Thank you for contributing to this issue, however, we are closing this issue due to inactivity as part of a backlog grooming effort. If you believe this feature/bug should still be considered, please reopen with a comment.

@ppisljar ppisljar closed this as not planned Won't fix, can't repro, duplicate, stale Aug 9, 2022
@FixedVariables
Copy link

Reopening this, as suggested above, with a comment. I've got a use case I'd be interested in, to regex with a startswith for a field. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Filters impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:medium Medium Level of Effort
Projects
None yet
Development

No branches or pull requests