[Meta] Index Patterns Roadmap #78376
Labels
Feature:Data Views
Data Views code and UI - index patterns before 8.0
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
Meta
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
fields
cache in a migration #98383Future
Bug Fixes
Improve tests
Refactoring
StubIndexPattern
with a more detailed jest mock - [data.indexPatterns] ReplaceStubIndexPattern
with a more detailed jest mock #78519API improvements
search.includeFrozen
to be on a per-index pattern basis. #49799constant_keyword
support - Support forconstant_keyword
ES field type #52635date_range
ES type - Index patterns do not supportdate_range
ES type #76980User Interface
Index Pattern management
8.0
Needs investigation
getComputedFields
- [data.indexPattern][data.search.searchSource] Remove indexPattern.getComputedFields. #85162The long list of index pattern related problems - #35481
The text was updated successfully, but these errors were encountered: