From 6533c59d1b2495441aa857a65b1a25cab665398d Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Thu, 22 Dec 2022 12:32:06 -0500 Subject: [PATCH] In docs, link to reference for managing osquery extensions (#9099) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update "Manage extensions" from 🔜 to ✅ - Add a "Osquery extensions" section to Using Fleet > Orbit doc page - Link to reference page in docs --- docs/Using-Fleet/Orbit.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.