fleet/docs/1-Using-Fleet
Zach Wasserman 48c413a254
Split host additional into separate table (#875)
- 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.
2021-05-26 16:24:12 -07:00
..
configuration-files Convert standard query library to YAML format (#749) 2021-05-14 13:38:33 -04:00
standard-query-library remove duplicate from standard query library 2021-05-21 04:18:22 -05:00
1-Fleet-UI.md Using Fleet text update (#522) 2021-03-23 08:16:05 -05:00
2-fleetctl-CLI.md Add question about upgrading to FAQ (#821) 2021-05-20 13:00:46 -04:00
3-REST-API.md Split host additional into separate table (#875) 2021-05-26 16:24:12 -07:00
4-Osquery-logs.md Bring Orbit docs into Fleet docs and add FAQ section (#717) 2021-05-04 15:50:18 -04:00
5-Monitoring-Fleet.md Fix broken anchor links in documentation (#509) 2021-03-21 16:05:11 -07:00
6-Security-best-practices.md Bring Orbit docs into Fleet docs and add FAQ section (#717) 2021-05-04 15:50:18 -04:00
7-Updating-Fleet.md Bring Orbit docs into Fleet docs and add FAQ section (#717) 2021-05-04 15:50:18 -04:00
FAQ.md Add question about upgrading to FAQ (#821) 2021-05-20 13:00:46 -04:00
README.md Capitalize Fleet in "Using Fleet" folder name. (#150) 2020-12-24 14:45:43 -08:00

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