https://github.com/osquery/osquery logo
Title
e

Erich Stoekl

03/23/2020, 8:24 PM
Hi Folks. Is a remote redis endpoint needed for Fleet? I am planning to scale fleet to several servers -- will I need one redis for all of them (similar to mysql) or can each Fleet node have its own local redis?
s

sundsta

03/23/2020, 8:35 PM
Redis is required for distributed queries
e

Erich Stoekl

03/23/2020, 8:51 PM
Will I need a single redis instance for all my fleet nodes, or can I run a local redis instance on each fleet node?
s

sundsta

03/24/2020, 5:37 PM
I believe you would need one redis for it to work properly, as the results may come into different fleet endpoints if you have multiple.