-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Comments
@Rasroh thank you for creating issue) |
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? |
Community PR for this issue #16357 Needs review from Kibana team |
Can we get some traction on this and PR #16357? Almost two years now. |
Pinging @elastic/kibana-app-arch (Team:AppArch) |
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. |
please add regex search to filter |
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. |
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! |
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
The text was updated successfully, but these errors were encountered: