Skip to content

Commit

Permalink
docs: remove FreeBSD (#7508)
Browse files Browse the repository at this point in the history
* remove FreeBSD from docs

* remove FreeBSD from index file
  • Loading branch information
sharvilshah committed Mar 28, 2022
1 parent d154868 commit 5c37b21
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 20 deletions.
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.

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

0 comments on commit 5c37b21

Please sign in to comment.