Ryan
02/16/2022, 5:05 PMvulnerabilities
key is present in the fleet.yml
and it was enabled previously. Has anyone else encountered this? Thanks in advance 🙂Gavin
02/16/2022, 5:47 PMSarah Gillespie
02/16/2022, 5:53 PMenable_software_inventory
flag is set to true in your config? You can check this in the network tab of your broswer’s dev console. Please let me know what you find and we can keep troubleshooting from there. If you aren’t familiar with that tool or have any trouble tracking down the config network response, please let me know and I can provide more detailed instructions.Gavin
02/16/2022, 5:57 PM"host_settings": {
"enable_host_users": true,
"enable_software_inventory": false
},
Sarah Gillespie
02/16/2022, 5:58 PM---
apiVersion: v1
kind: config
spec:
host_settings:
enable_software_inventory: true
fleetctl apply -f <file-path>
Gavin
02/16/2022, 5:59 PMSarah Gillespie
02/16/2022, 6:05 PMGavin
02/16/2022, 6:09 PMSarah Gillespie
02/16/2022, 6:09 PMGavin
02/16/2022, 6:10 PMfalse
, host software inventory from prior runs I assume is still present.Sarah Gillespie
02/16/2022, 6:26 PMGavin
02/16/2022, 6:29 PMselect json_value from app_config_json;
shows as false , setting the Environment flag + Config both seem to not have any impact.Sarah Gillespie
02/16/2022, 6:53 PMGavin
02/16/2022, 6:54 PM{
"version": "4.10.0",
"branch": "HEAD",
"revision": "67827474c22b61a08f112e682b994aa3e9356133",
"go_version": "go1.17.7",
"build_date": "2022-02-14",
"build_user": "runner"
}
fleetctl --version
fleetctl - version 4.10.0
branch: HEAD
revision: 67827474c22b61a08f112e682b994aa3e9356133
build date: 2022-02-14
build user: runner
go version: go1.17.7
Sarah Gillespie
02/16/2022, 6:58 PMfleetctl get config --include-server-config
Gavin
02/16/2022, 6:59 PMhost_expiry_settings:
host_expiry_enabled: true
host_expiry_window: 30
host_settings:
enable_host_users: true
enable_software_inventory: false
Sarah Gillespie
02/16/2022, 6:59 PMGavin
02/16/2022, 7:13 PMSarah Gillespie
02/16/2022, 7:16 PMTor Houghton
02/16/2022, 7:27 PMSarah Gillespie
02/16/2022, 7:36 PMTor Houghton
02/16/2022, 7:45 PMBenjamin Edwards
02/16/2022, 9:43 PMRyan
02/17/2022, 2:25 PMfleetctl get
command:
vulnerabilities:
cpe_database_url: ""
current_instance_checks: auto
cve_feed_prefix_url: ""
databases_path: /var/lib/fleet
disable_data_sync: false
periodicity: 3600000000000
vulnerability_settings:
databases_path: ""
enable_software_inventory
a proper config flag we can just set in /etc/fleet/fleet.yml
though?Gavin
02/17/2022, 2:44 PMSarah Gillespie
02/17/2022, 5:07 PMenable_software_inventory
spec. You should not need to restart the server after applying that one in order for it to take effect.Gavin
02/17/2022, 5:09 PMTomas Touceda
02/17/2022, 5:12 PMGavin
02/17/2022, 5:12 PMTomas Touceda
02/17/2022, 5:14 PMGavin
02/17/2022, 5:15 PMTomas Touceda
02/17/2022, 5:17 PMRyan
02/17/2022, 5:18 PMGavin
02/17/2022, 5:18 PMRyan
02/17/2022, 5:18 PMFeb 17 17:19:19 de-kolide-fleet-01 fleet[23116]: level=info ts=2022-02-17T17:19:19.448414969Z component=crons cron=vulnerabilities databases-path=/var/lib/fleet
Feb 17 17:19:19 de-kolide-fleet-01 fleet[23116]: level=info ts=2022-02-17T17:19:19.448459145Z component=crons cron=vulnerabilities periodicity=1h0m0s
Gavin
02/17/2022, 5:21 PMTomas Touceda
02/17/2022, 5:24 PMRyan
02/17/2022, 6:22 PMSarah Gillespie
02/17/2022, 6:29 PMRyan
02/17/2022, 6:32 PMSarah Gillespie
02/17/2022, 6:34 PMRyan
02/17/2022, 6:34 PMfleet[23116]: level=info ts=2022-02-17T18:43:55.847040829Z component=http path=/api/v1/fleet/me internal="timestamp: 2022-02-17T18:43:55Z: Session <key redacted> was not found in the datastore" err="Authentication required"
Sarah Gillespie
02/17/2022, 8:31 PMRyan
02/18/2022, 10:28 AM