From ea4c8d5045e7a5ab4d74895584d0250294380ed3 Mon Sep 17 00:00:00 2001 From: Kelvin Omereshone Date: Fri, 20 May 2022 15:41:41 +0100 Subject: [PATCH 1/2] docs: simplify adding hosts page --- docs/Using-Fleet/Adding-hosts.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/Using-Fleet/Adding-hosts.md b/docs/Using-Fleet/Adding-hosts.md index 082b686e244..bda10be4b01 100644 --- a/docs/Using-Fleet/Adding-hosts.md +++ b/docs/Using-Fleet/Adding-hosts.md @@ -3,14 +3,10 @@ - [Signing installers](#signing-installers) - [Plain osquery](#plain-osquery) -Fleet is powered by the open source osquery tool. To add a host to Fleet, you must install osquery on this host. - The recommended way to install osquery and add your host to Fleet is with an osquery installer. Fleet provides the tools to generate an osquery installer with the `fleetctl package` command. To use the `fleetctl package` command, you must first install the `fleetctl` command-line tool. Instructions for installing `fleetctl` can be found on [here](https://fleetdm.com/get-started) -Fleet supports other methods for adding your hosts to Fleet such as the [plain osquery binaries](#plain-osquery) or [Kolide Osquery Launcher](https://github.com/kolide/launcher/blob/master/docs/launcher.md#connecting-to-fleet). - ## Osquery installer To create an osquery installer, you can use the `fleetctl package` command. @@ -96,6 +92,8 @@ The following command-line flags allow you to further configure an osquery insta | --help, -h | show help (default: `false`) | +Fleet supports other methods for adding your hosts to Fleet such as the [plain osquery binaries](#plain-osquery) or [Kolide Osquery Launcher](https://github.com/kolide/launcher/blob/master/docs/launcher.md#connecting-to-fleet). + ## Plain osquery > If you'd like to use the native osqueryd binaries to connect to Fleet, this is enabled by using osquery's TLS API plugins that are principally documented on the official osquery wiki: http://osquery.readthedocs.io/en/stable/deployment/remote/. These plugins are very customizable and thus have a large configuration surface. Configuring osqueryd to communicate with Fleet is documented below in the "Native Osquery TLS Plugins" section. From d40824559ab13e7ac332915435d3d6fa50f62c65 Mon Sep 17 00:00:00 2001 From: Kelvin Oghenerhoro Omereshone Date: Mon, 23 May 2022 16:01:10 +0100 Subject: [PATCH 2/2] Update docs/Using-Fleet/Adding-hosts.md Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> --- docs/Using-Fleet/Adding-hosts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Using-Fleet/Adding-hosts.md b/docs/Using-Fleet/Adding-hosts.md index bda10be4b01..ca211c52aa2 100644 --- a/docs/Using-Fleet/Adding-hosts.md +++ b/docs/Using-Fleet/Adding-hosts.md @@ -3,7 +3,7 @@ - [Signing installers](#signing-installers) - [Plain osquery](#plain-osquery) -The recommended way to install osquery and add your host to Fleet is with an osquery installer. Fleet provides the tools to generate an osquery installer with the `fleetctl package` command. +The recommended way to add your host to Fleet is with an osquery installer. Fleet provides the tools to generate an osquery installer with the `fleetctl package` command. To use the `fleetctl package` command, you must first install the `fleetctl` command-line tool. Instructions for installing `fleetctl` can be found on [here](https://fleetdm.com/get-started)