fleet
fleet copied to clipboard
Software inventory disabled
Fleet version: Fleet orbit-v1.14.0-3188-g9039cf885 • Go go1.22.3
💥 Actual behavior
On software tab there is information about disabled software inventory with link to docs how to enable it. According to my understading for the documentation, I have added to fleet config yaml filethe following:
---
apiVersion: v1
kind: config
spec:
vulnerabilities:
databases_path: /etc/fleet/vulnerabilitiesdb
periodicity: 1h
features:
enable_software_inventory: true
Restarted fleet instance with no result. Is this a bug, lack of documenation or something wrong on my side ?