Skip to content

Index pattern fetching should be limited #56352

Closed

Description

We're currently making a call from the front-end to api/saved_objects/_find?per_page=10001&type=index-pattern which is being done here. This can result in a very large request, oven 10's of megabytes due to the field cache. We should request the index patterns as we need them, and limit the fields being requested. A similar effort was recently done with Lens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Feature:Data ViewsData Views code and UI - index patterns before 8.0bugFixes for quality problems that affect the customer experience

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions