From 62d758762a9f954e89e4aa0bd31383cd2ef3faaa Mon Sep 17 00:00:00 2001 From: Katheryn Satterlee Date: Fri, 3 Nov 2023 13:26:03 -0500 Subject: [PATCH] Fix broken link to configuration documentation (#14292) --- docs/Get started/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Get started/FAQ.md b/docs/Get started/FAQ.md index d664b245fd..5e9bbfc7e0 100644 --- a/docs/Get started/FAQ.md +++ b/docs/Get started/FAQ.md @@ -223,7 +223,7 @@ For example, let's say you want to retrieve a host's OS version, installed softw Each host’s OS version is available using the `api/v1/fleet/hosts` API endpoint. [Check out the API documentation for this endpoint](https://fleetdm.com/docs/using-fleet/rest-api#list-hosts). -It’s possible in Fleet to retrieve each host’s kernel version, using the Fleet API, through `additional_queries`. The Fleet configuration options YAML file includes an `additional_queries` property that allows you to append custom query results to the host details returned by the `api/v1/fleet/hosts` endpoint. [Check out an example configuration file with the additional_queries field](https://fleetdm.com/docs/using-fleet/fleetctl-cli#fleet-configuration-options). +It’s possible in Fleet to retrieve each host’s kernel version, using the Fleet API, through `additional_queries`. The Fleet configuration options YAML file includes an `additional_queries` property that allows you to append custom query results to the host details returned by the `api/v1/fleet/hosts` endpoint. For more information on setting up `additional_queries`, see the [configuration documentation](https://fleetdm.com/docs/configuration/configuration-files#features-additional-queries). ### How does Fleet set the `name` attribute in query automations?