-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Lens][ES|QL] Re-running the query should keep the selected configuration if possible #186366
Copy link
Copy link
Closed
Labels
Feature:ES|QLES|QL related features in KibanaES|QL related features in KibanaTeam:ESQLES|QL related features in Kibana t//ES|QL related features in Kibana t//Team: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//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.
Metadata
Metadata
Assignees
Labels
Feature:ES|QLES|QL related features in KibanaES|QL related features in KibanaTeam:ESQLES|QL related features in Kibana t//ES|QL related features in Kibana t//Team: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//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the feature:
Right now, every time a user submits a query in the editor, the Lens suggestions api runs and suggests a new chart. This results in changed made in the visualization level to be lost.
It would be cool if we could at least prioritize the activeVisualization chart Type and some of the configuration if is valid. The type will be very easy as the suggestions api can already do it (with the
preferredChartTypeproperty). The visualization state is lost though (colors, legend settings etc).We need to: