Fleet Client upgrades - How to #1705
-
I have SO running at 2.3.2 and OSQuery running at 4.5.1. What is the correct way to update the client as I thought we had auto-updating? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
What do you mean that osquery is running at Yes, by default, each osquery client checks in every 60min to
I just deployed a new osquery client on a Windows 10 device - it deployed as
|
Beta Was this translation helpful? Give feedback.
What do you mean that osquery is running at
4.5.1
? I'm assuming that some of your osquery clients are at4.4.0
and some at4.5.1
?Yes, by default, each osquery client checks in every 60min to
https://dl.kolide.co
to see if there is an update available - if there is, it will download it and update itself. You can verify this by running the following query against your osquery endpoints:SELECT * FROM kolide_launcher_autoupdate_config;
I just deployed a new osquery client on a Windows 10 device - it deployed as
4.4.0
, but then upgraded itself to 4.5.1 within 15min of deploying. The informational card you see in Fleet doesnt get updated right away - if you run the following query, you can se…