From a5bf3d8099c06a43e3c9e1c7ee5d132ce1f0c14c Mon Sep 17 00:00:00 2001 From: aggiechris Date: Wed, 23 Jun 2021 16:41:27 -0500 Subject: [PATCH] Add hint for flag file on Windows (#1178) --- docs/1-Using-Fleet/4-Adding-hosts.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/1-Using-Fleet/4-Adding-hosts.md b/docs/1-Using-Fleet/4-Adding-hosts.md index 20a8d9bcca..32ff7dcbdb 100644 --- a/docs/1-Using-Fleet/4-Adding-hosts.md +++ b/docs/1-Using-Fleet/4-Adding-hosts.md @@ -12,7 +12,7 @@ - [Multiple enroll secrets](#multiple-enroll-secrets) Fleet is powered by the open source osquery tool. To connect a host to Fleet, you have three general options: -- You can use [Orbit for osquery](https://github.com/fleet/orbit) +- You can use [Orbit for osquery](https://github.com/fleetdm/orbit) - You can install the osquery binaries on your hosts via the packages distributed at https://osquery.io/downloads - You can use the [Kolide Osquery Launcher](https://github.com/kolide/launcher). @@ -89,6 +89,15 @@ For your convenience, osqueryd supports putting all of your flags into a single osqueryd --flagfile=/etc/osquery/fleet.flags ``` +#### Flag file on Windows + +Ensure that paths to files in the flag file are absolute, and not quoted. For example in `C:\Program Files\osquery\osquery.flags`: + +``` +--tls_server_certs=C:\Program Files\osquery\fleet.pem +--enroll_secret_path=C:\Program Files\osquery\secret.txt +``` + ## Kolide osquery Launcher Kolide provides compiled releases of their launcher for all supported platforms.