-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Lens] More intuitive sorting experience #79024
Comments
Interesting, that's the default behaviour for visualize too. I think sorting by count allows a user to quickly see what's the distribution of the items in top values. What do you think @AlonaNadler @cchaos ? |
I think by default we should order by the metric used in the chart descending Aggregation and field are connected together, the aggregation is applied on the field. Maybe there is a way to show it visually in a more clear way. @cchaos @MichaelMarcialis any ideas |
Pinging @elastic/kibana-app (Team:KibanaApp) |
Apologies for the delayed reply; I was OOO last week. I agree that the default should be ordering by metric/count descending. @AlonaNadler, regarding your question, are you speaking specifically about the Visualize "X-axis" accordion in the "Buckets" panel? If so, I would agree that the hierarchy for this section could be improved. Perhaps the simplest solution would be to provide an additional level of headings to logically group form inputs. For example, "Order by," "Order," "Size," etc. could appear under an "Appearance" heading. "Aggregation" and "Field" could also be grouped under another logical heading. Also having the form input label text match the wording of Lens' inputs might be a nice, easy improvement as well. Happy to mock something up if need be. Let me know. |
I think there are two threads to follow up on based on what @AlonaNadler wrote previously:
|
I still believe the best way to make the ordering/sorting controls more easily findable to users would be to improve the general hierarchy of the form they are contained within (for example, we could divide the form into sections with appropriate headings, including a section for "Sorting"). If we're specifically talking about Lens in this case (and not the older visualization interfaces), I already have a task on my to-do list to propose improvements to the hierarchy of all Lens configuration flyouts, though it is currently the lowest priority. If the priority of this task should be reconsidered, please let me know. Thanks! |
@MichaelMarcialis we've added an item to the weekly agenda to talk through any quick improvements we can make, because it seems like there is a lot of confusion with the current feature. My attempt to clarify the confusion is to rename the features:
|
I think this has been addressed in recent kibana versions |
Describe the feature:
Sorting results using
Top values
in Lens orders results by count by default instead of alphabetically.Describe a specific use case for the feature:
We ran an internal capture the flag (CTF) event today and the expected behavior from several users was that choosing to sort results by
Top values
would order the results by count by default, not alphabetically. This seemed non-intuitive for participants.The text was updated successfully, but these errors were encountered: