Hi community :slightly_smiling_face: I installed ...
# fleet
y
Hi community 🙂 I installed Fleet on AWS EKS. Software information is not collected from Agent. Do you know the solution?
z
Hello @youngjae! Do you have
enable_software_inventory
set in your config file? https://fleetdm.com/docs/configuration/yaml-files#features
y
Hello @Zay Hanlon! It's set. 🥲
Copy code
features:
    enable_host_users: true
    enable_software_inventory: true
'software' tables contain data. The table below is Empty set. • software_host_counts • software_titles • software_titles_host_counts
r
Hi @youngjae. Here are a few questions I have for you to try and diagnose your issue: 1. What version of Fleet are you running? 2. Can you check the server logs for any errors and screenshot them at possible? You may need to filter the logs by 'titles' to give us a better view.
y
1. What version of Fleet are you running?
image: docker.io/fleetdm/fleet:v4.50.0
I'm trying to downgrade to version 4.4. 2. Can you check the server logs for any errors and screenshot them at possible? You may need to filter the logs by 'titles' to give us a better view.
There are no errors in the web console.
I think the problem is that there is data in the 'software' table, but no data in the 'software_titles' table. fleetctl get software
Copy code
Warning: Version mismatch.
Client Version:   4.56.0
Server Version:  4.50.0
No software titles found
r
Thank you for that information. Yes, the
software_titles
table is one of the relevant tables in this case. Could you please: 1. Run
fleetctl debug archive
2. Email the archive that's generated to support@fleetdm.com
k
@youngjae Please update MySQL to version 8.0.36 and Fleet to the latest version (v4.56.0) and let us know if the issue still persists.
y
After updating the version, the problem was resolved. thank you