mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
- Move host `additional` into a separate table. - Join when that data is needed. - API change: `/api/v1/fleet/hosts` now returns only the requested `additional` columns, unless `*` is provided as the sole argument. Background: A customer reported that MySQL binlogs grew huge and replication lag went way up when data was stored in the `additional` column. In this deployment MySQL was running with ROW replication. This would cause the entire `additional` data to be copied on each update of the host checkin time. While switching to STATEMENT or MIXED replication would likely mitigate the issue, this was not an option in their environment. |
||
|---|---|---|
| .. | ||
| configuration-files | ||
| standard-query-library | ||
| 1-Fleet-UI.md | ||
| 2-fleetctl-CLI.md | ||
| 3-REST-API.md | ||
| 4-Osquery-logs.md | ||
| 5-Monitoring-Fleet.md | ||
| 6-Security-best-practices.md | ||
| 7-Updating-Fleet.md | ||
| FAQ.md | ||
| README.md | ||
Using Fleet
Fleet UI
Provides documentation about running and scheduling queries from within the Fleet UI
fleetctl CLI
Includes resources for setting up and configuring Fleet via the fleetctl CLI
REST API
Provides resources for working with Fleet's API and includes example code for endpoints
Osquery logs
Includes documentation on the plugin options for working with osquery logs
Monitoring Fleet
Provides documentation for load balancer health checks and working with Fleet server metrics and performance
Security best practices
Includes resources for ways to mitigate against the OWASP top 10 issues
Updating Fleet
Includes a guide for how to update and run new versions of Fleet
FAQ
Includes commonly asked questions and answers about using Fleet from the Fleet community