-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Discover] Experimental usage of ES fields API - wildcard fields #77722
[Discover] Experimental usage of ES fields API - wildcard fields #77722
Conversation
…-19-use-es-fields-api
…-19-use-es-fields-api
…-19-use-es-fields-api
closing cause it was just an experiment |
.setField('fieldsApi', ['*']) | ||
.setField('source', false) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@majagrubic all fields are requested instead of source
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so it's the opposite of #75407 where _source is requested and selected fields are added to the requests, here no additional request is needed when columns are added to the table
Summary
Simular to #75407 with the difference to fetch all fields via wildcard and skipping
_source
.Checklist
Delete any items that are not applicable to this PR.
For maintainers