Hi Fleet team, i read the doc of fleet and found t...
# fleet
w
Hi Fleet team, i read the doc of fleet and found the following content. For good UX Fleet server will have to return the
orbit_info
SELECT
on every
distributed/read
(we could alternatively add some small interval for this specific query, if need be). We will use the cached_mysql to not perform unnecessary token insertions on every
distributed/write
. Also token updating should do a
INSERT ON DUPLICATE KEY token=token
, and not update
updated_at
. is this supposed to work out only osquery is hosted in orbit? if we don'r run osquery by orbit, this return info doesn't impact, is my understand correct?
k
Correct,
orbit_info
is only collected only when using Orbit