98bae487a5
* Docs image replacement https://github.com/fleetdm/fleet/pull/2071 (removing hardcoded widths on images) undoes what we previously did for making smaller images look good at <990px breakpoints. Only current examples of these smaller images are on this page in the docs, although there are a couple of instances in the handbook. So I propose that we only crop images that will work at full container width sizes. With that in mind I have replaced one of the affected images on this page. * Update homepage.ejs Updated homepage verbiage. * Revert "Merge branch 'mike-j-thomas-patch-1' of https://github.com/fleetdm/fleet into mike-j-thomas-patch-1" This reverts commit 65af0eb8ddfb8cdc298747df0f6f7599d7cee6cc, reversing changes made to f9d9dbca7db8c270e5f358796b65e8a323936d52. * Revert "Revert "Merge branch 'mike-j-thomas-patch-1' of https://github.com/fleetdm/fleet into mike-j-thomas-patch-1"" This reverts commit a75be66d25afc6521e827f4d9b29a6f74bbd1300. * fix typo Co-authored-by: eashaw <caglc@live.com> |
||
---|---|---|
.github | ||
assets | ||
changes | ||
charts/fleet | ||
cmd | ||
cypress | ||
docs | ||
ee | ||
frontend | ||
handbook | ||
orbit | ||
pkg | ||
server | ||
tools | ||
website | ||
.dockerignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.golangci.yml | ||
.goreleaser-snapshot.yml | ||
.goreleaser.yml | ||
.npmignore | ||
.prettierignore | ||
.prettierrc.json | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
cypress-free.json | ||
cypress-premium.json | ||
cypress.json | ||
docker-compose-mysql8.yml | ||
docker-compose.yml | ||
Dockerfile | ||
Dockerfile.osquery-perf | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
package.json | ||
postcss.config.js | ||
README.md | ||
SECURITY.md | ||
tools.go | ||
tsconfig.json | ||
webpack.config.js | ||
yarn.lock |
Website News Report a bug
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.
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.