1e0ea67e6f
All edits are recorded by line: 5 Replace: “positive,” with “positive” 7 Replace: “friendly” with “friendly,” 9 Replace: “confidence,” with “confidence”; Replace: “to always stay” with “always to stay” 11 Replace: “smart” with “wise” 15 Replace: “Mr” with “Mr.” 17 Delete space; Delete: “-”; Add: “,” 23 Replace: “becomes” with “Becomes” 25 Replace: “to work” with “work” 27 Replace: “Mr Rogering” with “Mr. Rogersing”; Replace: “writing” with “writing,”; Replace: “use” with “the use” 35 Replace: “".” with “."” 36 Replace: “".” with “."” 40 Replace: “case,” with “case” 41 Replace: “macOS” with “macOS.” 43 Replace: “are using” with “use”; Delete: “in the sentence” after “word”; Add: “in the sentence” after “capitalized”; Replace: “these words should also be” with “it should remain” 44 Replace: “Apple,” with “Apple”; Replace: “that we adhere to.” with “to which we adhere” 46 Add: “to” 47 Replace: “lowercase,” with “lowercase” 63 Replace: “Need” with “Do you need” 66 Replace: “Definitely” with “This is definitely”; Replace: “".” with “."” 70 Replace: “off” with “on”; Replace: “or” with “,”; Replace: “at” with “in” 71 Add: “it”before “in”; Delete: “you” after “write”; Replace: “that will” with “to” 80 capitalized and puntuated 81 capitalized and puntuated 82 capitalized and puntuated 83 capitalized and puntuated 84 capitalized and puntuated 85 capitalized and puntuated; Delete: “to take” after “to” 88 Replace: “bear in mind” with “remember”; Replace: “then please” with “please” 90 Replace: “level of quality” with “quality” 100 Replace: “looks,” with “looks” 104 Add: “them” 109 Replace: “as easy as possible” with “easy” 113 Replace: “this” with “this,” 115 Replace: “this” with “this,” 123 Add: “, if you opened it in preview” after “example”; Delete: “, if you opened it in preview., but But” after “32x32px,”; Add: “, but” after “32x32px,” 130 Replace: “Slack channels The following Slack channels are maintained by this group” with “These groups maintain the following slack channels” |
||
---|---|---|
.github | ||
.storybook | ||
.vscode | ||
assets | ||
changes | ||
charts/fleet | ||
cmd | ||
cypress | ||
docs | ||
ee | ||
frontend | ||
handbook | ||
infrastructure | ||
orbit | ||
pkg | ||
scripts | ||
server | ||
tools | ||
website | ||
.dockerignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.gitpod.yml | ||
.golangci.yml | ||
.goreleaser-snapshot.yml | ||
.goreleaser.yml | ||
.npmignore | ||
.prettierignore | ||
.prettierrc.json | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
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
, and should run the command inCmd
/PowerShell
as administrators.
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.
📖 In keeping with our value of openness, Fleet Device Management's company handbook is public and open source. You can read about the history of Fleet and osquery and our commitment to improving the product. To upgrade from Fleet ≤3.2.0, just follow the upgrading steps for 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.