mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update fleet-4.27.0.md (#9832)
Added a note concerning the changes to osquery packs # Checklist for submitter If some of the following don't apply, delete the relevant line. - [ ] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or docs/Contributing/API-for-contributors.md) - [ ] Documented any permissions changes - [ ] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for new osquery data ingestion features. - [ ] Added/updated tests - [ ] Manual QA for all new/changed functionality - For Orbit and Fleet Desktop changes: - [ ] Manual QA must be performed in the three main OSs, macOS, Windows and Linux. - [ ] Auto-update manual QA, from released version of component to new version (see [tools/tuf/test](../tools/tuf/test/README.md)).
This commit is contained in:
parent
4a1f3988f0
commit
1187050605
1 changed files with 7 additions and 1 deletions
|
|
@ -39,6 +39,12 @@ _Selecting explicit host IDs will always run the query on those hosts (no matter
|
|||
|
||||
For more information on how to run queries, check out the [documentation here.](https://fleetdm.com/docs/using-fleet/fleet-ui#run-a-query)
|
||||
|
||||
## A note about osquery packs
|
||||
|
||||
Packs are a function of osquery that provide a portable format to import /export queries in and out of platforms like Fleet. These osquery packs still exist, but have been removed from the Fleet UI. Access via API is still available for backwards compatibility.
|
||||
|
||||
Within Fleet we've introduced the concept of teams in Fleet premium to target specific groups of hosts, but you can also still use scheduled queries in Fleet free (works like packs) to target all your hosts.
|
||||
|
||||
## More new features, improvements, and bug fixes
|
||||
|
||||
List of MDM features
|
||||
|
|
@ -75,6 +81,6 @@ Visit our [upgrade guide](https://fleetdm.com/docs/deploying/upgrading-fleet) in
|
|||
<meta name="category" value="releases">
|
||||
<meta name="authorFullName" value="Noah Talerman">
|
||||
<meta name="authorGitHubUsername" value="noahtalerman">
|
||||
<meta name="publishedOn" value="2023-02-06">
|
||||
<meta name="publishedOn" value="2023-02-14">
|
||||
<meta name="articleTitle" value="Fleet 4.27.0 | Improved access management and improved search filters">
|
||||
<meta name="articleImageUrl" value="../website/assets/images/articles/fleet-4.27.0-1600x900@2x.png">
|
||||
|
|
|
|||
Loading…
Reference in a new issue