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

Remove default_field from query:queryString:options #18966

Merged
merged 1 commit into from
May 10, 2018

Conversation

Bargs
Copy link
Contributor

@Bargs Bargs commented May 9, 2018

Fixes #16232
Fixes #15863

In 7.0 ES added a limit to the number of fields that can be queried. In 6.0 we started using default_field: * to get consistent highlighting in Discover even when a user had a mix of indices with and without an _all field. This is causing an issue with Beats pre-defined dashboards because the number of fields in a Beats index surpasses the query limit, yet we're telling it to query all fields. In 7.0, the _all field will be completely gone so we no longer really need the default_field setting. Let's remove it in 7.0.

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Copy link
Member

@lukasolson lukasolson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Bargs Bargs merged commit abc2a5c into elastic:master May 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants