-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Website: Build pricing page from yaml file (#8549)
* Create pricing-features-table.yml * update built-static-content to add the pricing table configuration to builtStaticContent * Update pricing page to use builtStaticContent.pricingTable * Update view-pricing.js * update pricing table, lint fix Co-authored-by: Mike McNeil <[email protected]>
- Loading branch information
1 parent
a59e1cc
commit d92d998
Showing
5 changed files
with
230 additions
and
1,041 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
- categoryName: Support | ||
features: | ||
- name: Public issue tracker (GitHub) | ||
tier: Free | ||
comingSoon: false | ||
- name: Community Slack channel | ||
tier: Free | ||
comingSoon: false | ||
- name: Unlimited email support (confidential) | ||
tier: Premium | ||
comingSoon: false | ||
- name: Phone and video call support | ||
tier: Premium | ||
comingSoon: false | ||
- categoryName: Inventory management | ||
features: | ||
- name: Secure REST API | ||
tier: Free | ||
comingSoon: false | ||
- name: Command line tool (CLI) | ||
tier: Free | ||
comingSoon: false | ||
- name: Realtime device inventory dashboard | ||
tier: Free | ||
comingSoon: false | ||
- name: Browse installed software packages | ||
tier: Free | ||
comingSoon: false | ||
- name: Search devices by IP, serial, hostname, UUID | ||
tier: Free | ||
comingSoon: false | ||
- name: Target and configure specific groups of devices | ||
tier: Premium | ||
comingSoon: false | ||
- name: Aggregate insights for groups of devices | ||
tier: Premium | ||
comingSoon: false | ||
- categoryName: Collaboration | ||
features: | ||
- name: Shareable device health reports | ||
tier: Free | ||
comingSoon: false | ||
- name: Versionable queries and config (GitOps) | ||
tier: Free | ||
comingSoon: false | ||
- name: Human-to-device mapping | ||
tier: Free | ||
comingSoon: false | ||
- name: Scope transparency | ||
tier: Free | ||
comingSoon: false | ||
- name: Multiple teams | ||
tier: Premium | ||
comingSoon: false | ||
- categoryName: Security and compliance | ||
features: | ||
- name: Single sign on (SSO, SAML) | ||
tier: Free | ||
comingSoon: false | ||
- name: Audit queries and user activities | ||
tier: Free | ||
comingSoon: false | ||
- name: Grant API-only access | ||
tier: Free | ||
comingSoon: false | ||
- name: Role-based access control | ||
tier: Free | ||
comingSoon: false | ||
- name: Just-in-time provisioning | ||
tier: Premium | ||
comingSoon: false | ||
- categoryName: Monitoring | ||
features: | ||
- name: Schedule and automate custom queries | ||
tier: Free | ||
comingSoon: false | ||
- name: Detect vulnerable software | ||
tier: Free | ||
comingSoon: false | ||
- name: Query performance monitoring | ||
tier: Free | ||
comingSoon: false | ||
- name: Standard query and policy library | ||
tier: Free | ||
comingSoon: false | ||
- name: Detect and surface issues with devices | ||
tier: Free | ||
comingSoon: false | ||
- name: Policy and vulnerability automations (webhook, Zendesk, JIRA, ServiceNow*) | ||
tier: Free | ||
comingSoon: false | ||
- name: Vulnerability scores (EPSS and CVSS) | ||
tier: Premium | ||
comingSoon: false | ||
- name: CISA known exploited vulnerabilities | ||
tier: Premium | ||
comingSoon: false | ||
- name: End-user self-service | ||
tier: Premium | ||
comingSoon: false | ||
- categoryName: Data outputs | ||
features: | ||
- name: Flexible log destinations (AWS Kinesis, Lambda, GCP, Kafka) | ||
tier: Free | ||
comingSoon: false | ||
- name: File carving (AWS S3) | ||
tier: Free | ||
comingSoon: false | ||
- categoryName: Deployment | ||
features: | ||
- name: Self-managed | ||
tier: Free | ||
comingSoon: false | ||
- name: Deployment tools (Helm, Terraform) | ||
tier: Free | ||
comingSoon: false | ||
- name: Configure osquery startup flags remotely | ||
tier: Free | ||
comingSoon: true | ||
- name: Autoupdate osquery agents | ||
tier: Free | ||
comingSoon: false | ||
- name: Self-managed autoupdate registry | ||
tier: Premium | ||
comingSoon: false | ||
- name: Manage osquery extensions remotely | ||
tier: Premium | ||
comingSoon: false | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.