Independent reference. Not affiliated with any vendor mentioned on this site.
Vendor / Panther

Panther pricing in 2026: the per-TB volume meter, real cost, and the Databricks acquisition

The independent Panther pricing reference. The AWS Marketplace volume meter explained ($50K/yr per 1 TB/month), consumption-priced Enterprise, security-data-lake architecture, real cost scenarios, and where Panther wins for code-first detection-as-code SOCs. Now includes the June 2026 Databricks acquisition. Updated July 2026.

Pricing model
Per-TB volume meter
All-in ingested volume, consumption-priced
AWS list anchor
$50K / TB/mo
12-mo contract, 1-yr retention, $1 overage
50 GB/day
~$75K-$90K
About 1.5 TB/month all-in
Acquisition
Pending
Databricks intent announced 16 Jun 2026

Anchored to Panther's AWS Marketplace listing (the only public price point: $50,000/yr per 1 TB/month) and panther.com/pricing (Free-forever plus custom, consumption-priced Enterprise; no public rate card). Larger-volume figures are estimates extrapolated from the list anchor.

How Panther pricing actually works

Panther prices on ingested volume, not on a base licence plus per-source line items. The one public anchor is Panther's AWS Marketplace listing: $50,000 per year per 1 TB of monthly ingestion, on a 12-month contract, with 1-year data retention and $1 per unit overage. Everything else is consumption-priced and custom, sitting alongside a Free-forever community tier. There is no published rate card beyond the Marketplace listing, so the real Enterprise number comes through a quote that scales with monthly terabytes, retention, and deployment topology.

To size a deployment, convert daily ingest to monthly terabytes: gigabytes per day times roughly 30, divided by 1,000. A 50 GB-per-day mid-market deployment is about 1.5 TB per month, which at the AWS list anchor is roughly $75K-$90K per year all-in, not the six-figure sum a per-source model would imply. 100 GB/day is about 3 TB/month (~$150K), 200 GB/day about 6 TB/month (~$300K), and 500 GB/day about 15 TB/month (~$750K). These larger bands are extrapolations from the single list anchor and should be confirmed against a quote.

The defining product feature is detections-as-code. Panther detections are Python files committed to a Git repository, deployed via CI/CD pipeline, peer-reviewed before merge, and tested against historical event samples before promotion. The discipline is genuine and produces materially better detection signal per dollar than UI-based ad-hoc rule editing, but only for organisations whose security engineers genuinely write code. For SOCs whose analysts do not write Python, the detection-as-code model is friction rather than feature, and Splunk, Sentinel, or Sumo Logic are structurally better fits.

Panther is built on a security data lake, and the public meter is simple: total monthly terabytes ingested. There is no published split between detection-path and retention-only data, so the cost-discipline levers are schema-level filtering before ingest and negotiating how retention-heavy volume is treated in your quote. Historically the architecture was the "Panther for Snowflake" story; the product keeps your data in your own Snowflake or Databricks instance, with warehouse infrastructure billed separately from the Panther licence.

Schema-on-write parsing is the second volume lever. Panther's parser framework supports field-level drop rules at parse time. Aggressive schema discipline (dropping debug fields, routine NetFlow noise, verbose Windows Service Control Manager spam, and similar low-fidelity data before it lands) typically removes 20-30 percent of metered volume. Since the meter is per terabyte ingested, that discipline maps straight to the bill.

The material 2026 development is ownership. On 16 June 2026, at the DATA and AI Summit, Databricks announced its intent to acquire Panther to anchor its "security lakehouse" category. The deal reframes the old Snowflake-only narrative: Panther already supported Databricks as a warehouse, and the acquisition makes that the strategic direction. Pricing has not been publicly restructured, so the AWS Marketplace volume meter remains the reference. Buyers evaluating Panther in late 2026 should ask directly how the acquisition affects contract terms, roadmap, and the Snowflake-versus-Databricks warehouse choice.

Panther pricing by daily ingest band

Daily ingestProfileAnnual all-in
10 GB/dayCloud-native startup~$50K/yr entry
50 GB/dayMid-market cloud-first~$75K-$90K/yr
100 GB/dayGrowth-stage~$150K/yr
200 GB/dayEnterprise cloud-native~$300K/yr
500 GB/dayLarge enterprise~$750K/yr
1,000+ GB/dayMulti-region enterpriseQuote-only (~$1.5M+)

Extrapolated from the AWS Marketplace anchor of $50,000/yr per 1 TB/month, converting daily ingest to monthly terabytes. Only the ~1 TB/month point is a published rate; larger bands are estimates and vary with retention, overage, and negotiated terms.

Panther SKU reference

SKUPricingNotes
Panther FreeFree foreverCommunity tier: capped ingestion, core detection engine, open-source detection library
Panther Cloud (Enterprise)Custom, consumption-pricedPer-TB volume meter, full platform, dedicated support and SLAs. No public list rate.
AWS Marketplace (Cloud Connected)$50,000/yr per 1 TB/month12-month contract, 1-year retention, $1/unit overage. Only public price point.
Panther for Snowflake / Cloud ConnectedCustom + your own warehouse costData stays in your own Snowflake or Databricks instance; infrastructure billed separately.

Five Panther cost optimisations that genuinely work

Use detections-as-code discipline

Operational

Panther's defining feature is detection-as-code: detections are Python files in a Git repo. Customers who adopt the discipline (CI/CD for detection deployment, peer review, automated tests) achieve materially better detection signal per dollar than customers running ad-hoc UI-based rule editing. The optimisation is operational, not a discount lever, but compounds across multi-year contracts.

Right-size ingestion at the schema level

20-30% on volume

