From 479976460bb35558c87165da9417cc60659569b6 Mon Sep 17 00:00:00 2001 From: Mo Zhu Date: Fri, 25 Aug 2023 10:04:28 -0700 Subject: [PATCH] Clarify error logs will appear when not setting `--fleet-url` or `--enroll-secret` flags (#13500) Co-authored-by: Rachael Shaw --- docs/Using Fleet/enroll-hosts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Using Fleet/enroll-hosts.md b/docs/Using Fleet/enroll-hosts.md index 2f2545a82e..39c4c1d492 100644 --- a/docs/Using Fleet/enroll-hosts.md +++ b/docs/Using Fleet/enroll-hosts.md @@ -45,7 +45,7 @@ The following command creates a Fleetd installer, `.pkg` file, which adds macOS ```sh fleetctl package --type pkg --fleet-url=[YOUR FLEET URL] --enroll-secret=[YOUR ENROLLMENT SECRET] ``` - >**Note:** The only configuration option required to create an installer is `--type`, but to communicate with a Fleet instance, you'll need to specify a `--fleet-url` and `--enroll-secret` + >**Note:** The only configuration option required to create an installer is `--type`. However, to communicate with a Fleet instance, you'll need to specify a `--fleet-url` and `--enroll-secret`. When those flags are not set, fleetd will log errors. When you install the generated Fleetd installer on a host, this host will automatically enroll in the specified Fleet instance. @@ -369,4 +369,4 @@ You can then look for `orbit` or `osquery` to narrow down results. - \ No newline at end of file +