hey all, is it possible to use something other than Redis for fleet/osquery? is it possible to not use it at all and instead just use SQL?
t
terracatta
05/06/2020, 3:14 PM
Fleet needs redis to ingest and queue the results of distributed queries and to cache data. The Live query feature will not work without it.
p
PJ Meyer
05/06/2020, 3:18 PM
alright, so for best security practices is it best to keep redis on its own server, password lock it, and lock this down so only the servers running Fleet can contact the Redis server?
t
terracatta
05/06/2020, 3:19 PM
yes to all of the above. Feel free to join us in #C1XCLA5DZ where there are other users of Fleet
p
PJ Meyer
05/06/2020, 3:19 PM
oh cool! sorry if this was the wrong channel for this 🙂