Hey folks, I have Fleet running and I can successfully enroll my laptop (Ubuntu 18.04) but when I go to query it nothing happens (I just get the spinning cube animation). Why might this be?
Query I am trying to run:
SELECT * FROM osquery_info
What I see
d
defensivedepth
07/05/2019, 5:02 PM
Do you have redis installed & configured? Redis is a requirement for the Live query functionality
d
Daniel
07/05/2019, 5:07 PM
Ah duh, just had to kick off redis. Thanks a bunch!