* 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>
3.0 KiB
Fleet 3.12.0
Fleet 3.12 is now available! 3.12 offers enhanced host vitals to see which queries are run on which devices, the ability to “refetch” host vitals to get authoritative answers about your devices on-demand, and several awesome contributions from the Fleet community.
For the complete summary of changes and release binaries check out the release notes on GitHub.
Which queries apply to a host
Knowing which queries within a pack apply to a host is an important part of managing osquery on your endpoints. Queries collect the information that powers alerting, performance dashboards, and historical data for Incident Response scenarios, so it’s critical to know when they’re successfully configured to run against your devices.
In this version of Fleet, you can see which queries are scheduled to run against your hosts. In addition, the Fleet UI reveals the frequency with which the query is scheduled to run and the last time each query was run on the device.
“Refetch” host vitals
When viewing host vitals in Fleet, it’s important to be confident that you’re looking at the latest information.
In this release, we are excited to add the ability to “Refetch” host vitals. Selecting the “Refetch” button on the Host details page will request fresh data from the specific host.
Community contributions
In this release of Fleet, we’re excited to include several contributions from the community.
Thank you, Michael Samuel, for adding the ability to copy log fields into Google Cloud Pub/Sub attributes. This allows users to use these values for Pub/Sub’s subscriptions filters.
Thanks to Josh Brower for adding the ability to duplicate live query results in Redis. When redis_duplicate_results
is set to true
, all live query results are copied to an additional Redis Pub/Sub channel.
Thank you, Joseph Macaulay for adding the ability to control server-side HTTP keepalive property. Turning off keepalives has helped reduce outstanding TCP connections in some deployments.
Ready to update?
Visit our update guide for instructions on how to update.