Open device management
Find a file
noahtalerman 49e71e4ed6
Add new icons for Hosts page. Fix hosts list width on wide screens. (#128)
- Add new PNG files for the new icons in the left side navigation and the right side labels on the Hosts page.
- Rename the old `<Icon />` component to `<KolideIcon />` and create a new `<Icon />` component. The ultimate goal is to get rid of the `<KolideIcon />` and `<PlatformIcon />` components and use the encompassing `<Icon />` component for all icons. The full transition will be made when we have icon assets to replace all the kolide icons and platform icons. Currently, we don't.
- Rename the `icon_name_for_label.js` utility to `icon_name.js` because the utility now includes `iconNameForLabel()` and `iconNameForPlatform()` functions.
- Fixes issue #127.
2020-12-14 18:24:16 -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 Add new icons for Hosts page. Fix hosts list width on wide screens. (#128) 2020-12-14 18:24:16 -08:00
cmd Clean up unused test/demo SQL data (#117) 2020-12-10 11:44:02 -08:00
docs Add documentation for user API endpoints (#114) 2020-12-14 08:55:15 -08:00
examples Add support for multiple enroll secrets (#2238) 2020-05-29 09:12:39 -07:00
frontend Add new icons for Hosts page. Fix hosts list width on wide screens. (#128) 2020-12-14 18:24:16 -08:00
handbook Handbook (#66) 2020-11-30 14:48:14 -06:00
server Merge pull request from GHSA-w3wf-cfx3-6gcx 2020-12-14 18:14:14 -08:00
tools Update fleetctl version number. Fix spelling error in changelog. (#122) 2020-12-10 16:09:25 -08:00
website Dedupe setting of env var (#87) 2020-12-03 16:11:46 -06:00
.dockerignore Add fleetctl to generated Docker images (#1896) 2018-08-08 16:21:49 -07: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 fleetctl version number. Fix spelling error in changelog. (#122) 2020-12-10 16:09:25 -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 Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -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 Update README with a screenshot of Fleet (#123) 2020-12-11 12:23:05 -06: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

🎉 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).

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.

Fleet is a Go app. You can run it on your own hardware or deploy it in any cloud.

Documentation for Fleet can be found on GitHub.

banner-fleet-cloud-city

Screenshot of query editor

Using Fleet

The CLI

If you're interested in learning about the 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.

The Web Dashboard

Information about using the web dashboard can be found in the Dashboard Documentation.

Developing Fleet

Organizations large and small use osquery with Fleet every day to stay secure and compliant. Thats good news, since it means there are lots of other developers and security practitioners talking about Fleet, dreaming up features, and contributing patches. Lets stop reinventing the wheel and build the future of device management together.

Development Documentation

If you're interested in interacting with the Fleet 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.

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.