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

Index patterns api - server support for loading field list #71588

Closed
mattkime opened this issue Jul 14, 2020 · 1 comment
Closed

Index patterns api - server support for loading field list #71588

mattkime opened this issue Jul 14, 2020 · 1 comment
Assignees
Labels
Feature:Data Views Data Views code and UI - index patterns before 8.0

Comments

@mattkime
Copy link
Contributor

mattkime commented Jul 14, 2020

Index patterns api for the server lacks field list loading functionality. This is because rollup index patterns and normal index patterns have different methods of generating field lists and the methods are accessed via different REST API endpoints.

  • Refactor existing field list loading code so the rollup version is a modification of the general case, looked up via registry
  • Make functionality available via REST and server side APIs

Note - there's custom behavior for rollup index patterns that we should be able to remove when elastic/elasticsearch#58339 is merged. The larger PR - elastic/elasticsearch#42720. We'll likely want to remove the custom rollup code as a first step.

@mattkime mattkime added Feature:Data Views Data Views code and UI - index patterns before 8.0 Team:AppArch labels Jul 14, 2020
@mattkime mattkime self-assigned this Jul 14, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Data Views Data Views code and UI - index patterns before 8.0
Projects
None yet
Development

No branches or pull requests

2 participants