Kibana 8.7 Control Sort

I want asc alphabetically on every control. How can i change that in an easy way? I could not find a new setting related to this. Or do i have to go through every control and change it and save the dashboard afterwards? Will this even work or is this user specific?

You do currently have to go to each control to set the default sort - after all, we support fields that don't support alphabetical sorting (for example, IP fields) and we have a range slider control that don't support the concept of sorting at all, so having it be a control group setting would be inconsistent and confusing.

I know it works for the selection, so if i edit a dashboard and select anything in the control and save the dashboard afterwards, if another user opens the dashboard everytime this selections is in by default. Is it the same behaviour with the sort setting?

Yes! If you select the sort in edit mode and then save the changes, this will be the default for everyone who opens the dashboard in view mode - we did this so that authors can choose the sorting technique that makes the most sense for a given field.

On some controls it does not work at all and i can't figure out why:

That is because that is a keyword type field, and so it is still sorting alphabetically (i.e. it is using "string sort" logic) and not numerically. We currently don't have support for numeric fields for options list controls, but you can track that enhancement here.

Usually the control is closed, if another one is selected. Although if the sort menu is open, only the submenu gets closed and not everything. This can result in this:

Looks like you caught a bug there - good catch! I'll file an issue :slight_smile:

Edit: You can track this bug here.