47%
of Fortune 100 companies use Elastic Security for threat detection and SIEM workloads
$0.50/GB
approximate starting ingest rate for Elastic Cloud Serverless Security projects
60-80%
storage cost reduction achievable by moving cold-tier data from hot SSD to frozen object storage

SponsoredRetool

Retool's new app builder is where AI-generated code ships safely

Building apps with AI is easy. Getting them to production safely is another story.

Start building for free today

Elastic SIEM pricing in 2026 splits across three fundamentally different deployment models, and the cost difference between them can be substantial for the same data volume. Elastic Cloud Serverless charges on a consumption basis: you pay for what you ingest and what you store, with no fixed monthly commitment. Elastic Cloud managed gives you a dedicated cluster on Elastic's infrastructure, billed by compute and storage resources allocated to your deployment. Self-managed lets you run Elasticsearch on your own hardware or cloud account, where Elastic charges a subscription license for features above the free Basic tier. Understanding which model fits your environment, and how to control the cost drivers within it, is the first decision every security team needs to make before committing to Elastic as a SIEM platform.

Is Elastic SIEM Free?

Yes, but with meaningful limitations. Elastic publishes a Basic subscription tier that is free to use indefinitely, and it includes core SIEM functionality: log ingestion, Kibana dashboards, pre-built detection rules, and the Security app UI. What the Basic tier omits is significant for production SOC environments. Machine learning-based anomaly detection, which powers many of Elastic's most effective behavioral detections, requires a Platinum or Enterprise subscription. Advanced response actions, endpoint protection, and threat intelligence integrations also sit behind paid tiers. The free tier is a legitimate option for small teams doing log analysis and basic correlation, but most organizations running Elastic as a primary SIEM eventually hit the ceiling when they need ML detections or integrated endpoint coverage. Self-managed Basic is the most common entry point for teams evaluating Elastic before committing to a paid tier. Elastic Cloud Serverless and managed cloud deployments do not have a permanent free tier, though Elastic offers trial periods for both.

Elastic Cloud Serverless Pricing

Elastic Cloud Serverless is Elastic's newest deployment model and the one that introduces the most granular cost structure. Security Analytics projects on Serverless are billed across two dimensions: ingest pricing and storage pricing. Ingest is charged per GB of data written to the Security project, with rates starting around $0.50 per GB depending on your region and contract terms. Storage is charged separately per GB per month for data retained in the project, with tiered rates that decrease as data ages from hot to warm storage. The advantage of serverless pricing is that you pay only for actual consumption with no upfront cluster commitment. The risk is that ingest-heavy environments can generate unpredictable bills if log sources are not tuned before onboarding. A single verbose data source such as full packet capture or raw Windows event logs at maximum verbosity can add hundreds of dollars per day at serverless ingest rates. Teams moving to Serverless should audit their log source volumes and apply filtering at the agent or pipeline layer before enabling production ingest. Elastic publishes a pricing calculator for Serverless that allows you to model costs based on expected daily ingest volume and average retention duration.

Free daily briefing

Briefings like this, every morning before 9am.

Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.

Elastic Cloud Managed Plans

Elastic Cloud managed deployments run on dedicated Elasticsearch clusters hosted on AWS, GCP, or Azure through Elastic's infrastructure. Pricing follows a different model than Serverless: you pay for cluster resources (compute RAM and storage capacity) allocated to your deployment, plus a subscription tier that unlocks feature sets. The Standard plan starts at approximately $95 per month for a minimal deployment configuration and scales with the compute and storage you allocate. Gold, Platinum, and Enterprise tiers add features and support SLA levels at increasing price points. Managed cloud gives you more control over cluster sizing and performance tuning than Serverless, which is important for high-volume environments where you need to optimize shard allocation, thread pool settings, and query performance independently. The tradeoff is that you are paying for allocated resources whether or not you are using them at full capacity, whereas Serverless scales automatically. For organizations that have predictable log volumes and established Elasticsearch operational knowledge, managed cloud often produces lower total cost at scale than Serverless, because you can right-size the cluster and avoid per-GB ingest fees on high-volume sources.

Self-Managed Deployment Costs

Self-managed Elastic Security runs on infrastructure you control, which means Elastic's charges are limited to the subscription license for paid features. The Basic tier is free with no license required. Paid tiers (Gold, Platinum, Enterprise) are licensed per node or through Elastic's enterprise agreement structure, and pricing is available through Elastic's sales team rather than as a published rate card. Self-managed is the most cost-effective option for organizations that already operate cloud infrastructure at scale and have Elasticsearch engineering expertise in-house. The infrastructure cost (compute, storage, networking) replaces the managed service premium you pay on Elastic Cloud. The hidden cost that self-managed teams consistently underestimate is operational overhead: cluster upgrades, shard management, snapshot policies, and performance tuning require dedicated engineering time. For a production SIEM handling several hundred GB per day of ingest, a realistic self-managed deployment needs at least one engineer who understands Elasticsearch internals deeply. That labor cost should be factored into any total cost of ownership comparison against managed cloud options.

