Software versions are listed properly when Show versions is enabled. E.g. user can see names like Slack.app or Google Chrome.app. API: GET /api/latest/fleet/software/versions.
Some software titles are missing when Show versions is disabled. E.g. user searches and cannot find Slack.app or Google Chrome.app. API: GET /api/latest/fleet/software/titles.
This happens on All teams and when selecting a specific team.
🧑💻 Steps to reproduce
We still don't know why this is happening.
🕯️ More info (optional)
Guess: The vulnerabilities cron might be failing to aggregate software titles (if a title has hosts_count = 0 then it's not returned on the software titles API). Thus I requested vulnerabilities cron error logs.
We are still awaiting unfiltered logs from the user (seems details is missing here which could provide more information):
Fleet version: v4.59.1 (probably previous versions too)
💥 Actual behavior
On the main
Software
tab:Show versions
is enabled. E.g. user can see names likeSlack.app
orGoogle Chrome.app
. API:GET /api/latest/fleet/software/versions
.Show versions
is disabled. E.g. user searches and cannot findSlack.app
orGoogle Chrome.app
. API:GET /api/latest/fleet/software/titles
.This happens on
All teams
and when selecting a specific team.🧑💻 Steps to reproduce
We still don't know why this is happening.
🕯️ More info (optional)
Guess: The
vulnerabilities
cron might be failing to aggregate software titles (if a title has hosts_count = 0 then it's not returned on the software titles API). Thus I requested vulnerabilities cron error logs.We are still awaiting unfiltered logs from the user (seems
details
is missing here which could provide more information):