mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
## For #25034 ### API changes: [this PR diff](https://github.com/fleetdm/fleet/pull/25013/files) ("available_teams" change is adding missing documentation for current API behavior) ### schema changes: - new col in `users` table, `settings`, type `json`. Defaults to `{}`. New setting, `hidden_host_columns`, added or updated on first relevant API call per user. ### semantics - **null** `"hidden_host_columns"` field means "not yet set, use defaults": `{"settings":{"hidden_host_columns": null}}` - **included and empty** `"hidden_host_columns"` field means "no columns hidden, show all columns in the UI": `{"settings":{"hidden_host_columns": []}}` ### Updates 1/7/25 per discussion with @rachaelshaw @lucasmrod @sgress454: - Optional query param `include_ui_settings=true` included with `GET`s to `/me` or `/users/:id` will trigger considering the API call to be a contributor API call, giving more flexibility for future changes. Note that this is the first time we have one endpoint that can be conditionally considered a contributor endpoint depending on how it is called. --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com> |
||
|---|---|---|
| .. | ||
| 01-Using-Fleet/standard-query-library | ||
| Configuration | ||
| Contributing | ||
| Deploy | ||
| files | ||
| Get started | ||
| images | ||
| REST API | ||
| Using Fleet | ||
| queries.yml | ||
| README.md | ||
Fleet documentation
Welcome to the documentation for Fleet, the lightweight management platform for laptops and servers.
You can also read the Fleet docs over at https://fleetdm.com/docs.
Using Fleet
Resources for using the Fleet UI, fleetctl CLI, and Fleet REST API.
Deploying
Resources for installing Fleet's infrastructure dependencies, configuring Fleet, deploying osquery to hosts, and viewing example deployment scenarios.
Contributing
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.