Feature Request:Distribution Version Breakdown on Dashboard
On the main dashboard, I can see the various Linux distributions running across my hosts. It would be helpful to drill down into each distribution and view a breakdown of how many hosts are running each specific version.
For example, under Ubuntu, I’d like to quickly see the number of hosts running 22.04, 24.04, etc. I know this information is available when drilling into individual hosts, but I’d like to see aggregated metrics across all hosts directly from the dashboard.
6 Comments
I've modified the dashboard card for OS distribution bar chart to now show qty of hosts per version for an OS type like so :
<img width="801" height="472" alt="Image" src="https://github.com/user-attachments/assets/744d06c6-7c4f-424a-9c2b-a1a51bebcfc9" />
When clicking on the individual bars it takes you to a filtered view of the hosts table.
@jinnatar @jonathansm
Is this okay for you so I can mark it for release on 1.4.3
This would be very handy and should be readily available from /etc/os-release
I had a similar thought the other day, adding a flag for "Unsupported OS" maybe to go hand in hand with the vulnerability CVS data/module?
Maybe auto detect if ubuntu pro is enabled on ubuntu hosts
and/or perhaps filter on versions such as older than version to watch out for EOL / security risk versions.

Looks good to me. Thanks!