-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Lens] Improve sorting for aggs with custom labels #88172
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//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:needs-assessmentProduct and/or Engineering needs to evaluate the impact of the change.Product and/or Engineering needs to evaluate the impact of the change.
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//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:needs-assessmentProduct and/or Engineering needs to evaluate the impact of the change.Product and/or Engineering needs to evaluate the impact of the change.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the feature:
Currently the range sorting works leveraging the interval/range informations about lower and upper boundaries.
But ranges can have also custom labels, and ignoring them may be confusing:
It would be nice to have a defined strategy for ranges with custom labels (which can also be the current one to ignore he label btw).
The same applies also for filter aggs with custom labels:
In this case the query string is used for sorting, but it has the same confusing behaviour.