mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Use the [SockJS Protocol](https://github.com/sockjs/sockjs-protocol) to handle bidirectional communication instead of plain websockets. This allows distributed queries to function in situations in which they previously failed (Load balancers not supporting websockets, issues with Safari and self-signed certs, etc.). Also includes fixes to the JS message handling logic where slightly different message delivery semantics (when using XHR) were exposing bugs. Fixes #1241, #1327. |
||
|---|---|---|
| .. | ||
| api | ||
| application | ||
| development | ||
| images | ||
| infrastructure | ||
| third-party | ||
| README.md | ||
Kolide Documentation
Welcome to the Kolide documentation.
- Information about using the Kolide web application can be found in the Application Documentation.
- Resources for deploying osquery to hosts, deploying the Kolide server, installing Kolide's infrastructure dependencies, etc. can all be found in the Infrastructure Documentation.
- If you are interested in accessing the Kolide REST API in order to programmatically interact with your osquery installation, please see the API Documentation.
- Finally, if you're interested in interacting with the Kolide source code, you will find information on modifying and building the code in the Development Documentation.
If you have any questions, please don't hesitate to reach out to support@kolide.co.