diff --git a/docs/Using-Fleet/Orbit.md b/docs/Using-Fleet/Orbit.md index 9b91b31179..b153ef0f94 100644 --- a/docs/Using-Fleet/Orbit.md +++ b/docs/Using-Fleet/Orbit.md @@ -67,7 +67,7 @@ Now run that installer (double click, on a Mac) to enroll your own computer as a | Package tooling for Linux `.deb` | ✅ | | Package tooling for Linux `.rpm` | ✅ | | Package tooling for Windows `.msi` | ✅ | -| Manage/update osquery extensions | 🔜 | +| Manage/update osquery extensions | ✅ | | Manage cgroups for Linux performance | 🔜 | ## Usage @@ -124,6 +124,12 @@ For example, the following would be a typical drop-in usage of Orbit: orbit -- --flagfile=flags.txt ``` +### Osquery extensions + +Orbit can be used to remotely deploy and manage osquery extensions. This saves the time and energy required to maintain extensions using a separate tool like Munki or an MDM solution. + +[Learn how](https://fleetdm.com/docs/using-fleet/configuration-files#code-extensions-code-option) + ## Packaging Orbit, like standalone osquery, is typically deployed via OS-specific packages. Tooling is provided with this repository to generate installation packages.