Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove FreeBSD #7508

Merged
merged 2 commits into from Mar 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ src="https://github.com/osquery/osquery/raw/master/docs/img/logo-2x-dark.png" />
<p align="center">
osquery is a SQL powered operating system instrumentation, monitoring, and analytics framework.
<br>
Available for Linux, macOS, Windows, and FreeBSD.
Available for Linux, macOS, and Windows.
</p>

## Information and resources
Expand Down
3 changes: 1 addition & 2 deletions docs/wiki/deployment/configuration.md
Expand Up @@ -323,9 +323,8 @@ The basic scheduled query specification includes:
The `platform` key can be:

- `darwin` for macOS hosts
- `freebsd` for FreeBSD hosts
- `linux` for any RedHat or Debian-based hosts
- `posix` for `darwin`, `freebsd`, and `linux` hosts
- `posix` for `darwin` and `linux` hosts
- `windows` for any Windows desktop or server hosts
- `any` or `all` for all, alternatively no platform key selects all

Expand Down
1 change: 0 additions & 1 deletion docs/wiki/development/creating-tables.md
Expand Up @@ -55,7 +55,6 @@ You may be wondering how osquery handles cross-platform support while still allo
- General Linux: [specs/linux/](https://github.com/osquery/osquery/tree/master/specs/linux)
- Windows: [specs/windows/](https://github.com/osquery/osquery/tree/master/specs/windows)
- POSIX: [specs/posix/](https://github.com/osquery/osquery/tree/master/specs/posix)
- FreeBSD: [specs/freebsd/](https://github.com/osquery/osquery/tree/master/specs/freebsd)
- You get the picture ;)

> NOTICE: the CMake build provides custom defines for each platform and platform version.
Expand Down
6 changes: 3 additions & 3 deletions docs/wiki/index.md
@@ -1,14 +1,14 @@
osquery is an operating system instrumentation framework for Windows, OS X (macOS), Linux, and FreeBSD. The tools make low-level operating system analytics and monitoring both performant and intuitive.
osquery is an operating system instrumentation framework for Windows, OS X (macOS), and Linux. The tools make low-level operating system analytics and monitoring both performant and intuitive.
sharvilshah marked this conversation as resolved.
Show resolved Hide resolved

osquery exposes an operating system as a high-performance relational database. This allows you to write SQL queries to explore operating system data. With osquery, SQL tables represent abstract concepts such as running processes, loaded kernel modules, open network connections, browser plugins, hardware events or file hashes.

## Getting Started

If you're interested in **installing osquery** check out the install guide for [Windows](installation/install-windows.md), [macOS](installation/install-macos.md), [Linux](installation/install-linux.md), and [FreeBSD](installation/install-freebsd.md).
If you're interested in **installing osquery** check out the install guide for [Windows](installation/install-windows.md), [macOS](installation/install-macos.md), and [Linux](installation/install-linux.md).

If you're interested in **developing queries** and **exploring** tables, check out [using osqueryi](introduction/using-osqueryi.md).

If you're interested in **deploying osquery** to provide your organization with deeper insight into your Linux, FreeBSD, macOS, and Windows hosts check out the [using osqueryd guide](introduction/using-osqueryd.md).
If you're interested in **deploying osquery** to provide your organization with deeper insight into your Linux, macOS, and Windows hosts check out the [using osqueryd guide](introduction/using-osqueryd.md).

If you're interested in **extending one of the existing osquery tools** or improving core libraries, read the developer documentation pages. You should start with "[building the code](development/building.md)" and read the project's "[CONTRIBUTING.md](https://github.com/osquery/osquery/blob/master/CONTRIBUTING.md)".

Expand Down
12 changes: 0 additions & 12 deletions docs/wiki/installation/install-freebsd.md

This file was deleted.

1 change: 0 additions & 1 deletion mkdocs.yml
Expand Up @@ -21,7 +21,6 @@ nav:
- Install on MacOS: installation/install-macos.md
- Install on Linux: installation/install-linux.md
- Install on Windows: installation/install-windows.md
- Install on FreeBSD: installation/install-freebsd.md
- Command Line Flags: installation/cli-flags.md
- Deployment:
- Configuration: deployment/configuration.md
Expand Down