Fleet is the lightweight, programmable telemetry platform for servers and workstations. Get comprehensive, customizable data from all your devices and operating systems — without the downtime risk.
Go to file
Victor Vrantchan 8291119067
use json.RawMessage for result logs (#1636)
Initially fleet decoded the incoming JSON sent to the log endpoint.
Then the log event would be written to a log writer by calling json.Encoder{}.Encode.
Re-encoding logs is lossy; whenever a new field is sent by osqueryd we don't keep up with them.
Instead of caring about the content of the OsqueryResultLog, fleet will now write all log results
exactly as sent to the server by osqueryd.

Closes #1632
Closes #1615
2017-11-18 19:59:32 -05:00
.circleci Use dep instead of glide (#1564) 2017-10-13 09:00:58 -06:00
.github add issue template (#1573) 2017-10-18 09:35:32 -04:00
assets remove team photo from readme 2017-09-22 23:10:12 -06:00
cmd include forgotten fleetctl config command 2017-11-12 11:59:39 -07:00
docs rename old references to the binary (#1638) 2017-11-18 19:58:19 -05:00
examples Documenting deploying Fleet on Kubernetes (#1626) 2017-11-17 12:48:59 -07:00
frontend Fix issue in which default query runs instead of entered query (#1616) 2017-11-15 11:20:42 -08:00
server use json.RawMessage for result logs (#1636) 2017-11-18 19:59:32 -05:00
tools Use dep instead of glide (#1564) 2017-10-13 09:00:58 -06:00
.dockerignore Fix .dockerignore file (#1567) 2017-10-17 17:23:25 -06:00
.eslintrc.js Fix user menu on Firefox (#1542) 2017-08-02 14:02:09 -05:00
.gitignore Use persistent MySQL for local server, tmpfs MySQL for tests (#1245) 2017-02-17 09:15:10 -08:00
.sass-lint.yml Query Select Target Dropdown (#499) 2016-11-23 15:10:32 -06:00
CHANGELOG.md use json.RawMessage for result logs (#1636) 2017-11-18 19:59:32 -05:00
CONTRIBUTING.md replace another kolide/fleet referenced (#1572) 2017-10-18 00:36:30 -04:00
docker-compose.yml Enable slow query log on dev DBs (#1437) 2017-03-20 17:02:44 -07:00
Dockerfile Make it harder to accidentally release macOS binaries (#1566) 2017-10-16 17:35:14 -06:00
Gopkg.lock Fixed leaking http client (#1628) 2017-11-16 09:53:42 -07:00
Gopkg.toml refactor gRPC endpoints with launcher packages in mind (#1582) 2017-10-24 19:55:32 -04:00
LICENSE Add MIT license (#1555) 2017-09-21 16:51:04 -06:00
Makefile Initial CLI and file format for fleetctl 2017-11-12 11:58:19 -07:00
package-lock.json Hosts Pagination (#1594) 2017-11-07 12:54:56 -05:00
package.json Hosts Pagination (#1594) 2017-11-07 12:54:56 -05:00
README.md Updating main README (#1609) 2017-11-14 00:34:22 -07:00
tsconfig.json Typescript (#355) 2016-10-31 17:02:06 -04:00
tslint.json Typescript (#355) 2016-10-31 17:02:06 -04:00
webpack.config.js Update Webpack to v2 (#1393) 2017-03-13 15:13:33 -04:00
yarn.lock update yarn deps 2017-11-15 08:44:45 -05:00

Kolide Fleet CircleCI

Effective Endpoint Security. At Any Scale.

Kolide Fleet is a state of the art host monitoring platform tailored for security experts. Leveraging Facebook's battle-tested osquery project, Fleet delivers fast answers to big questions. To learn more about Fleet, visit https://kolide.com/fleet.

Documentation for Fleet can be found on GitHub.

Kolide

To Start Using Fleet

The Web UI

Information about using the Kolide web application can be found in the Application Documentation.

The CLI

If you're interested in learning about the new fleetctl CLI and flexible osquery deployment file format, see the CLI Documentation.

Deploying Osquery and Fleet

Resources for deploying osquery to hosts, deploying the Fleet server, installing Fleet's infrastructure dependencies, etc. can all be found in the Infrastructure Documentation.

Accessing The Fleet API

If you are interested in accessing the Fleet REST API in order to programmatically interact with your osquery installation, please see the API Documentation.

To Start Developing Fleet

Development Documentation

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 create a GitHub Issue.