fleet/docs/Using Fleet
Victor Lyuboslavsky 31224ccd34
Added VPP support for iOS/iPadOS (#20837)
#19447 
iOS and iPadOS apps can be installed using Apple's VPP (Volume Purchase
Program)

VPP apps are now using a composite primary key (Adam ID and platform)
because we want to keep iOS/iPadOS/macOS separate. It is possible for
one app to be installable on all Apple platforms.

# Checklist for submitter

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files)
for more information.
- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] Added/updated tests
- [x] If database migrations are included, checked table schema to
confirm autoupdate
- For database migrations:
- [x] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [x] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [x] Ensured the correct collation is explicitly set for character
columns (`COLLATE utf8mb4_unicode_ci`).
- [x] Manual QA for all new/changed functionality
2024-07-30 22:43:51 +02:00
..
Audit-logs.md Added VPP support for iOS/iPadOS (#20837) 2024-07-30 22:43:51 +02:00
Automations.md Docs: GitOps reference (#19740) 2024-07-02 11:11:43 -04:00
CIS-Benchmarks.md Cut content from CIS Benchmarks (#17887) 2024-04-01 11:34:39 -04:00
downgrading-fleet.md Docs: Add downgrading Fleet page (#15788) 2024-01-08 17:01:47 -06:00
enroll-chromebooks.md Enroll hosts docs improvements (#14862) 2023-11-20 19:39:41 +01:00
enroll-hosts.md Fixes to fleetctl debug connection and TLS certs documentation (#20166) 2024-07-09 14:04:23 -03:00
Fleet-desktop.md A few capitalization fixes in the docs (#18416) 2024-04-18 16:45:55 -05:00
Fleet-UI.md Update Fleet-UI.md (#19135) 2024-05-23 15:45:27 -05:00
fleetctl-CLI.md Update instructions for getting API-only user's API token (#20217) 2024-07-03 17:35:31 -05:00
GitOps.md GitOps docs: Configuration profiles - target hosts by excluding any label (#20779) 2024-07-30 09:13:02 -04:00
Learn-how-to-use-Fleet.md Use "Fleet's agent (fleetd)" naming in the docs (#18138) 2024-04-29 11:12:03 -05:00
Log-destinations.md Docs: how the product sets the name attribute of the scheduled query (#14307) 2023-11-02 14:57:42 -05:00
manage-access.md Permissions changes for #19055 (#20624) 2024-07-22 11:41:16 -05:00
MDM-commands.md Device management > Setup and Commands docs: iOS/iPadOS (#19590) 2024-06-12 18:30:46 -04:00
MDM-custom-OS-settings.md Guide and API reference: Show iOS & iPadOS as supported platforms in the UI (#20746) 2024-07-26 16:04:35 -04:00
MDM-disk-encryption.md Fix broken links in documentation (#16708) 2024-02-09 15:00:04 -06:00
MDM-macOS-setup-experience.md Docs: GitOps reference (#19740) 2024-07-02 11:11:43 -04:00
MDM-migration-guide.md Update Windows MDM setup article and MDM setup docs (#18981) 2024-05-15 15:34:58 -04:00
MDM-OS-updates.md Docs change: Use new Software Update (DDM) for macOS Sonoma (14) and higher (#17487) 2024-04-25 13:19:03 -05:00
MDM-setup.md iPhones and iPads can automatically enroll (#20124) 2024-07-01 16:04:42 -04:00
Osquery-process.md Reorganize Fleet documentation (#12871) 2023-07-27 17:40:01 -05:00
Puppet-module.md Update docs: Maintenance windows (Fleet in your calendar) (#19232) 2024-05-23 17:07:53 -04:00
README.md Reorganize Fleet documentation (#12871) 2023-07-27 17:40:01 -05:00
Scripts.md Update scripts docs (#19419) 2024-06-04 08:17:00 +02:00
segment-hosts.md Update commented out line on segment-hosts docs page (#20361) 2024-07-10 16:43:06 -05:00
Supported-browsers.md Update supported browsers (#18960) 2024-05-13 17:10:21 -05:00
Supported-host-operating-systems.md Update Supported host operating systems (#19217) 2024-05-22 17:56:28 -04:00
Understanding-host-vitals.md Update docs: Webhooks for global activity (#19863) 2024-06-26 16:48:58 -04:00
update-agents.md Use "Fleet's agent (fleetd)" naming in the docs (#18138) 2024-04-29 11:12:03 -05:00
Usage-statistics.md Usage stats reference docs: Add items (#20666) 2024-07-24 14:07:46 -04:00
Vulnerability-Processing.md Ubuntu Kernel Vuln Docs (#20125) 2024-07-11 10:40:44 -05: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

Enroll hosts

Provides resources for enrolling your hosts to Fleet

Log destinations

Includes documentation on the log destinations for sending with osquery logs

Osquery processes

Includes documentation about osquery children processes and under which conditions they are terminated