fleet/docs
Kitzy b96c80c1ce
Docs: Fix invalid SQL join in VS Code extensions query (#32495)
The existing query used a CROSS JOIN with USING(uid), which is not valid
SQL in Fleet/osquery/SQLite and prevented the query from being saved.

This change replaces the CROSS JOIN with a standard JOIN ... ON ...
clause. The explicit ON form was chosen for clarity:

- Makes the join condition (u.uid = vs.uid) explicit to readers
- Avoids the subtle column-merging behavior of USING

This preserves the intended behavior (joining users with their installed
VS Code extensions) while ensuring the query runs correctly in Fleet.
2025-09-02 14:16:04 -05:00
..
01-Using-Fleet Update starter scripts for all Fleet instances (#31711) 2025-08-07 19:13:32 -05:00
Configuration #30879 YAML changes (#31542) 2025-08-29 14:54:27 -05:00
Contributing fix: standardize team_id handling in policy activities (#32151) 2025-08-27 08:43:36 -05:00
Deploy Update MySQL versions we test with to 8.4.6 and 9.4.0 (#31694) 2025-08-08 07:19:06 +02:00
files Handbook: Adding 2024 pen test document to security audit page (#21393) 2024-08-21 11:15:37 -04:00
Get started Supported operating systems: Amazon Linux (#32045) 2025-08-27 13:05:26 -05:00
images Update single-sign-on-sso.md (#27784) 2025-04-04 18:04:18 -05:00
REST API Document binary hash visibility in host software API endpoint (#32243) 2025-08-26 18:00:03 -05:00
Using Fleet Docs quick reference optimization (#21331) 2024-08-16 15:30:31 -05:00
queries.yml Docs: Fix invalid SQL join in VS Code extensions query (#32495) 2025-09-02 14:16:04 -05:00
README.md Updated broken links for Using Fleet and Deploying (#20655) 2024-07-25 10:04:18 -04:00

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.