From 0ae1bf353077fd19c1a82049362ac497b64dba5e Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Wed, 24 Mar 2021 17:32:25 -0700 Subject: [PATCH] Fix default typo in host identifier docs (#534) --- docs/2-Deployment/2-Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2-Deployment/2-Configuration.md b/docs/2-Deployment/2-Configuration.md index 0cf6ecc0f..774f06475 100644 --- a/docs/2-Deployment/2-Configuration.md +++ b/docs/2-Deployment/2-Configuration.md @@ -548,7 +548,7 @@ The size of the node key which is negotiated with `osqueryd` clients. The identifier to use when determining uniqueness of hosts. -Options are `instance` (default), `uuid`, `hostname`, or `provided`. +Options are `provided` (default), `uuid`, `hostname`, or `instance`. This setting works in combination with the `--host_identifier` flag in osquery. In most deployments, using `instance` will be the best option. The flag defaults to `provided` -- preserving the existing behavior of Fleet's handling of host identifiers -- using the identifier provided by osquery. `instance`, `uuid`, and `hostname` correspond to the same meanings as for osquery's `--host_identifier` flag.