-
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
Query string filter with fields automatically adding default fields parameters #15527
Comments
Guessing it's a result of #13231 Two possible workarounds until we fix it:
|
+1. Ran into this when testing an upgrade of an internal app to 6.1. This breaks most of our objects because in 5.x, we used "fields" in Advanced Settings (query:queryString:options) and as a result, every saved object ends up picking up the "fields" parameter in the object definition (kibanaSavedObjectMeta.searchSourceJSON). And now with the default being "default_field": "*" , it is causing ES to throw
|
@Bargs I think what happened is that we upgraded from 5.x to 6.x. Knowing about the _all change, I updated the Advanced Settings to |
Remove default_field from query:queryString:options in Advanced Settings is ok for me. What is the effect of deletion? |
In 5.6 this filter worked fine:
in 6.0,
default_fields
is added automatically to the filter which breaks the query:The text was updated successfully, but these errors were encountered: