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
noahtalerman 5b67e7e551
Add a walkthrough for previewing Fleet (fleetctl preview) to top level README. (#151)
- Move the transition announcement below the banner image.
- Remove the old documentation section and add a link to the updated docs.
2020-12-29 08:59:09 -08:00
.circleci Update Go version for CircleCI (#130) 2020-12-14 18:23:49 -08:00
.github Update deploy-fleet-website.yml (#100) 2020-12-04 15:49:22 -06:00
assets Fix query editor rendering strangely in Safari. Edit query side panel styles. (#140) 2020-12-18 09:04:43 -08:00
cmd Add AWS S3 as file carving backend (#126) 2020-12-16 09:16:55 -08:00
docs Capitalize Fleet in "Using Fleet" folder name. (#150) 2020-12-24 14:45:43 -08:00
examples Add support for multiple enroll secrets (#2238) 2020-05-29 09:12:39 -07:00
frontend Add help text within user actions dropdown menu. Update copy in API documentation. (#142) 2020-12-21 15:47:35 -08:00
handbook Handbook (#66) 2020-11-30 14:48:14 -06:00
server Add AWS S3 as file carving backend (#126) 2020-12-16 09:16:55 -08:00
tools Update npm for 3.5.1 release (#133) 2020-12-14 19:22:07 -08:00
website typofix (#134) 2020-12-17 14:25:41 -06:00
.dockerignore Updated .dockerignore and added non-root user to Dockerfile (#143) 2020-12-22 08:23:17 -08:00
.eslintrc.js Migrate JS tests to Jest and update libraries (#74) 2020-12-01 10:15:12 -08:00
.gitignore Allow import of github.com/kolide/fleet (#2213) 2020-03-29 19:22:04 -07:00
.npmignore Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.sass-lint.yml Query Select Target Dropdown (#499) 2016-11-23 15:10:32 -06:00
CHANGELOG.md Update changelog for 3.5.1 release (#131) 2020-12-14 18:28:35 -08:00
CODE_OF_CONDUCT.md Migrate remaining URLs to fleetdm.com (#116) 2020-12-10 11:26:00 -08:00
CONTRIBUTING.md Migrate remaining URLs to fleetdm.com (#116) 2020-12-10 11:26:00 -08:00
docker-compose.yml Add dev infrastructure and docs for Prometheus monitoring (#33) 2020-11-12 19:06:56 -08:00
Dockerfile Updated .dockerignore and added non-root user to Dockerfile (#143) 2020-12-22 08:23:17 -08:00
go.mod Merge pull request from GHSA-w3wf-cfx3-6gcx 2020-12-14 18:14:14 -08:00
go.sum Merge pull request from GHSA-w3wf-cfx3-6gcx 2020-12-14 18:14:14 -08:00
LICENSE Update LICENSE (#10) 2020-11-04 19:57:51 -06:00
Makefile Add fleetctl.exe.zip to release process (#80) 2020-12-02 08:24:34 -08:00
package.json Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
postcss.config.js Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
README.md Add a walkthrough for previewing Fleet (fleetctl preview) to top level README. (#151) 2020-12-29 08:59:09 -08:00
SECURITY.md Create SECURITY.md (#146) 2020-12-22 08:26:39 -08:00
tsconfig.json Update dependencies to latest minor releases (#1803) 2018-06-04 09:58:14 -06:00
tslint.json Upgrade to Webpack 4 (#2079) 2019-07-29 09:40:16 -07:00
webpack.config.js Add ability to prefix Fleet URLs (#2112) 2019-10-16 16:40:45 -07:00
yarn.lock Migrate JS tests to Jest and update libraries (#74) 2020-12-01 10:15:12 -08:00

Fleet CircleCI Go Report Card

Fleet is the most widely used open source osquery manager. Deploying osquery with Fleet enables programmable live queries, streaming logs, and effective management of osquery across 50,000+ servers, containers, and laptops. It's especially useful for talking to multiple devices at the same time.

banner-fleet-cloud-city

🎉 Announcing the transition of Fleet to a new independent entity 🎉

Please check out the blog post to understand what is happening with Fleet and our commitment to improving the product. To upgrade from Fleet ≤3.2.0, just grab the latest release from this repository (it'll work out of the box).

Preview Fleet

Get the latest release of the fleetctl CLI tool

With node installed:

npm install -g fleetctl

Set up a preview deployment of the Fleet server

With docker installed:

fleetctl preview

Preview Fleet at https://localhost:8412.

Add containerized hosts to your preview deployment

The osquery directory contains a docker-compose.yml and additional configuration files to start containerized osquery agents. To start osquery, first retrieve the "Enroll Secret" from Fleet (by clicking the "Add New Host") button in the Fleet dashboard.

With your "Enroll Secret" copied:

cd fleet-preview/osquery
ENROLL_SECRET=<copy from fleet> docker-compose up

Refresh the page to see the containerized hosts populate the Fleet dashboard.

Query editor

Screenshot of query editor

Documentation

Documentation for Fleet can be found here on GitHub.

Community

Chat

Please join us in the #fleet channel on osquery Slack.

Community Projects

Below are some projects created by Fleet community members. Please submit a pull request if you'd like your project featured.