fleet/articles/fleet-3.11.0.md
Sam Pfluger 7e4964385c
DRIs (#17614)
...
2024-03-14 10:24:53 -05:00

3.1 KiB
Raw Blame History

Fleet 3.11.0 released with software inventory

Fleet 3.11.0 is now available and more powerful, with improved performance, support for software inventory, and enhancements to running common queries.

Lets jump into the highlights:

  • Improved performance
  • Software inventory
  • Running common queries

For the complete summary of changes and release binaries check out the release notes on GitHub.

Improved performance

Fleet is utilized by organizations with up to hundreds of thousands of endpoints. As a result, were constantly looking for areas to improve performance. Changes introduced in Fleet 3.11.0 reduce the MySQL CPU usage by ~ 33%.

These performance improvements are the result of batching the updates of the last time a host has connected to the server. For more details on these changes, check out the pull request from our Cofounder, Zach Wasserman.

Software inventory

Keeping tabs on what software is installed on your hosts can be the first step in managing vulnerable software. Weve exposed a list of installed software on each hosts respective Host details page.

Software inventory

This feature is flagged off by default for now. Enable software inventory for your Fleet by setting the environment variable FLEET_BETA_SOFTWARE_INVENTORY=1. For additional information on feature flags in Fleet, see the Feature flag section of the documentation.

To see the osquery queries that power software inventory, check out Fleets Standard query library. The “Get installed macOS software,” “Get installed Linux software,” “Get installed Windows software,” and “Get installed FreeBSD software” queries are utilized depending on a hosts operating system.

Running common queries

When investigating a specific host, its important to be able to quickly gather the data you want. To support this, running common queries against a specific host just got more convenient. Fleet 3.11.0 introduces the ability to select a saved query direct from a hosts respective Host details page.

Running common queries

Select the “Query” button to filter through a complete list of your saved queries.


Ready to update?

Visit our update guide in the Fleet docs for instructions on updating to Fleet 3.11.0.