Open device management
Find a file
eashaw 2c8b65dcd7
Update Get Started Page (#1914)
* Added Log into fleet step and info icon

* adjust padding
2021-09-03 13:00:04 +09:00
.github Update product names (#1900) 2021-09-02 04:51:58 -05:00
assets FleetUI: Update Avatar component (#1880) 2021-09-02 12:12:42 -05:00
changes Update new sched query stats if there's already some (#1918) 2021-09-02 17:39:08 -03:00
charts/fleet Update changelog and versions to 4.2.4 (#1921) 2021-09-02 16:50:11 -03:00
cmd Address issues related to Redis Cluster support (#1885) 2021-09-01 16:32:57 -04:00
cypress FleetUI: Update Avatar component (#1880) 2021-09-02 12:12:42 -05:00
docs Add support for MySQL read replicas (#1786) 2021-09-01 15:50:52 -04:00
ee Reintroduce conversion required for Windows (#1868) 2021-08-31 09:24:28 -04:00
frontend FleetUI: Update Avatar component (#1880) 2021-09-02 12:12:42 -05:00
handbook Update release process documentation in the Handbook (#1922) 2021-09-02 18:28:39 -04:00
orbit Add functionality to provide cert for windows agent (#1818) 2021-09-01 11:48:55 -03:00
pkg Configure golangci-lint for the whole repository 2021-08-24 13:35:03 -04:00
server Update new sched query stats if there's already some (#1918) 2021-09-02 17:39:08 -03:00
tools Update changelog and versions to 4.2.4 (#1921) 2021-09-02 16:50:11 -03:00
website Update Get Started Page (#1914) 2021-09-03 13:00:04 +09:00
.dockerignore Added support to read jwt and mysql password from a file (#141) 2021-01-04 07:58:43 -08:00
.eslintrc.js Merge branch 'master' into teams 2021-04-30 09:40:10 -07:00
.gitattributes Windows friendly changes after walking through getting started guide (#1441) 2021-07-21 20:49:44 -04:00
.gitignore Add codecov to CI (#1824) 2021-08-26 09:53:10 -07:00
.golangci.yml Configure golangci-lint for the whole repository 2021-08-24 13:35:03 -04:00
.goreleaser.yml Add netgo tag to prevent crashes on linux when making external requests (#1681) 2021-08-16 15:48:45 -03:00
.npmignore Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.prettierignore add prettier and have it format all fleet application code (#625) 2021-04-12 14:32:25 +01:00
.prettierrc.json add prettier and have it format all fleet application code (#625) 2021-04-12 14:32:25 +01:00
CHANGELOG.md Update changelog and versions to 4.2.4 (#1921) 2021-09-02 16:50:11 -03:00
CODE_OF_CONDUCT.md Remove @fleetdm.com emails from fleetdm/fleet repo (#882) 2021-05-27 17:19:14 -04:00
CODEOWNERS Add CODEOWNERS for Go engineering team (#1449) 2021-07-22 11:14:10 -07:00
CONTRIBUTING.md Remove @fleetdm.com emails from fleetdm/fleet repo (#882) 2021-05-27 17:19:14 -04:00
cypress-basic.json New Cypress configs and commands (#1268) 2021-07-01 10:32:12 -07:00
cypress-core.json New Cypress configs and commands (#1268) 2021-07-01 10:32:12 -07:00
cypress.json UI: License expiration warning banner (#1825) 2021-08-30 15:52:13 -04:00
docker-compose.yml Address issues related to Redis Cluster support (#1885) 2021-09-01 16:32:57 -04:00
Dockerfile Remove @fleetdm.com emails from fleetdm/fleet repo (#882) 2021-05-27 17:19:14 -04:00
go.mod Issue 1600 fleetctl license expiration (#1800) 2021-08-26 10:28:53 -03:00
go.sum Issue 1600 fleetctl license expiration (#1800) 2021-08-26 10:28:53 -03:00
LICENSE Update LICENSE (#10) 2020-11-04 19:57:51 -06:00
Makefile Add codecov to CI (#1824) 2021-08-26 09:53:10 -07:00
package.json #1496 fixed sorting using API (#1536) 2021-08-03 12:42:48 -07: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 note for windows user's based on @DrewBakerfdm's feedback 2021-08-18 19:08:00 -05:00
SECURITY.md Remove @fleetdm.com emails from fleetdm/fleet repo (#882) 2021-05-27 17:19:14 -04:00
tools.go Add support for IdP-initiated SSO login (#556) 2021-03-30 12:56:20 -07:00
tsconfig.json Pressing Enter on setup's Confirmation page (#1141) 2021-06-18 13:33:45 -07:00
webpack.config.js Speed up CI build/test (#657) 2021-04-16 16:14:56 -07:00
yarn.lock #1496 fixed sorting using API (#1536) 2021-08-03 12:42:48 -07:00

Fleet logo, landscape, dark text, transparent background

Website   News   Report a bug

Run Tests   Go Report Card   Twitter Follow

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 100,000+ servers, containers, and laptops. It's especially useful for talking to multiple devices at the same time.

Try Fleet

With Node.js and Docker installed:

# Install the Fleet command-line tool
sudo npm install -g fleetctl
# Run a local demo of the Fleet server
sudo fleetctl preview

Windows users can omit sudo.

The Fleet UI is now available at http://localhost:1337.

Now what?

Check out the Ask questions about your devices tutorial to learn where to see your devices in Fleet, how to add Fleet's standard query library, and how to ask questions about your devices by running queries.

Team

Fleet is independently backed and actively maintained with the help of many amazing contributors.

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

Documentation

Documentation for Fleet can be found here on GitHub.

Community

Chat

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

Contributing

Contributions are welcome, whether you answer questions on Slack/GitHub/StackOverflow/Twitter, improve the documentation or website, write a tutorial, give a talk, start a local osquery meetup, troubleshoot reported issues, or submit a patch. The Fleet code of conduct is on GitHub.

Banner featuring a futuristic cloud city with the Fleet logo