-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Lens] Rename "indexpattern" datasource #137723
Copy link
Copy link
Closed
Labels
Feature:LensTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//technical debtImprovement of the software architecture and operational architectureImprovement of the software architecture and operational architecture
Metadata
Metadata
Assignees
Labels
Feature:LensTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//technical debtImprovement of the software architecture and operational architectureImprovement of the software architecture and operational architecture
Type
Fields
Give feedbackNo fields configured for issues without a type.
Lens contains an abstraction layer for multiple data sources. So far, only a single data source is implemented, with a second one planned for the near term.
The current datasource is called
indexpatternwhich is the old name for data views which are heavily used by the indexpattern datasource. However, based on our current plans data views are a central building block leveraged by all datasources which makes the name a very bad fit for the current setup.Because of this, the data source should be renamed to "form_based" - for text based query languages we are later going to add a "text_based" datasource which powers esql and co.