https://github.com/osquery/osquery logo
#fleet
Title
# fleet
w

Wojtek

12/15/2020, 10:53 AM
btw is there any way to disable web sockets in fleet ?
and what's the condition under fleet falls back to XHR ?
z

zwass

12/15/2020, 4:12 PM
Fleet uses the SockJS libraries and falls back to XHR if websockets fail. In my experience, websockets perform far better than XHR and it's worth configuring your proxy/LB to support websockets.
w

Wojtek

12/15/2020, 6:05 PM
Thanks
4 Views