From 9606196feba2091e3faa25e36d457f8243bdd11e Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Thu, 3 Dec 2020 08:41:38 -0800 Subject: [PATCH] Minor improvements in the FAQ (#93) --- docs/infrastructure/faq.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/infrastructure/faq.md b/docs/infrastructure/faq.md index 36c41f7d85..5f771cbc5f 100644 --- a/docs/infrastructure/faq.md +++ b/docs/infrastructure/faq.md @@ -12,6 +12,8 @@ Yes. Fleet scales horizontally out of the box as long as all of the Fleet server Note that osquery logs will be distributed across the Fleet servers. +Read the [performance docs](./performance.md) for more. + ## Where are my query results? ### Live Queries @@ -94,7 +96,7 @@ One way to hack around this is to use a simulated mailserver like [Mailhog](http ## Is Fleet available as a SaaS product? -No. Currently, Fleet is only available as open-source software. +No. Currently, Fleet is only available for self-hosting on premises or in the cloud. ## Has anyone stress tested Fleet?