fleet/articles/fleet-3.7.1.md
Mike Thomas bf11f2df66
Articles housekeeping (#6389)
* Articles housekeeping

Style tweaks:

- reduced categories-and-search margin-top
- changed color of category on cards
- removed time stamps from cards

Image updates:
- created missing images, and replaced existing with a cleaner, more vibrant style to the following categories.
    - security
    - guides
    - engineering
    - podcasts
- Normalized release thumbnails. The current graphics are over-designed, inconsistent, and too busy/hard to process.

* lint fix

* remove ")" from image caption

* remove old article images

* update cover image filenames for consistency

* add deleted image, update filenames to match naming conventions

* fix typo in filename

Co-authored-by: Eric <eashaw@sailsjs.com>
2022-06-28 16:18:41 -05:00

3.0 KiB
Raw Blame History

Fleet 3.7.1

Were psyched to announce the release of Fleet 3.7.1 which includes a new Host details page, the surfacing of live query errors, a Helm chart, support for the denylist parameter, and more!

Lets dig into the highlights:

  • Host details page
  • Reveal live query errors
  • A Helm chart
  • Support for the denylist parameter

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

Host details page

Want to quickly link a collaborator to a specific machine in Fleet? The brand new Host details page allows you to do exactly this.

Host details page

From the main Hosts page, click on the desired hosts hostname from the list of hosts to see the rich view of an individual hosts attributes.

The Host details page includes pertinent information about a specific host including hardware and software details, osquery configuration, and more.

Check out the Labels and Packs sections. Here, the new page displays and allows navigation to the query packs and labels associated with the respective host.

Reveal live query errors

Osquery 4.4.0 introduced detailed error messages to live queries. We now reveal these errors in the Fleet UI and fleetctl CLI tool to better equip you during their efforts to debug hosts that fail.

Reveal live query errors The Errors table in the Fleet UI

When a host fails during a live query, a Fleet user is now presented with an Errors table which displays the hostname, osquery_version, and error.

In the Fleet UI, note that hosts with an osquery_version below 4.4.0 will return an error that alerts you to upgrade osquery on the respective host in order to see a more detailed message.

A Helm chart

Kubernetes users rejoice! James Alseths awesome contribution adds a Helm chart to Fleet. This significantly eases the deployment of Fleet to Kubernetes.

Thank you James Alseth from Yubico!

For more information on Helm check out the Helm home page.

Support for denylist parameter

Fleet endeavors to support all osquery functionality. To that end, support for the scheduled query denylist parameter was added. Before using this new functionality, please take a look at our discussion to understand the limitations.


Ready to update?

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