Deployment Model Comparison

The table below summarizes the key cost and operational differences across Elastic Security deployment models:

DimensionCloud ServerlessCloud ManagedSelf-Managed
Pricing modelPer GB ingest + per GB storageMonthly cluster resources + subscriptionInfrastructure + optional license
Starting cost~$0.50/GB ingest~$95/month (Standard)Free (Basic tier)
ML detectionsIncludedPlatinum+ requiredPlatinum+ license required
Operational overheadLowestMediumHighest
ScalingAutomaticManual cluster resizeManual
Best forVariable workloads, new deploymentsPredictable volume, tuning controlLarge orgs with Elastic expertise

Choosing between these models depends primarily on your daily ingest volume, your team's Elasticsearch operational maturity, and whether you need ML-based detections as part of your detection coverage.

Cost Optimization: Hot, Warm, Cold, and Frozen Tiers

The single highest-leverage cost optimization in any Elastic SIEM deployment is tiered storage through Index Lifecycle Management (ILM). Elasticsearch supports four data tiers: hot (fast SSD-backed nodes for active querying and recent data), warm (lower-cost nodes for data that is queried less frequently), cold (read-only, further reduced cost), and frozen (object storage such as S3, lowest cost, highest query latency). Security data has a natural access pattern that maps well to these tiers: the most recent 7 to 30 days of logs are queried constantly for active investigations and dashboards; data from 30 to 90 days is accessed for retrospective threat hunts; data beyond 90 days is retained primarily for compliance and is rarely queried interactively. An ILM policy that moves data from hot to warm at 14 days, warm to cold at 60 days, and cold to frozen at 180 days can reduce storage costs by 60 to 80 percent compared to keeping all data on hot-tier nodes. On Elastic Cloud, the cost difference between hot and frozen tier storage is substantial. On self-managed deployments using S3-compatible object storage for the frozen tier, storage costs drop to commodity object storage rates. Teams should implement ILM policies before they accumulate large data volumes, because retroactively migrating existing indices requires a reindex operation that is both time-consuming and compute-intensive.

Reducing Ingest Volume Without Losing Detection Coverage

Ingest volume is the primary cost driver for Elastic Cloud Serverless and a significant factor in managed cloud cluster sizing. Reducing ingest volume without degrading detection coverage requires understanding which log sources contribute the most volume and which contribute the most detection signal. A common finding in Elastic cost audits is that 20 percent of log sources generate 80 percent of ingest volume, and many of those high-volume sources are low-signal for security detections. DNS query logs at full verbosity, verbose application debug logs, and Windows Security event log at the maximum audit policy level are common offenders. Mitigation strategies include filtering at the Elastic Agent or Logstash pipeline level to drop events that match known-benign patterns before they are written to Elasticsearch, reducing Windows event log verbosity by narrowing the audit policy to event IDs that are actually referenced in detection rules, and using Elastic's data stream routing to send high-volume, low-priority data directly to warm or cold tier indices rather than hot tier. Another effective tactic is sampling: for event types where you need volume awareness but not every individual event (such as firewall permit logs on internal segments), sampling at 10 to 20 percent preserves anomaly detection fidelity while dramatically reducing ingest cost. Elastic Agent processors support sampling natively, so this can be implemented at the collection layer without pipeline middleware.

The bottom line

Elastic SIEM pricing rewards teams that architect their data pipeline deliberately before scaling up ingest. Start with a clear understanding of your daily log volume and access patterns, then choose the deployment model that matches your operational maturity: Serverless for flexibility and low operational overhead, managed cloud for tuning control at predictable volume, or self-managed if you have Elasticsearch expertise and want to minimize licensing costs. Implement ILM tiering from day one, audit your high-volume log sources before onboarding them, and treat ingest optimization as an ongoing practice rather than a one-time task. The teams that control Elastic costs effectively are the ones that treat their SIEM data pipeline with the same discipline they apply to their detection rule library.

Frequently asked questions

Is Elastic SIEM free?

Elastic Security has a free Basic tier that includes core SIEM functionality: log ingestion, Kibana dashboards, pre-built detection rules, and the Security app. The Basic tier is free for self-managed deployments with no expiration. However, machine learning-based anomaly detections, advanced endpoint protection, and certain threat intelligence integrations require a paid subscription (Gold, Platinum, or Enterprise). Elastic Cloud managed and Serverless deployments do not have a permanent free tier, though Elastic offers trial periods.

How does Elastic Cloud Serverless pricing work for security?

