-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Discover][ES|QL] Brushing a timeseries should keep the preferred chart configuration #198749
Copy link
Copy link
Closed
Labels
Feature:DiscoverDiscover ApplicationDiscover ApplicationFeature:ES|QLES|QL related features in KibanaES|QL related features in KibanaTeam:DataDiscoveryDiscover, search (data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. t//Discover, search (data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. t//Team:ESQLES|QL related features in Kibana t//ES|QL related features in Kibana 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:DiscoverDiscover ApplicationDiscover ApplicationFeature:ES|QLES|QL related features in KibanaES|QL related features in KibanaTeam:DataDiscoveryDiscover, search (data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. t//Discover, search (data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. t//Team:ESQLES|QL related features in Kibana t//ES|QL related features in Kibana 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:
In Discover we are computing the interval based on the timepicker. And we rename the column with this intgerval in the name. Although this PR improves the experience a lot #197453 it doesnt solve it for the brushing. The reason is because different interval means different column name which means that the suggestions will re run.
We could fix it with 2 ways?