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

60 lines
3.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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](https://github.com/fleetdm/fleet/releases) 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](../website/assets/images/articles/fleet-3.7.1-1-700x470@2x.png)
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](../website/assets/images/articles/fleet-3.7.1-2-700x470@2x.png)
_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](https://github.com/fleetdm/fleet/pull/250) 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](https://helm.sh/).
## 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](https://github.com/fleetdm/fleet/issues/195#issuecomment-767200461) to understand the limitations.
---
## Ready to update?
Visit our [update guide](https://fleetdm.com/docs/using-fleet/updating-fleet) in the Fleet docs for instructions on updating to Fleet 3.7.1.
<meta name="category" value="releases">
<meta name="authorFullName" value="Noah Talerman">
<meta name="authorGitHubUsername" value="noahtalerman">
<meta name="publishedOn" value="2021-02-04">
<meta name="articleTitle" value="Fleet 3.7.1">
<meta name="articleImageUrl" value="../website/assets/images/articles/fleet-3.7.1-cover-1600x900@2x.jpg">