-
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
Error Leading wildcards are disabled. See query:allowLeadingWildcards in Advanced Settings. when this option is already enabled #57828
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
@timroes is it a good candidate to the fix it week? |
We have the same issue. |
Pinging @elastic/kibana-app-arch (Team:AppArch) |
I tried toggling on and off the setting in the Kibana advanced settings tab. it still tells me that leading wildcards are disabled. |
I've got a fresh install of 7.6, followed your steps exactly, and I'm not able to reproduce the issue. Obviously, since others are also having this issue, there's got to be something to it. Can you reproduce it creating a new visualization or is the visualization you're using one you created prior to 7.6? Does refreshing the page help? |
Receiving this error when using the below default dashboards: azure.activitylogs.identity.action : *write |
I got the same error when i import object from a previous version (7.4.1 and 7.3.1) to the 7.6.1 . It comes from a vzualisation where i have different KQL filters |
So far I'm also unable to reproduce. Tested the following two scenarios:
@hadiatou2k20 Do you by chance have a sample document & visualization object you'd be able to share which could be used to reproduce this? |
Same here with elasticsearch installed from scratch starting at 7.6 and upgraded to 7.6.2 Error only seen in the visualisation filter like @fastlorenzo |
Running into this on 7.6.1 when separating pie graphs slices with KQL filters. We appreciate any assist with this bug. |
I was finally able to reproduce this on
Worth noting that this issue is only present in
I am putting up a fix for |
Closed by #67227 Should there end up being a |
Kibana version: 7.6.0
Elasticsearch version: 7.6.0
Describe the bug:
When building a visualization ex. Horizontal Bar and adding a KQL filter in we get the error message on the right side:
The
query:allowLeadingWildcards
option is already enabled in Kibana. This worked in previous versions.Steps to reproduce:
query:allowLeadingWildcards
is enabled in Kibanatwitter
index pattern and attempt to build a Horizontal bar visualization with the filter:user.keyword : * kimchy
or
user : * kimchy
Expected behavior: Expected to see any data or not depending on the filter instead we get:
The text was updated successfully, but these errors were encountered: