fleet/docs/Using-Fleet/Supported-host-operating-systems.md
Katheryn Satterlee 909c3b6ca6
Add Host OS compatibility chart (#4621)
* Add Host OS compatibility chart for issue 3359

* Refining compatibility for Linux

* Updated wording of Linux note and changed file name to match heading

* Change Windows  version to 10+

* Update Supported-host-operating-systems.md

Edits recorded by line:
5 replaced ":" with "."
17 replaced "in" with "for"
22 added "a" before "CPU"

* Update Supported-host-operating-systems.md

@Desmi-Dizney let me know if that helps at all!

Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>
2022-03-21 12:22:32 -05:00

29 lines
1.3 KiB
Markdown

# Supported host operating systems
The following operating system versions are supported by the osquery agent.
| OS | Supported Version(s) |
| :------ | :------------------------------------- |
| MacOS | 10.12+ |
| Windows | 10+ |
| Linux | CentOS 7.1+, Ubuntu 16.04+ |
## Some notes on compatibility
### Tables
Not all osquery tables are available for every OS. Please check out the [osquery schema](https://osquery.io/schema/5.2.2/) for detailed information.
If a table is not available for your host, Fleet will generally handle things behind the scenes for you.
### M1 Macs
The osquery installer generated for MacOS by `fleetctl package` does not include native support for M1 Macs. Some values returned may reflect the information returned by Rosetta rather than the system. For example, a CPU will show up as `i486`.
### Linux
The osquery installer will run on Linux distributions where `glibc` is >= 2.2 (there is ongoing work to make osquery work with `glibc` 2.12+).
If you aren't sure what version of `glibc` your distribution is using, [DistroWatch](https://distrowatch.com/) is a great resource.
<meta name="pageOrderInSection" value="1200">