From d08e55545aa2b84791f6ef0add26d4665668e366 Mon Sep 17 00:00:00 2001 From: Yonas Yanfa Date: Fri, 27 May 2016 17:01:54 -0400 Subject: [PATCH] Update index.md to mention support for FreeBSD. (#2118) --- docs/wiki/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/wiki/index.md b/docs/wiki/index.md index 22860190..df426f2d 100644 --- a/docs/wiki/index.md +++ b/docs/wiki/index.md @@ -1,13 +1,13 @@ -osquery is an operating system instrumentation framework for OS X and Linux. +osquery is an operating system instrumentation framework for OS X, Linux, and FreeBSD. 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 [OS X](installation/install-osx.md) and [Linux](installation/install-linux.md). +If you're interested in **installing osquery** check out the install guide for [OS X](installation/install-osx.md), [Linux](installation/install-linux.md), and [FreeBSD](installation/install-freebsd.md). -If you're interested in **deploying osquery** to provide your organization with deeper insight into your Linux and OS X 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, FreeBSD, and OS X hosts check out the [using osqueryd guide](introduction/using-osqueryd.md). If you're interested in **performing ad-hoc queries**, check out [using osqueryi](introduction/using-osqueryi.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 "[contributing code](development/contributing-code.md)".