Why am I able to query on the server but not on Fl...
# kolide
d
Why am I able to query on the server but not on Fleet?What could be the problem?
s
Is Fleet's connection to Redis working? That's required for distributed queries
d
Yes, I checked whether Fleet, Redis and mysql were connected properly.The result is a normal connection
Strangely enough, I was able to issue the query using Fleet's pack and have a corresponding log but if I was using Fleet's query I couldn't get the result and I was just waiting
c
I've had issues with the live queries in the browser because my deployment has a load balancer that breaks websockets. When I use the url of a fleet server directly it works. You can see if the websockets are working or not if you watch network traffic in your browser.
d
How did you solve it?
Hello, I have solved it. Thank you very much