Skip to content

Commit

Permalink
Add link to release blog post in Software inventory documentation (#878)
Browse files Browse the repository at this point in the history
- Add link to "Fleet 3.11.0 released with software inventory" to location in docs where software inventory is described.
- Change "host details" to "host vitals"
  • Loading branch information
noahtalerman authored May 27, 2021
1 parent dcbcc54 commit 6a72240
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/3-Deployment/2-Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,8 @@ Feature flags on the server are controlled by environment variables prefixed wit

Enable by setting the environment variable `FLEET_BETA_SOFTWARE_INVENTORY=1`.

When enabled, Fleet will store a "software inventory" for hosts, updated along with the other host details. Note that it will take some time for the data to be available after setting this flag (it will be updated when the host details are next updated, configurable by [--osquery_detail_update_interval](#osquery_detail_update_interval)).
When enabled, Fleet will store a "software inventory" for hosts, updated along with the other host vitals. Note that it will take some time for the data to be available after setting this flag (it will be updated when the host details are next updated, configurable by [--osquery_detail_update_interval](#osquery_detail_update_interval)).

This is currently feature flagged because we would like to evaluate the performance characteristics on larger deployments.

To read more about the software inventory feature, [check out the Fleet 3.11.0 release blog post](https://medium.com/fleetdm/fleet-3-11-0-released-with-software-inventory-25d5a1efe19c).

0 comments on commit 6a72240

Please sign in to comment.