rwa
02/02/2022, 3:55 PMfleetctl package
command to build installers. All of the clients are on osquery 5.0.1 which they started with. I would just like to monitor that they update when a new version is specified (my understanding is that this is the default with no special settings).Tomas Touceda
02/02/2022, 4:56 PMosqueryd/linux/stable/osqueryd
, which is far from ideal, but we're discussing how to best expose thisrwa
02/02/2022, 5:05 PM/var/lib/orbit/tuf-metadata.json
, but I guess the online version is the one to look at to make sure everything is working. If things are working I should just expect clients to update to this version:"osqueryd/macos/stable/osqueryd": {
"custom": {
"version": "5.0.1"
},
"hashes": {
"sha512": "8eb9383798b3d343fe977b67fa92c283dfc2b8792ab043239a5b46651cb2ae7f7e9ab39c45402bedef3f1d923eb687e934740e213afb88f9854efed7f185c62d"
},
"length": 40232384
}
In the case of macos
?Tomas Touceda
02/02/2022, 7:03 PM