You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Wazuh dashboard under Summary > Agent Summary > Summary (specifically the "TOP 5 Groups" visualization), the bars/pie chart is intended to display and sort the top 5 agent groups by their count (e.g., number of agents in each group), in descending order.
In Wazuh 4.12.0: The visualization correctly sorts groups by count (highest to lowest), providing an accurate "top 5" view.
In Wazuh 4.13.1: The sorting defaults to order by group name, ignoring the count metric. This results in misleading "top" rankings where high-count groups may appear lower in the list.
This appears to be a regression introduced between versions 4.12.0 and 4.13.1, affecting the usability of the dashboard for quick agent group overviews.
Additional details:
Wazuh version 4.12.0
Wazuh version 4.13.1
Another example from a user:
This was reproducible on a clean installation and upgraded to the 4.13.1 version.