For the complete documentation index, see llms.txt. This page is also available as Markdown.

Setting up custom data for DRIVE

Getting started with DRIVE in Cortex

Some DRIVE data can come natively from Cortex integrations, e.g. deploy frequency from GitHub or GitLab, incidents from PagerDuty, vulnerabilities from Snyk or Wiz. Others need to be configured.

Refer to the documentation for configuring and submitting custom metrics via API and CQL here.

Below are some examples of custom metrics you can submit to power your DRIVE Scorecard and custom dashboards, originating from your internal tools:

Name
Key
Pillar

Incident Count Last Month

incident-count-last-month

R

SLO Pass Rate

drive-slo-pass-rate

R

Initiative Completion Rate

drive-initiative-completion-rate

I

Vulnerability Critical Count

drive-vulnerability-critical-count

V

Vulnerability High Count

drive-vulnerability-high-count

V

AI Spend MTD (USD)

drive-cost-ai-spend-mtd

E

Cloud Spend MTD (USD)

drive-cost-cloud-spend-mtd

E

Once a custom metric is published, you can reference it directly in a Scorecard rule using CQL:

customMetric("cloud-spend-vs-budget-pct") <= 105

Next steps

Create a DRIVE Scorecard in your Cortex workspace.

Last updated

Was this helpful?