2021-04-01 00:24:42 +00:00
<div id="pricing">
2021-05-07 18:54:29 +00:00
<div class="pb-5">
2021-04-02 20:12:28 +00:00
<div
style="max-width: 1260px"
2021-10-22 04:46:44 +00:00
class="container-fluid pt-5 px-2 px-sm-4 mx-auto"
2021-04-02 20:12:28 +00:00
>
2021-10-22 04:46:44 +00:00
<section id="pricing-section" class="container-fluid px-1 d-flex flex-column justify-content-center pt-5 mx-auto">
2021-04-06 15:23:13 +00:00
<h1 class="text-center">Choose your plan</h1>
<p class="text-center mb-5">
2021-05-14 08:25:40 +00:00
Choose the right plan for where your organization is at today.
2021-04-02 20:12:28 +00:00
</p>
2021-08-30 07:31:53 +00:00
<div class="d-flex justify-content-center p-0">
<div class="container-fluid d-flex flex-wrap justify-content-center p-0">
2021-10-22 04:46:44 +00:00
<div style="max-width: 384px;" class="w-100 mx-md-3 mx-0">
2021-04-02 20:12:28 +00:00
<div style="border-radius: 15px" class="card mb-4">
<div class="card-body">
<div style="min-height: 125px" class="text-center mt-4">
2021-04-28 07:31:43 +00:00
<p class="font-weight-bold mb-0">
2021-09-02 09:51:58 +00:00
Free
2021-04-02 20:12:28 +00:00
</p>
2021-09-02 09:51:58 +00:00
<h2 style="color: #6b6cfa">$0</h2>
2021-05-07 18:54:29 +00:00
<p style="padding-bottom: 28px" class="mb-0">/host/month</p>
2021-04-02 20:12:28 +00:00
</div>
<a
style="max-width: 242px"
2021-04-06 15:23:13 +00:00
class="btn btn-block btn-lg btn-info my-3 mx-auto"
2021-08-24 21:28:11 +00:00
href="/get-started"
>Get started</a
2021-04-02 20:12:28 +00:00
>
<div
style="max-width: 242px; min-height: 150px"
class="mx-auto mb-4"
>
<p
style="padding-left: 32px"
2021-04-06 15:23:13 +00:00
class="position-relative my-3"
2021-04-02 20:12:28 +00:00
>
<img
alt="a circle with a checkmark"
src="/images/check-circle-16x16@2x.png"
style="width: 16px; height: 16px; left: 0; top: 4px"
class="position-absolute"
/>
Open source
</p>
<p
style="padding-left: 32px"
2021-04-06 15:23:13 +00:00
class="position-relative my-3"
2021-04-02 20:12:28 +00:00
>
<img
alt="a circle with a checkmark"
src="/images/check-circle-16x16@2x.png"
style="width: 16px; height: 16px; left: 0; top: 4px"
class="position-absolute"
/>
Community supported
</p>
<p
style="padding-left: 32px"
2021-04-06 15:23:13 +00:00
class="position-relative my-3"
2021-04-02 20:12:28 +00:00
>
<img
alt="a circle with a checkmark"
src="/images/check-circle-16x16@2x.png"
style="width: 16px; height: 16px; left: 0; top: 4px"
class="position-absolute"
/>
Bring your own production environment
</p>
</div>
</div>
</div>
</div>
2021-10-22 04:46:44 +00:00
<div style="max-width: 384px;" class="w-100 mx-0 mx-md-3">
2021-04-02 20:12:28 +00:00
<div style="border-radius: 15px" class="card mb-4">
<div class="card-body">
<div style="min-height: 125px" class="text-center mt-4">
2021-04-28 07:31:43 +00:00
<p class="font-weight-bold mb-0">
2021-09-02 09:51:58 +00:00
Premium
2021-04-02 20:12:28 +00:00
</p>
2021-12-25 20:39:28 +00:00
<h2 style="color: #6b6cfa">$1</h2>
2021-04-02 20:12:28 +00:00
<p class="mb-0">/host/month</p>
<p style="color: #8f8ea1; font-size: 13px" class="mb-0">
2021-12-25 20:39:28 +00:00
(USD, billed annually at $12)
2021-04-02 20:12:28 +00:00
</p>
</div>
Add customer portal and license dispenser to fleetdm.com (#3546)
* Add images for customer portal, dashboard, and email templates
* updated email layout and reset password template, new email template
* update ajax-button component to have an optional spinner
* updated cloud-error & stripe-card-element component styles
* updates to user model, add quote and subscription
* Login, signup, forgot password, update profile
* link to customer portal from pricing
* new-license page, bootstrap updates
* create quote action, dashboard page, update routes
* Add new page styles to importer, update component styles
* updates to js-timestamp
* update modal styles and layout
* using @submitted on ajax form, controller updates
* Update create-quote.js
* updates to quote model, action updates, truncate license key on dashboard
* update email layout, subscribe action, user model
* Update importer.less
* style updates, order confirmation
* use correct font
* style updates
* create license key
* new-license page changes
* signup page changes
* add billing format to js-timestamp component, dashboard updates, change password
* swap get started link for customers
* order -> subscription
* Update login.ejs
* Lint fixes, page updates, mobile styles
* remove edit-profile route, update layout, bootstrap, forms
* change customer-layout name to match other layout names, update copyright year in layouts
* changes requested from code review and #3570
* submit button width, contact font-size
* Update dashboard.less
* Update bootstrap-overrides.less
* slack logo update, login text
2022-01-05 02:02:42 +00:00
<a
2021-04-02 20:12:28 +00:00
style="max-width: 242px"
2021-04-06 15:23:13 +00:00
class="btn btn-block btn-lg btn-info my-3 mx-auto"
Add customer portal and license dispenser to fleetdm.com (#3546)
* Add images for customer portal, dashboard, and email templates
* updated email layout and reset password template, new email template
* update ajax-button component to have an optional spinner
* updated cloud-error & stripe-card-element component styles
* updates to user model, add quote and subscription
* Login, signup, forgot password, update profile
* link to customer portal from pricing
* new-license page, bootstrap updates
* create quote action, dashboard page, update routes
* Add new page styles to importer, update component styles
* updates to js-timestamp
* update modal styles and layout
* using @submitted on ajax form, controller updates
* Update create-quote.js
* updates to quote model, action updates, truncate license key on dashboard
* update email layout, subscribe action, user model
* Update importer.less
* style updates, order confirmation
* use correct font
* style updates
* create license key
* new-license page changes
* signup page changes
* add billing format to js-timestamp component, dashboard updates, change password
* swap get started link for customers
* order -> subscription
* Update login.ejs
* Lint fixes, page updates, mobile styles
* remove edit-profile route, update layout, bootstrap, forms
* change customer-layout name to match other layout names, update copyright year in layouts
* changes requested from code review and #3570
* submit button width, contact font-size
* Update dashboard.less
* Update bootstrap-overrides.less
* slack logo update, login text
2022-01-05 02:02:42 +00:00
href="/customers/register"
2021-04-02 20:12:28 +00:00
>
Add customer portal and license dispenser to fleetdm.com (#3546)
* Add images for customer portal, dashboard, and email templates
* updated email layout and reset password template, new email template
* update ajax-button component to have an optional spinner
* updated cloud-error & stripe-card-element component styles
* updates to user model, add quote and subscription
* Login, signup, forgot password, update profile
* link to customer portal from pricing
* new-license page, bootstrap updates
* create quote action, dashboard page, update routes
* Add new page styles to importer, update component styles
* updates to js-timestamp
* update modal styles and layout
* using @submitted on ajax form, controller updates
* Update create-quote.js
* updates to quote model, action updates, truncate license key on dashboard
* update email layout, subscribe action, user model
* Update importer.less
* style updates, order confirmation
* use correct font
* style updates
* create license key
* new-license page changes
* signup page changes
* add billing format to js-timestamp component, dashboard updates, change password
* swap get started link for customers
* order -> subscription
* Update login.ejs
* Lint fixes, page updates, mobile styles
* remove edit-profile route, update layout, bootstrap, forms
* change customer-layout name to match other layout names, update copyright year in layouts
* changes requested from code review and #3570
* submit button width, contact font-size
* Update dashboard.less
* Update bootstrap-overrides.less
* slack logo update, login text
2022-01-05 02:02:42 +00:00
Start now
</a>
2021-04-02 20:12:28 +00:00
<div
style="max-width: 242px; min-height: 150px"
class="position-relative mx-auto mb-4"
>
<p
style="padding-left: 32px"
2021-04-06 15:23:13 +00:00
class="position-relative my-3"
2021-04-02 20:12:28 +00:00
>
<img
alt="a circle with a checkmark"
src="/images/check-circle-16x16@2x.png"
style="width: 16px; height: 16px; left: 0; top: 4px"
class="position-absolute"
/>
2021-08-18 14:02:36 +00:00
Multiple teams (RBAC)
2021-04-02 20:12:28 +00:00
</p>
<p
style="padding-left: 32px"
2021-04-06 15:23:13 +00:00
class="position-relative my-3"
2021-04-02 20:12:28 +00:00
>
<img
alt="a circle with a checkmark"
src="/images/check-circle-16x16@2x.png"
style="width: 16px; height: 16px; left: 0; top: 4px"
class="position-absolute"
/>
Enterprise support
</p>
<p
style="padding-left: 32px"
2021-04-06 15:23:13 +00:00
class="position-relative my-3"
2021-04-02 20:12:28 +00:00
>
<img
alt="a circle with a checkmark"
src="/images/check-circle-16x16@2x.png"
style="width: 16px; height: 16px; left: 0; top: 4px"
class="position-absolute"
/>
Self-hosted agent autoupdates
</p>
</div>
</div>
</div>
</div>
</div>
</div>
2021-04-06 15:23:13 +00:00
</section>
2021-08-30 07:31:53 +00:00
<section id="features" class="d-flex flex-column justify-content-center p-0 pt-5 mx-auto">
<div class="container-fluid d-flex flex-column flex-sm-row flex-wrap justify-content-center p-0">
<div style="max-width: 810px" class="w-100 px-1" >
2021-04-02 20:12:28 +00:00
<div style="border-radius: 15px" class="card mb-4">
2021-10-22 04:46:44 +00:00
<div class="card-body py-md-5 pl-3 pr-2 px-md-5">
2021-04-02 20:12:28 +00:00
<div class="row mb-4">
2021-10-22 04:46:44 +00:00
<div class="col-7">
2021-04-02 20:12:28 +00:00
<p class="m-0" style="color: #8b8fa2">SUPPORT</p>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-2 m-0 px-0 px-md-2">
2021-05-19 15:15:57 +00:00
<p class="text-center" style="font-weight: bold; font-size: 15px">
2021-09-02 09:51:58 +00:00
<span class="d-none d-md-inline">Fleet </span>Free
2021-04-02 20:12:28 +00:00
</p>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3 m-0 pr-2 px-0 px-md-2 ">
2021-05-19 15:15:57 +00:00
<p class="text-center" style="font-weight: bold; font-size: 15px">
2021-09-02 09:51:58 +00:00
<span class="d-none d-md-inline">Fleet </span>Premium
2021-04-02 20:12:28 +00:00
</p>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-05-14 08:25:40 +00:00
<p class="ml-2 my-0">Public issue tracker (GitHub)</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-05-14 08:25:40 +00:00
<p class="ml-2 my-0">Community Slack channel</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-05-14 08:25:40 +00:00
<p class="ml-2 my-0">Unlimited email support (confidential)</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2"></div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-05-14 08:25:40 +00:00
<p class="ml-2 my-0">Phone and video call support</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2"></div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-4 mt-5">
2021-10-22 04:46:44 +00:00
<div class="col-10 col-sm-8">
2021-04-02 20:12:28 +00:00
<p class="m-0" style="color: #8b8fa2">
INVENTORY MANAGEMENT
</p>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-1 col-sm-2"></div>
<div class="col-1 col-sm-2"></div>
2021-04-02 20:12:28 +00:00
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-05-14 08:25:40 +00:00
<p class="ml-2 my-0">Secure REST API</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-05-14 08:25:40 +00:00
<p class="ml-2 my-0">Command line tool (CLI)</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-05-14 08:25:40 +00:00
<p class="ml-2 my-0">Realtime device inventory dashboard</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-05-14 08:25:40 +00:00
<p class="ml-2 my-0">Browse installed software packages</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-05-14 08:25:40 +00:00
<p class="ml-2 my-0">
Search devices by IP, serial, hostname, UUID
</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
<p class="ml-2 my-0">
2021-07-02 04:57:41 +00:00
Target and configure specific groups of devices†
2021-04-02 20:12:28 +00:00
</p>
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2"></div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-05-14 08:25:40 +00:00
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-05-14 08:25:40 +00:00
<img
alt="a bullet point ellipse"
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
/>
<p class="ml-2 my-0">
2021-07-02 04:57:41 +00:00
Aggregate insights for groups of devices†
2021-05-14 08:25:40 +00:00
</p>
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2"></div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
2021-05-14 08:25:40 +00:00
<div class="row mb-4 mt-5">
2021-05-19 15:15:57 +00:00
<div class="col-10 col-sm-8">
2021-05-14 08:25:40 +00:00
<p class="m-0" style="color: #8b8fa2">COLLABORATION</p>
</div>
2021-05-19 15:15:57 +00:00
<div class="col-1 col-sm-2"></div>
2021-10-22 04:46:44 +00:00
<div class="col-1 col-sm-3"></div>
2021-05-14 08:25:40 +00:00
</div>
2021-04-02 20:12:28 +00:00
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-05-14 08:25:40 +00:00
<p class="ml-2 my-0">Shareable device health reports</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-05-14 08:25:40 +00:00
<p class="ml-2 my-0">Versionable queries and config (GitOps)</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2022-01-21 15:43:58 +00:00
<p class="ml-2 my-0">Human-to-device mapping†</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-08-18 14:02:36 +00:00
<p class="ml-2 my-0">Scope transparency</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-07-02 04:57:41 +00:00
<p class="ml-2 my-0">Multiple teams</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2"></div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-4 mt-5">
2021-10-22 04:46:44 +00:00
<div class="col-7 pr-0 pr-md-2">
2021-04-02 20:12:28 +00:00
<p class="m-0" style="color: #8b8fa2">
SECURITY AND COMPLIANCE
</p>
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2"></div>
<div class="col-2"></div>
2021-04-02 20:12:28 +00:00
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
<p class="ml-2 my-0">Single sign on (SSO, SAML)</p>
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
2021-05-14 08:25:40 +00:00
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-05-14 08:25:40 +00:00
<img
alt="a bullet point ellipse"
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
/>
2021-08-18 14:02:36 +00:00
<p class="ml-2 my-0">Audit queries and user activities</p>
2021-05-14 08:25:40 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-05-14 08:25:40 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-05-14 08:25:40 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-05-14 08:25:40 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-05-14 08:25:40 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-05-14 08:25:40 +00:00
<img
alt="a bullet point ellipse"
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
/>
<p class="ml-2 my-0">
2021-07-02 04:57:41 +00:00
Grant API-only access†
2021-05-14 08:25:40 +00:00
</p>
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-05-14 08:25:40 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-05-14 08:25:40 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-05-14 08:25:40 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-05-14 08:25:40 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
2021-04-02 20:12:28 +00:00
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-07-02 04:57:41 +00:00
<p class="ml-2 my-0">Role-based access control</p>
</div>
<div class="col-2">
<img
alt="a check mark"
class="mx-auto"
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
2021-04-02 20:12:28 +00:00
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-4 mt-5">
2021-10-22 04:46:44 +00:00
<div class="col-7 pr-0 pr-md-2">
2021-04-02 20:12:28 +00:00
<p class="m-0" style="color: #8b8fa2">MONITORING</p>
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2"></div>
<div class="col-2"></div>
2021-04-02 20:12:28 +00:00
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-05-14 08:25:40 +00:00
<p class="ml-2 my-0">Schedule and automate custom queries</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
<p class="ml-2 my-0">
2021-08-18 14:02:36 +00:00
Detect vulnerable software†
2021-04-02 20:12:28 +00:00
</p>
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2022-01-21 15:43:58 +00:00
<p class="ml-2 my-0">Query performance monitoring</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-07-02 04:57:41 +00:00
<p class="ml-2 my-0">Standard query library†</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
<p class="ml-2 my-0">
2022-01-21 15:43:58 +00:00
Detect and surface issues with devices†
2021-04-02 20:12:28 +00:00
</p>
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
<p class="ml-2 my-0">Self-remediation*†</p>
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2"></div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-4 mt-5">
2021-10-22 04:46:44 +00:00
<div class="col-7">
2021-04-02 20:12:28 +00:00
<p class="m-0" style="color: #8b8fa2">DATA OUTPUTS</p>
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2"></div>
<div class="col-2"></div>
2021-04-02 20:12:28 +00:00
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
<p class="ml-2 my-0">
Flexible log destinations (AWS Kinesis, Lambda, GCP)
</p>
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
<p class="ml-2 my-0">StreamAlert integration*†</p>
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-05-14 08:25:40 +00:00
<p class="ml-2 my-0">File carving (AWS S3)</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
2021-05-14 08:25:40 +00:00
<div class="row mb-4 mt-5">
2021-10-22 04:46:44 +00:00
<div class="col-7">
2021-05-14 08:25:40 +00:00
<p class="m-0" style="color: #8b8fa2">DEPLOYMENT</p>
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2"></div>
<div class="col-2"></div>
2021-05-14 08:25:40 +00:00
</div>
2021-04-02 20:12:28 +00:00
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-05-14 08:25:40 +00:00
<p class="ml-2 my-0">Self-managed (host Fleet in your own environment)</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
<p class="ml-2 my-0">
2021-05-14 08:25:40 +00:00
Deployment tools (Helm, Terraform)
2021-04-02 20:12:28 +00:00
</p>
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-05-14 08:25:40 +00:00
<p class="ml-2 my-0">Configure osquery startup flags on the fly*</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-05-14 08:25:40 +00:00
<p class="ml-2 my-0">Autoupdate osquery agents†</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-05-14 08:25:40 +00:00
<p class="ml-2 my-0">Self-hosted autoupdate registry†</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2"></div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
2021-05-14 08:25:40 +00:00
<p class="ml-2 my-0">
Mass deploy custom osquery extensions*
</p>
2021-04-02 20:12:28 +00:00
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2"></div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<div class="row mb-3">
2021-10-22 04:46:44 +00:00
<div class="col-7 d-flex">
2021-04-02 20:12:28 +00:00
<img
alt="a bullet point ellipse"
2021-05-07 18:54:29 +00:00
src="/images/ellipse-6x6@2x.png"
style="width: 6px; height: 6px; margin-top: 09.6px"
2021-04-02 20:12:28 +00:00
/>
<p class="ml-2 my-0">
2021-05-14 08:25:40 +00:00
Autoupdate custom osquery extensions*
2021-04-02 20:12:28 +00:00
</p>
</div>
2021-05-19 15:15:57 +00:00
<div class="col-2"></div>
2021-10-22 04:46:44 +00:00
<div class="col-3">
2021-04-02 20:12:28 +00:00
<img
alt="a check mark"
2021-05-19 15:15:57 +00:00
class="mx-auto"
2021-04-02 20:12:28 +00:00
src="/images/check-16x16@2x.png"
style="width: 16px; height: 16px"
/>
</div>
</div>
<p style="font-size: 13px; left: 0" class="mt-5 mb-0 w-100">
* Coming soon
</p>
<p style="font-size: 13px; left: 0" class="mb-0 w-100">
2021-07-02 04:57:41 +00:00
† Customer promise (fulfilled and ready to use, unless otherwise noted)
2021-04-02 20:12:28 +00:00
</p>
</div>
</div>
</div>
</div>
2021-05-19 15:15:57 +00:00
2021-08-30 07:31:53 +00:00
<div style="color: #192147;" class="container-fluid d-flex flex-column justify-content-center pt-5 mx-auto">
2021-07-05 23:45:08 +00:00
<h2 class="text-center mb-4">FAQ</h2>
2021-08-30 07:31:53 +00:00
<div style="max-width: 800px;" class="container-fluid d-flex flex-column justify-content-center mb-5">
2021-07-05 23:45:08 +00:00
<div style="border-bottom: 1px solid #E2E4EA; padding-right: 20px;" class="position-relative">
<p id="faq__question1" style="cursor: pointer;" class="faq-question pt-3 mb-3" data-toggle="collapse" data-target="#faq__answer1" aria-controls="faq__answer1">
Is Fleet MIT licensed?
<span style="color: #6A67FE; right: 0; top: 24px;" class="position-absolute fa fa-angle-down"></span>
</p>
<p id="faq__answer1" class="collapse" aria-labelledby="faq__question1">
We have different licenses for portions of our software which are noted in the LICENSE file in our docs. The majority of Fleet is MIT licensed. Paid features require a license key.
</p>
</div>
<div style="border-bottom: 1px solid #E2E4EA; padding-right: 20px;" class="position-relative">
<p id="faq__question2" style="cursor: pointer;" class="faq-question pt-3 mb-3" data-toggle="collapse" data-target="#faq__answer2" aria-controls="faq__answer2">
What is your commitment to open source stewardship?
<span style="color: #6A67FE; right: 0; top: 24px;" class="position-absolute fa fa-angle-down"></span>
</p>
<ol id="faq__answer2" class="faq-list collapse" aria-labelledby="faq__question2">
<li>When a feature is free and open source we won't move that feature to a paid tier. Features might be removed from the open source codebase in other cases, for example when combining features from multiple tiers into one new feature.</li>
<li>The majority of new capabilities added to Fleet will benefit all users, not just customers.</li>
<li>We won't introduce features into the open source codebase with a fixed delay; if a feature is planned to land in both it will be released simultaneously in both.</li>
<li>We will always release and open source all tests that we have for any open source feature.</li>
<li>The free version of Fleet is enterprise ready.</li>
<li>The open source codebase will not contain any artificial limits on the number of hosts, users, size, or performance.</li>
<li>The majority of new features contributed by Fleet Device Management Inc will be open source.</li>
<li>The product will be available for download without leaving an email address or logging in.</li>
<li>We will always allow you to benchmark the performance of Fleet.</li>
</ol>
</div>
<div style="border-bottom: 1px solid #E2E4EA; padding-right: 20px;" class="position-relative">
<p id="faq__question3" style="cursor: pointer;" class="faq-question pt-3 mb-3" data-toggle="collapse" data-target="#faq__answer3" aria-controls="faq__answer3">
What if we choose not to renew?
<span style="color: #6A67FE; right: 0; top: 24px;" class="position-absolute fa fa-angle-down"></span>
</p>
<p id="faq__answer3" class="collapse" aria-labelledby="faq__question3">
2021-08-19 17:50:21 +00:00
If you opt not to renew Fleet Premium, you can continue using Fleet Free (same code base, just unconfigure the license key.)
2021-07-05 23:45:08 +00:00
</p>
</div>
<div style="border-bottom: 1px solid #E2E4EA; padding-right: 20px;" class="position-relative">
<p id="faq__question4" style="cursor: pointer;" class="faq-question pt-3 mb-3" data-toggle="collapse" data-target="#faq__answer4" aria-controls="faq__answer4">
Can we buy a licence to access premium features with reduced support for a reduced cost?
<span style="color: #6A67FE; right: 0; top: 24px;" class="position-absolute fa fa-angle-down"></span>
</p>
<p id="faq__answer4" class="collapse" aria-labelledby="faq__question4">
We aren’ t able to sell licenses and support separately.
</p>
</div>
<div style="border-bottom: 1px solid #E2E4EA; padding-right: 20px;" class="position-relative">
<p id="faq__question5" style="cursor: pointer;" class="faq-question pt-3 mb-3" data-toggle="collapse" data-target="#faq__answer5" aria-controls="faq__answer5">
Do you offer pricing for ephemeral hosts which may scale up or down?
<span style="color: #6A67FE; right: 0; top: 24px;" class="position-absolute fa fa-angle-down"></span>
</p>
<p id="faq__answer5" class="collapse" aria-labelledby="faq__question5">
For now, the number of hosts is the maximum cap of distinct agents enrolled at any given time.
</p>
</div>
<div style="border-bottom: 1px solid #E2E4EA; padding-right: 20px;" class="position-relative">
<p id="faq__question8" style="cursor: pointer;" class="faq-question pt-3 mb-3" data-toggle="collapse" data-target="#faq__answer8" aria-controls="faq__answer8">
When run locally, what resources does the Fleet app typically consume on an individual instance, and when run in HA, at high volume? And how is latency on an individual instance vs clustered deployment?
<span style="color: #6A67FE; right: 0; top: 24px;" class="position-absolute fa fa-angle-down"></span>
</p>
<p id="faq__answer8" class="collapse" aria-labelledby="faq__question8">
2021-07-07 19:33:32 +00:00
Like any modern application, Fleet scales horizontally. The biggest potential bottleneck for Fleet is the number of hosts being monitored, so that's where we've devoted the most attention when <a href="https://github.com/fleetdm/fleet/blob/19816cee1a261589c54f50e7b965c12e2186ae48/docs/infrastructure/faq.md#has-anyone-stress-tested-fleet-how-many-clients-can-the-fleet-server-handle">testing</a>. The largest number of hosts we've had a customer ask about was 350,000, for all of the production servers and employee laptops of a publicly traded company.
2021-07-05 23:45:08 +00:00
</p>
</div>
<div style="border-bottom: 1px solid #E2E4EA; padding-right: 20px;" class="position-relative">
<p id="faq__question10" style="cursor: pointer;" class="faq-question pt-3 mb-3" data-toggle="collapse" data-target="#faq__answer10" aria-controls="faq__answer10">
Where's the data stored?
<span style="color: #6A67FE; right: 0; top: 24px;" class="position-absolute fa fa-angle-down"></span>
</p>
<p id="faq__answer10" class="collapse" aria-labelledby="faq__question10">
2021-09-03 19:50:12 +00:00
Since Fleet is self-managed, some metadata is stored wherever it is deployed (e.g. Amazon, Azure, Google, your own data center, hybrid cloud, anywhere). That's done using a MySQL database, but the bulk of the data is not stored there — instead, it flows directly into a tool like Splunk or ElasticSearch. You can send that information to any of Fleet's supported log destinations.
2021-07-05 23:45:08 +00:00
</p>
</div>
2021-11-02 21:56:04 +00:00
<div style="border-bottom: 1px solid #E2E4EA; padding-right: 20px;" class="position-relative">
<p id="faq__question11" style="cursor: pointer;" class="faq-question pt-3 mb-3" data-toggle="collapse" data-target="#faq__answer11" aria-controls="faq__answer11">
Can I fork Fleet's source code and build upon it myself to create my own features?
<span style="color: #6A67FE; right: 0; top: 24px;" class="position-absolute fa fa-angle-down"></span>
</p>
<p id="faq__answer11" class="collapse" aria-labelledby="faq__question11">
Anyone is free to fork the project. We are always interested to hear feedback, and we are happy to take pull requests and ideas upstream any time we can.
</p>
</div>
2021-11-30 09:31:37 +00:00
<div style="border-bottom: 1px solid #E2E4EA; padding-right: 20px;" class="position-relative">
<p id="faq__question12" style="cursor: pointer;" class="faq-question pt-3 mb-3" data-toggle="collapse" data-target="#faq__answer12" aria-controls="faq__answer12">
Can I buy support or services separate from Fleet Premium?
<span style="color: #6A67FE; right: 0; top: 24px;" class="position-absolute fa fa-angle-down"></span>
</p>
<p id="faq__answer12" class="collapse" aria-labelledby="faq__question12">
The only way we are able to partner as a business to provide support and build new open source and paid features is through customers purchasing Fleet Premium.
</p>
</div>
2021-07-05 23:45:08 +00:00
</div>
</div>
2021-05-19 15:15:57 +00:00
<div style="max-width: 1260px;" class="container-fluid py-5 px-4 px-sm-5 mx-auto">
<div style="max-width: 800px" class="mx-auto">
2021-08-30 07:31:53 +00:00
<div style="max-width: 800px;" class="d-flex position-relative px-0 px-md-3 mx-auto">
<div class="d-inline-block pr-2">
<h1 style="font-size:48px; line-height: 58px;">“</h1>
</div>
<div class="d-inline-block pl-2">
<p style="font-size: 24px; line-height: 36px;">Fleet is hands down the best osquery platform out there. Zach and I created Fleet as a natural extension to our original vision for osquery and this has manifested in the ease-of-use, flexibility, and adoption it has today. Look to Fleet for the future of open-source endpoint monitoring.</p>
<p style="color: #676A7A" class="mb-4">- Mike Arpaia, Co-creator of <a style="color:#676A7A;" target="_blank" href="https://osquery.io/">osquery</a></p>
2021-09-03 16:05:23 +00:00
<a target="_blank" href="https://osquery.io/"><img alt="osquery logo" src="/images/logo-osquery-137x40@2x.png" style="height: 40px; width: 137px;" class="d-inline-block my-3 mx-auto"/></a>
2021-08-30 07:31:53 +00:00
</div>
2021-05-19 15:15:57 +00:00
</div>
</div>
</div>
2021-04-06 15:23:13 +00:00
</section>
2021-05-19 15:15:57 +00:00
<section id="questions" class="py-5 mx-auto border-top">
2021-07-05 23:45:08 +00:00
<h2 class="text-center">
2021-05-14 08:25:40 +00:00
Still got questions?
2021-07-05 23:45:08 +00:00
</h2>
2021-04-02 20:12:28 +00:00
<div
class="tpbutton btn-toolbar justify-content-center"
style="text-align: center"
>
<button
2021-05-14 08:25:40 +00:00
style="max-width: 250px"
2021-04-06 15:23:13 +00:00
class="btn btn-block btn-md btn-primary my-3 mx-2"
2021-04-02 20:12:28 +00:00
@click="clickChatButton()"
>
2021-05-14 08:25:40 +00:00
Ask us anything
2021-04-02 20:12:28 +00:00
</button>
<a
2021-05-14 08:25:40 +00:00
style="max-width: 350px"
class="btn btn-block btn-lg btn-white my-3 mx-2"
purpose="animated-arrow-button"
2021-04-02 20:12:28 +00:00
target="_blank"
2021-05-06 02:27:58 +00:00
href="https://calendly.com/fleetdm/demo"
2021-04-06 15:23:13 +00:00
>Schedule a demo
2021-04-02 20:12:28 +00:00
</a>
</div>
2021-04-06 15:23:13 +00:00
</section>
2021-04-02 20:12:28 +00:00
</div>
</div>
2021-04-01 00:24:42 +00:00
</div>