Panther's schema-on-write parsing lets you drop unwanted fields and entire event types at ingest. Because Panther meters on ingested volume, aggressive schema discipline (dropping debug noise, NetFlow chatter, and verbose Windows event spam before it lands) reduces metered terabytes directly and cuts the bill against the per-TB meter.

Ask how retention-only data is priced

Negotiation lever

Panther's public AWS Marketplace meter is total monthly ingestion, with no published split between detection-path and retention-only data. If a large share of your telemetry is keep-but-rarely-query, raise it in the quote conversation: whether retention-oriented volume can be priced differently is a deal-specific question, not a listed tier, so treat any such split as negotiated rather than assumed.

Use the open-source detection library

Operational, indirect

Panther maintains an open-source detection library (panther-analysis on GitHub) that ships with hundreds of curated detections. Customers building from scratch pay for analyst-hours that the open-source content already covers. Starting from the open-source library and customising rather than building from blank saves a large share of detection-engineering hours in year one (how much depends on your source mix; there is no published figure).

Commit multi-year on the volume meter

Estimate: 20-25% off list

Consumption-priced platforms reward committed volume. A multi-year Enterprise commit sized to real ingestion, rather than a single-year transactional purchase, is the credible discount lever against the per-TB meter. This is an estimate: Panther publishes no list rate beyond the AWS Marketplace anchor, so verify any quoted discount against your own volume.

When Panther is the right SIEM

Panther wins decisively for engineering-led security teams at fast-growing technology companies, fintech, and cloud-native startups whose detection engineering practice already mirrors infrastructure engineering practice (Git workflow, CI/CD, peer review, automated testing). The detection-as-code discipline is genuine and compounds: customers who genuinely adopt the discipline materially out-perform UI-driven ad-hoc rule editing on detection signal-per-dollar over 24-36 month windows. The buyer-fit decision turns on whether the security team writes code; for teams that do, Panther is structurally the right shape.

Panther loses for traditional analyst-led SOCs whose analysts do not write Python. The detection-as-code model becomes friction rather than feature, and Splunk Enterprise Security, Microsoft Sentinel, or Sumo Logic Cloud SIEM are structurally better fits. Panther also loses where bundled SOAR is a binding requirement (Panther integrates with external SOAR rather than bundling), where compliance retention beyond 12 months is the binding economic constraint (Devo or Sumo Logic Infrequent tier win cleanly), and where the customer's preferred SIEM evaluation process is transactional list-price comparison (Panther's quote-based pricing makes this difficult).

The 2026 competitive trajectory is favourable for Panther in its target buyer segment. The detection-as-code positioning has cleanly differentiated against Sumo Logic and Datadog in engineering-led security team conversations, and the open-source detection library (panther-analysis on GitHub) has matured into a genuine community asset. For engineering-first SOCs evaluating cloud-native SIEM in 2026, Panther deserves the competitive shortlist alongside Sumo Logic and Datadog.

FAQ

Common questions

How is Panther priced in 2026?

Panther prices on ingested volume, not per source. The only public price point is the AWS Marketplace listing: $50,000 per year per 1 TB of monthly ingestion, on a 12-month contract with 1-year data retention and $1 per unit overage. Everything else is consumption-priced and custom, alongside a Free-forever community tier. Because GB-per-day converts to TB-per-month at roughly volume times 30 divided by 1,000, a 50 GB-per-day mid-market deployment is about 1.5 TB per month, or roughly $75K-$90K per year at the list anchor. Panther publishes no rate card beyond the AWS Marketplace listing, so treat larger-volume figures as estimates and confirm against a quote.

What is detections-as-code and why does Panther emphasise it?

Detections-as-code means SIEM detection rules are written as code (Python in Panther's case) and managed in a Git repository with CI/CD, peer review, version control, and automated testing. Panther was one of the first commercial SIEMs built natively around the model. The buyer fit is engineering-led security teams who already practice infrastructure-as-code and want the same discipline for security detection logic. The fit fails for SOCs whose analysts do not write code and prefer UI-based rule editing; for those teams, Splunk, Sentinel, or Sumo Logic are structurally better suited.

Does Panther run on Snowflake or Databricks?

Panther is built on a security data lake, and the Cloud Connected product keeps your data in your own warehouse. Historically the framing was Snowflake-heritage (the 'Panther for Snowflake' product), but Panther now supports your own Snowflake or Databricks instance as the data plane, with infrastructure billed separately. The Databricks direction is now structural: on 16 June 2026 Databricks announced its intent to acquire Panther, so the Snowflake-only framing no longer holds.

What does the Databricks acquisition mean for Panther pricing?

On 16 June 2026 at the DATA and AI Summit, Databricks announced its intent to acquire Panther to build out its 'security lakehouse' category. The deal was newly announced at the time of writing and pricing has not been restructured publicly, so the AWS Marketplace volume meter ($50,000/yr per 1 TB/month) remains the reference anchor. Expect tighter integration with the Databricks lakehouse over time; buyers evaluating Panther in late 2026 should ask directly how the acquisition affects contract terms, roadmap, and the warehouse choice between Snowflake and Databricks.

Is Panther cheaper than Splunk?

At a 50 GB-per-day mid-market deployment, Panther lands at roughly $75K-$90K per year on its volume meter, while Splunk sits around a $50K base and roughly $100K all-in at the same volume once workload pricing and platform costs are counted. Panther's structural advantage is detection-as-code and the security-data-lake economics that let you tier low-value logs out of the metered detection path; Splunk's advantage is breadth, maturity, and analyst-friendly UI-based rule editing. The buyer-fit decision turns on whether code-first detection engineering or a mature analyst-led platform is the binding constraint.

Updated 13 July 2026