Elastic Cloud Serverless Security Analytics projects are billed on two dimensions: ingest pricing per GB of data written to the project, starting around $0.50/GB, and storage pricing per GB per month for retained data. There is no fixed monthly cluster cost, so you pay only for what you consume. This model is cost-effective for variable or unpredictable workloads but can produce high bills for verbose, high-volume log sources that are not filtered before ingest.

What is the cheapest way to run Elastic SIEM?

The cheapest option is a self-managed deployment using the free Basic tier on your own infrastructure, where Elastic charges no licensing fees. For paid feature tiers, self-managed avoids the managed service premium charged on Elastic Cloud. Regardless of deployment model, implementing ILM tiered storage policies and reducing ingest volume through agent-level filtering are the two highest-impact cost optimizations available.

What Elastic subscription tier is needed for ML detections in the SIEM?

Machine learning-based anomaly detection in Elastic Security requires a Platinum subscription or higher. The Standard and Gold tiers do not include ML job execution for security use cases. On Elastic Cloud Serverless, ML features are included in the Security Analytics project type without a separate tier upgrade, though they are reflected in overall consumption-based pricing.

How can I reduce my Elastic SIEM storage costs?

The most effective method is implementing Index Lifecycle Management (ILM) policies that automatically move data through hot, warm, cold, and frozen tiers as it ages. Moving data from hot SSD nodes to frozen object storage such as S3 can reduce storage costs by 60 to 80 percent. Additional tactics include filtering out high-volume, low-signal events at the agent pipeline layer before they are written to Elasticsearch, narrowing Windows audit policies to event IDs actually referenced in detection rules, and using sampling for high-volume, low-priority event types.

How do you right-size an Elastic Cloud managed cluster for a security workload and avoid over-provisioning?

Right-sizing an Elastic Cloud managed cluster for a SIEM workload starts with measuring your actual indexing throughput and peak query load rather than estimating from raw log volume. Deploy a trial cluster, onboard your highest-volume log sources, and observe bulk indexing latency and search response times in Kibana's Stack Monitoring over a representative one-week period. If p99 indexing latency stays below 500ms and detection rule query latency stays below 10 seconds under your normal analyst and automated rule load, the cluster is adequately sized. The most common over-provisioning mistake is allocating excessive hot-tier compute to compensate for inadequate ILM policies: moving data to warm and cold tiers promptly reduces the hot data set size, which means fewer hot-tier nodes are needed to maintain acceptable query performance. Use Elasticsearch's shard sizing guidelines (aim for shards between 10 and 50 GB each) and monitor JVM heap pressure -- sustained heap usage above 75 percent indicates that you need more RAM per node rather than more nodes. For detection rule load specifically, benchmark the total concurrent rule execution window during your scheduled rule run intervals, since many organizations schedule all detection rules to fire on the same five-minute cron and create artificial query spikes that require over-provisioned compute.

Sources & references

  1. Elastic Security Pricing Page
  2. Elastic Cloud Serverless Pricing Documentation
  3. Elastic ILM Index Lifecycle Management
  4. Elastic Security Feature Comparison by Tier
  5. Elastic Hot-Warm-Cold Architecture Guide

Free resources

25
Free download

Critical CVE Reference Card 2025–2026

25 actively exploited vulnerabilities with CVSS scores, exploit status, and patch availability. Print it, pin it, share it with your SOC team.

No spam. Unsubscribe anytime.

Free download

Ransomware Incident Response Playbook

Step-by-step 24-hour IR checklist covering detection, containment, eradication, and recovery. Built for SOC teams, IR leads, and CISOs.

No spam. Unsubscribe anytime.

Free newsletter

Get threat intel before your inbox does.

50,000+ security professionals read Decryption Digest for early warnings on zero-days, ransomware, and nation-state campaigns. Free, daily, no spam.

Unsubscribe anytime. We never sell your data.

Eric Bang
Author

Founder & Cybersecurity Evangelist, Decryption Digest

Cybersecurity professional with expertise in threat intelligence, vulnerability research, and enterprise security. Covers zero-days, ransomware, and nation-state operations for 50,000+ security professionals every morning.

Black Hat Giveaway

Win a $2,495 Black Hat pass.

Full-access to Black Hat USA 2026 in Las Vegas. Subscribe free to enter.

Joins Decryption Digest daily briefing. Unsubscribe anytime.

Giveaway: Black Hat USA 2026 Full-Access Pass ($2,495 value)

Details →
Daily Briefing

Subscribe to enter the giveaway

Every subscriber is automatically entered. You also get daily threat intel every morning: zero-days, ransomware, and nation-state campaigns. Free. No spam.

Already subscribed? You're already entered.

Giveaway

Win a $2,495 Black Hat USA 2026 pass.