From b50cbef42c7aeab8a0af59ffca55f18af27e18f8 Mon Sep 17 00:00:00 2001 From: Dave Herder <27025660+dherder@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:47:57 -0700 Subject: [PATCH] Update FAQ.md - remove Software Inventory instructions (#14153) --- docs/Get started/FAQ.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/Get started/FAQ.md b/docs/Get started/FAQ.md index 9efb447a72..68be6059e9 100644 --- a/docs/Get started/FAQ.md +++ b/docs/Get started/FAQ.md @@ -120,10 +120,6 @@ 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). -The ability to view each host’s installed software was released behind a feature flag in Fleet 3.11.0 and called Software inventory. [Check out the feature flag documentation for instructions on turning on Software inventory in Fleet](https://fleetdm.com/docs/deploying/configuration#feature-flags). - -Once the Software inventory feature is turned on, a list of a specific host’s installed software is available using the `api/v1/fleet/hosts/{id}` endpoint. [Check out the documentation for this endpoint](https://fleetdm.com/docs/using-fleet/rest-api#get-host). - 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). ### Why is my host not updating a policy's response?