2015-03-09 00:00:14 +00:00
|
|
|
site_name: osquery
|
|
|
|
theme: readthedocs
|
|
|
|
|
|
|
|
docs_dir: docs/wiki
|
|
|
|
site_dir: build/wiki
|
|
|
|
pages:
|
2015-06-25 07:35:40 +00:00
|
|
|
- Introduction:
|
|
|
|
- Welcome to osquery: index.md
|
|
|
|
- Features Overview: introduction/overview.md
|
|
|
|
- osqueryi (shell): introduction/using-osqueryi.md
|
|
|
|
- osqueryd (daemon): introduction/using-osqueryd.md
|
2016-06-15 02:30:28 +00:00
|
|
|
- SQL Intro: introduction/sql.md
|
2015-06-25 07:35:40 +00:00
|
|
|
- Installation:
|
|
|
|
- Install on OS X: installation/install-osx.md
|
|
|
|
- Install on Linux: installation/install-linux.md
|
2015-07-02 06:45:03 +00:00
|
|
|
- Install on FreeBSD: installation/install-freebsd.md
|
2015-06-25 07:35:40 +00:00
|
|
|
- Command Line Flags: installation/cli-flags.md
|
|
|
|
- 'Optional: Custom Packages': installation/custom-packages.md
|
|
|
|
- Deployment:
|
|
|
|
- Configuration: deployment/configuration.md
|
|
|
|
- Logging: deployment/logging.md
|
|
|
|
- Aggregating Logs: deployment/log-aggregation.md
|
2016-04-25 23:20:01 +00:00
|
|
|
- AWS Logging: deployment/aws-logging.md
|
2015-06-25 07:35:40 +00:00
|
|
|
- Performance Safety: deployment/performance-safety.md
|
|
|
|
- Anomaly Detection: deployment/anomaly-detection.md
|
2016-06-15 02:30:28 +00:00
|
|
|
- Using Extensions: deployment/extensions.md
|
2015-06-25 07:35:40 +00:00
|
|
|
- File Integrity Monitoring: deployment/file-integrity-monitoring.md
|
|
|
|
- YARA Scanning: deployment/yara.md
|
2016-06-15 02:30:28 +00:00
|
|
|
- Process Auditing: deployment/process-auditing.md
|
|
|
|
- Remote Settings: deployment/remote.md
|
2016-04-05 18:01:10 +00:00
|
|
|
- Syslog: deployment/syslog.md
|
2016-01-20 01:45:17 +00:00
|
|
|
- Debugging: deployment/debugging.md
|
2015-06-25 07:35:40 +00:00
|
|
|
- Development:
|
|
|
|
- Building osquery: development/building.md
|
|
|
|
- Contributing Code: development/contributing-code.md
|
|
|
|
- Creating New Tables: development/creating-tables.md
|
|
|
|
- Configuration Plugins: development/config-plugins.md
|
|
|
|
- Logging Plugins: development/logger-plugins.md
|
|
|
|
- SDK and Extensions: development/osquery-sdk.md
|
|
|
|
- Eventing Framework: development/pubsub-framework.md
|
|
|
|
- Writing Tests: development/unit-tests.md
|
|
|
|
- Adding CLI Arguments: development/options-arguments.md
|
|
|
|
- Reading/Writing Files: development/reading-files.md
|
2015-08-10 22:51:53 +00:00
|
|
|
- Kernel: development/kernel.md
|
2016-04-19 16:38:18 +00:00
|
|
|
- Windows Provisioning: development/windows-provisioning.md
|