Closed mattkime closed 2 years ago
Pinging @elastic/kibana-app-arch (Team:AppArch)
Would be nice to also catch potential misconfigurations: https://github.com/elastic/kibana/issues/80565
Thank you for contributing to this issue, however, we are closing this issue due to inactivity as part of a backlog grooming effort. If you believe this feature/bug should still be considered, please reopen with a comment.
Summary
The index patterns service is part of the data plugin and owned by @elastic/kibana-app-services. It provides a way to define sets of indices, load field lists, and format values.
IndexPattern
instances are also used as arguments forbuildEsQuery
and similar tooling.Current goal - Index Patterns should be flexible and easy to use for both developers and Kibana users.
7.10 - Index Pattern API overhaul - clarity in functionality and persistence. 7.11 - Complete server side support, remove field list cache, create REST API
7.12
7.13
7.14
7.x
8.0
Future
Bug Fixes
Improve tests
Refactoring
StubIndexPattern
with a more detailed jest mock - https://github.com/elastic/kibana/issues/78519API improvements
constant_keyword
support - https://github.com/elastic/kibana/issues/52635date_range
ES type - https://github.com/elastic/kibana/issues/76980User Interface
Index Pattern management
8.0
Needs investigation
getComputedFields
- https://github.com/elastic/kibana/issues/85162The long list of index pattern related problems - https://github.com/elastic/kibana/issues/35481