https://github.com/osquery/osquery logo
#fleet
Title
# fleet
d

demonbhao

01/18/2022, 3:34 AM
Hi folks,I ran into this problem when I was configuring
OS:Centos 7.9 docker:20.10.11 fleetctl:4.8.0
t

Tomas Touceda

01/18/2022, 12:25 PM
hi there, what's the output of
./fleetctl --version
?
d

demonbhao

01/19/2022, 2:25 AM
fleetctl - version 4.8.0 branch: HEAD revision: 09654d77eedbf9ed181bc8188a3d2be0324b29a5 build date: 2021-12-31 build user: runner go version: go1.17.2
t

Tomas Touceda

01/19/2022, 11:25 AM
oh, I see what's going on,
disable_data_sync
is a fleet serve config, you cannot change that with fleetctl apply
in the same place you set how to connect to mysql, you would set that
d

demonbhao

01/20/2022, 2:22 AM
All right, thank you.
I have another question about software vulnerable I realized I didn't detect the vulnerability I have read the official document, but I am still not quite clear about the mechanism of vulnerability inspection
t

Tomas Touceda

01/20/2022, 11:32 AM
vulnerability checks run once per hour, could you share debug logs for fleet serve so that we can double check everything is correct and running? it certainly looks like it from the screenshots you've posted
logs might help shed some light as to what might be happening
d

demonbhao

01/25/2022, 4:14 AM
Hello, I have been reporting this error in the status log {"hostIdentifier":"CF9F00C5-9913-4EDF-96A3-4BA0E1355123","calendarTime":"Tue Jan 25 040418 2022 UTC","unixTime":"1643083458","severity":"2","filename":"distributed.cpp","line":"131","message":"Error executing distributed query: fleet_detail_query_mdm: no such table: mdm","version":"5.0.1","decorations":{"host_uuid":"CF9F00C5-9913-4EDF-96A3-4BA0E1355123","hostname":"hwcloud-bj4-7-infosec-wlan-scan02-5259.jpushoa.com"}} {"hostIdentifier":"CF9F00C5-9913-4EDF-96A3-4BA0E1355123","calendarTime":"Tue Jan 25 040418 2022 UTC","unixTime":"1643083458","severity":"2","filename":"distributed.cpp","line":"131","message":"Error executing distributed query: fleet_detail_query_munki_info: no such table: munki_info","version":"5.0.1","decorations":{"host_uuid":"CF9F00C5-9913-4EDF-96A3-4BA0E1355123","hostname":"hwcloud-bj4-7-infosec-wlan-scan02-5259.jpushoa.com"}} I don't know what this table:"mdm" and "munki_info"
t

Tomas Touceda

01/25/2022, 10:52 AM
hi! Is that causing you any issues? Otherwise, it can be ignored. Fleet checks for mdm and munki info, if the table is not available, it properly handles that case.
d

demonbhao

01/26/2022, 2:33 AM
Ok, I'm going to ignore him
As for the log you mentioned that requires vulnerability debugging, may I ask where I can get this log?