mirror of
https://github.com/fleetdm/fleet
synced 2026-05-20 15:38:39 +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. |
||
|---|---|---|
| .. | ||
| 1-Using-Fleet | ||
| 2-Orbit-osquery | ||
| 3-Deployment | ||
| 4-Contribution | ||
| images | ||
| README.md | ||
Fleet Documentation
Welcome to the documentation for the Fleet osquery fleet manager.
Using Fleet
Resources for using the Fleet UI, fleetctl CLI, and Fleet REST API.
Orbit osquery
Resources for using Orbit for osquery: the recommended agent for Fleet.
Deployment
Resources for installing Fleet's infrastructure dependencies, configuring Fleet, deploying osquery to hosts, and viewing example deployment scenarios.
Contribution
If you're interested in interacting with the Fleet source code, you'll find information on modifying and building the code here.
If you have any questions, please don't hesitate to File a GitHub issue or join us on Slack. You can find us in the #fleet channel.