fleet/docs
Zachary Wasserman 3d6ca7d5a4 Use sockjs to gracefully degrade websockets (#1255)
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.
2017-03-01 13:14:26 -08:00
..
api renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
application Making the case of section headers more consistent in application docs (#1173) 2017-02-05 11:44:32 -07:00
development Updating the migrations docs (#1218) 2017-02-14 13:16:26 -07:00
images Cursory application documentation (#1165) 2017-02-02 15:13:54 -07:00
infrastructure Add updating kolide documentation (#1302) 2017-02-24 11:11:46 -08:00
third-party Use sockjs to gracefully degrade websockets (#1255) 2017-03-01 13:14:26 -08:00
README.md Force links to README (#1166) 2017-02-02 15:51:02 -07:00

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.