Best Splunk Alternatives in 2026

Compare Splunk alternatives for log management, observability, and SIEM. Covers ingest-based pricing pressure, post-Cisco uncertainty, open-source options, and Kubernetes-native platforms.

By Ece Kayan
Published:
22 min read

Splunk is the machine-data platform most large organizations grew up on: log search and analytics with SPL, a huge app ecosystem, dashboards, alerting, and — through Splunk Enterprise Security — one of the most widely deployed SIEMs on the market. It remains genuinely capable. Teams start comparing Splunk alternatives for a more specific set of reasons: ingest-based pricing that punishes verbose modern workloads, licensing complexity that got harder to forecast after the Cisco acquisition, the operational weight of running or migrating the platform, and the fact that metrics, traces, and Kubernetes troubleshooting live in separate products from the log store.

"Splunk alternative" means different things to different teams, so this guide is organized by what you actually use Splunk for. If Splunk is your log management and troubleshooting tool, the strongest alternatives are modern observability platforms and open-source log stacks — for Kubernetes-first teams, Metoro replaces the logging use case and adds metrics, traces, profiling, and AI investigation on per-node pricing that does not meter ingest the way Splunk does. If Splunk is your SIEM, you are really shopping for a security platform, and we cover those in a dedicated section.

Just looking for a quick comparison? Jump to the comparison table.

Why Teams Look for Splunk Alternatives

Splunk earned its position: SPL is one of the most powerful query languages ever shipped for machine data, and the platform scales to petabytes. The friction is mostly economic and operational.

Common reasons teams compare alternatives:

  • Ingest-based pricing punishes data growth. Splunk's classic license meters gigabytes ingested per day, with list prices commonly cited around $150/GB/day for annual contracts (heavily discounted at enterprise scale, but the meter is the meter). Compression at rest does not reduce the bill — a gigabyte ingested is a gigabyte billed. Kubernetes environments make this worse: short-lived pods, sidecars, and verbose structured logs inflate volume, so teams end up dropping or sampling data they may want during the next incident.
  • Pricing models are hard to compare and forecast. Splunk now offers ingest pricing, workload pricing (metered in Splunk Virtual Compute units), and entity-based options. Workload pricing can be cheaper for teams that store a lot and search a little, but SVC consumption is difficult to predict before you are committed.
  • Post-acquisition uncertainty. Cisco completed its $28B acquisition of Splunk in March 2024. Since then, AppDynamics has been folded in as Splunk AppDynamics, and the observability portfolio has been repositioned around Cisco's AI strategy. Plenty of customers are happy; others use the renewal cycle to re-evaluate rather than absorb roadmap and pricing changes they did not choose.
  • Operational weight. Self-hosted Splunk Enterprise means running indexers, search heads, forwarders, and license masters — real infrastructure with real capacity planning. Splunk Cloud removes that but raises the price and removes deployment control.
  • SPL expertise is a bottleneck. SPL is powerful, but in many organizations only a handful of people write it well, so investigation speed is gated on those people.
  • Observability is a separate product family. Splunk's answer to metrics, traces, and APM is Splunk Observability Cloud (the former SignalFx, priced per host) plus Splunk AppDynamics. During a Kubernetes incident, logs live in one product, metrics and traces in another, and cluster state in kubectl — the correlation work is yours.

How to Evaluate a Splunk Alternative

Use these criteria before comparing feature lists.

Which Splunk use case are you replacing? Log management and troubleshooting, observability/APM, and SIEM are different problems. Most disappointing migrations come from picking a tool built for a different use case than the one that actually drives your Splunk usage.

Pricing dimension: Understand what the replacement meters: ingested GB (Datadog, Sumo Logic, Sentinel), hosts (Splunk Observability Cloud, Dynatrace), compute and storage (self-hosted stacks), or nodes (Metoro). For log-heavy Kubernetes workloads, pricing that includes ingest — or decouples cost from data volume entirely — is what actually breaks the Splunk cost dynamic, rather than reproducing it at a lower rate.

Query power vs. accessibility: SPL sets a high bar for what experts can do. But also ask the opposite question: can an engineer who has never learned the query language investigate an incident? Natural-language and AI-assisted querying matter here.

Kubernetes context: If your workloads run on Kubernetes, the tool should treat clusters, namespaces, workloads, pods, events, and rollouts as first-class concepts, not just fields parsed out of log lines.

Operational ownership: Open-source stacks (Elastic, Loki, Graylog, SigNoz, OpenObserve) can cut licensing costs dramatically, but someone has to own storage, retention, upgrades, and query performance. That is the same job as running Splunk Enterprise, just with different software.

Migration cost: SPL queries, dashboards, saved searches, and (for SIEM) detection rules do not port anywhere. Budget for rebuilding them, and weigh alternatives that reduce how much query-writing you need in the first place.

Comparison Table

ToolBest fitDeployment modelReplaces which Splunk use caseMain tradeoff
MetoroKubernetes teams that want logs, metrics, traces, and AI investigation in one platformSaaS, BYOC, air-gapped on-premLog management + observability for KubernetesKubernetes-focused; not a SIEM
Elastic Stack / Elastic ObservabilitySearch-heavy teams that want an open-source-rooted platform for logs and securityCloud, serverless, or self-managedLog management, observability, and SIEMSignificant operational and tuning investment self-managed
Grafana Loki + GrafanaTeams that want cheap, open-source log aggregation alongside PrometheusSelf-hosted OSS or Grafana CloudLog managementLabel-based indexing trades away full-text search power
DatadogTeams consolidating many monitoring domains onto one SaaS platformSaaSLog management, observability, cloud SIEMMulti-SKU pricing recreates the cost-control problem
DynatraceEnterprises that want a unified data lakehouse with causal AISaaS or managed on your infrastructureObservability + log analyticsConsumption pricing across many dimensions
Sumo LogicTeams that want the closest like-for-like SaaS log analytics and cloud SIEMSaaSLog management + SIEMIngest-based pricing dynamics resemble Splunk's
GraylogTeams that want open-source log management with a security optionSelf-hosted or cloudLog management + security analyticsScaling and storage (OpenSearch) are on you
SigNozTeams that want an open-source, OpenTelemetry-native observability stackSelf-hosted or cloudObservability + logsYou do the instrumentation and operations work
OpenObserveCost-focused teams that want object-storage-backed logs at low costSelf-hosted or cloudLog managementYounger ecosystem than Elastic or Splunk

1. Metoro

Best for: Kubernetes teams whose Splunk usage is really application and infrastructure troubleshooting — log search, incident investigation, and "what changed?" — and who want that plus metrics, traces, and AI root cause analysis without per-GB anxiety.

Metoro is an AI SRE and observability platform built specifically for Kubernetes. One Helm install deploys the agent, and eBPF instruments the entire cluster — your services, third-party containers, and their dependencies — with no code changes, no forwarder rollout, and no per-service configuration. Logs written to stdout/stderr are collected automatically and enriched with Kubernetes metadata (pod, container, service, namespace, node), and OpenTelemetry logs, traces, and metrics from outside the cluster are accepted over OTLP.

For the day-to-day work Splunk usually does, Metoro provides full-text and regex log search, automatic JSON parsing, field-level filters, query-time RE2 capture groups for extracting fields from unstructured lines, log-derived metrics, ingestion filtering, and redaction controls. The difference from Splunk is what surrounds the logs: the same platform holds metrics, distributed traces, continuous profiling, Kubernetes events, deployment history, and resource YAML, so an investigation moves from a log line to the emitting pod, its recent deploys, and its upstream dependencies without switching products.

Instead of gating investigations on SPL expertise, Metoro's AI agent, Guardian, detects issues automatically and investigates them across logs, metrics, traces, Kubernetes events, and deploy history — returning an evidence-backed root cause rather than a query result, and optionally raising a GitHub pull request with a proposed fix (nothing ships without human review). The same engine powers AI deployment verification and AI alert investigation. Engineers can still query directly: PromQL, a UI query builder, or natural language.

Pricing is per node: $20/node/month with 100 GB of log and telemetry ingest included per node, and no per-seat charges. That directly breaks the Splunk cost dynamic — log volume growth inside your existing cluster footprint does not change the bill. Metoro runs as SaaS, BYOC, or air-gapped on-prem (including the AI agent, with bring-your-own-model support), so teams that chose self-hosted Splunk Enterprise for data-control reasons keep that property.

Metoro log search with Kubernetes-aware filtering, JSON parsing, and query-time field extraction
Metoro's AI SRE investigates across logs, metrics, traces, Kubernetes events, and deployment history

Strengths

  • One eBPF install covers the whole cluster: logs, metrics, traces, profiling, Kubernetes events, and service maps with no forwarders or per-service agents.
  • Log workflows that map to Splunk habits: full-text and regex search, JSON parsing, field extraction at query time, log-to-metric rules, ingestion filtering, and redaction.
  • AI root cause analysis out of the box — Guardian detects and investigates issues without configured alerts or SPL expertise.
  • Per-node pricing with 100 GB/node ingest included and no seat charges, so costs track cluster size rather than log verbosity.
  • Querying at whatever level the team is comfortable with: PromQL, UI query builder, or natural language, plus a full API and one of the strongest MCP servers in the category for AI coding agents.
  • SaaS, BYOC, and air-gapped on-prem deployment options with 24/7 white-glove support.

Limitations

  • Purpose-built for Kubernetes. Splunk estates that ingest from mainframes, network appliances, and VM fleets across the whole enterprise need a general-purpose log platform for those sources.
  • Not a SIEM: no detection-rule engine, compliance content packs, or SOC workflows. Teams replacing Splunk Enterprise Security should look at the SIEM section.
  • eBPF collection needs a cluster environment that allows node-level agents (GKE Autopilot and similar restricted environments are a poor fit).

Choose Metoro if: Kubernetes runs your production workloads and your Splunk bill is mostly application and infrastructure logs used for troubleshooting — you get the logging use case plus full observability and AI investigation, at per-node prices.

2. Elastic Stack (ELK) and Elastic Observability

Best for: Search-heavy teams that want an open-source-rooted platform covering logs, observability, and security.

The Elastic Stack — Elasticsearch, Kibana, and the ingest tooling around them — is the original Splunk alternative, and "ELK vs Splunk" is still the most common comparison in this space. Elastic Observability layers APM, infrastructure monitoring, and uptime on top; Elastic Security provides a credible SIEM, which makes Elastic one of the few platforms that can replace both halves of a Splunk deployment. Elasticsearch returned to an open-source license (AGPL) in 2024, and the company has gone all-in on OpenTelemetry.

The tradeoff is operational: self-managed clusters need sizing, index lifecycle management, and query tuning — the same class of work as running Splunk Enterprise. Elastic Cloud and the serverless tier reduce that at SaaS prices.

Strengths

  • Best-in-class full-text search over very large log volumes — the closest experience to Splunk's search power.
  • Covers logs, observability, and SIEM in one stack, self-managed or hosted.
  • Free self-managed distribution and a strong open-source lineage.

Limitations

  • Real operational and tuning investment when self-managed; cost control shifts from license fees to engineering time and infrastructure.
  • Metrics are serviceable, but Prometheus-lineage tools are stronger there.
  • Kubernetes incident workflows require assembly across the stack.

Choose Elastic if: search over huge log volumes is your core requirement, or you want one platform to replace both Splunk log management and Splunk Enterprise Security.

3. Grafana Loki and Grafana

Best for: Teams that want cheap, open-source log aggregation alongside an existing Prometheus and Grafana setup.

Grafana Loki takes the opposite architectural bet from Splunk: instead of indexing log content, it indexes only labels and stores compressed chunks in object storage, which makes it dramatically cheaper to run at volume. Queries use LogQL, and Grafana provides the UI. Grafana Cloud packages Loki with the rest of the LGTM stack (Mimir metrics, Tempo traces, Pyroscope profiling) as a managed service with a generous free tier.

The bet cuts both ways: label-based indexing keeps costs low, but ad-hoc full-text investigation across everything — the thing Splunk excels at — is slower and requires more query discipline.

Strengths

  • Very low storage costs via object storage; open source with a credible self-hosted path.
  • Natural fit for teams already on Prometheus and Grafana dashboards.
  • Managed option (Grafana Cloud) removes most operational burden.

Limitations

  • LogQL and label discipline are a real adjustment for teams used to Splunk-style free search.
  • High-cardinality labels degrade performance; schema design matters.
  • Logs, metrics, traces, and incident workflows are components you compose, not one product.

Choose Loki if: cost is the primary driver, you live in Grafana already, and your team can adapt to label-first querying.

4. Datadog

Best for: Teams consolidating many monitoring domains — logs, APM, infrastructure, RUM, security — onto one SaaS platform.

Datadog offers Log Management alongside the broadest observability product surface on the market, plus Cloud SIEM for security teams. Its logging model separates ingestion from indexing ("Logging without Limits"), so you can ingest everything cheaply and pay more only for what you index for fast search. Bits AI SRE investigates alerts as they fire.

As a Splunk replacement, the caution is economic: Datadog meters ingested GB, indexed events, hosts, custom metrics, and seats across many SKUs. Teams that leave Splunk over unpredictable bills often find they have traded one cost-management project for another. We cover this landscape in best Datadog alternatives for Kubernetes and compare Metoro directly in Metoro vs Datadog.

Strengths

  • One platform for logs, APM, infrastructure, RUM, security, and 600+ integrations.
  • Ingest/index separation gives real cost-control levers for logs.
  • Strong AI-assisted investigation with Bits AI SRE.

Limitations

  • Multi-SKU pricing is hard to forecast; log costs still scale with volume.
  • SaaS only — no self-hosted or air-gapped option.
  • Kubernetes is one supported workload among many, not the center of the data model.

Choose Datadog if: you want maximum platform breadth in SaaS form and are prepared to actively manage indexing and retention to keep costs predictable.

5. Dynatrace

Best for: Enterprises that want log analytics unified with observability in one data lakehouse, with causal AI on top.

Dynatrace stores logs, metrics, traces, and events in Grail, its unified lakehouse, and queries them with DQL — a genuinely Splunk-like power-query experience over observability data. OneAgent auto-instruments supported runtimes without code changes, Davis AI does causal root cause analysis, and Dynatrace can be deployed managed on your own infrastructure, which matters to former self-hosted Splunk shops. See our direct comparison in Metoro vs Dynatrace.

Strengths

  • Grail unifies log analytics with traces, metrics, and topology — one query surface instead of Splunk-plus-Observability-Cloud.
  • OneAgent auto-instrumentation and Davis AI causal analysis are mature.
  • Deployment on your own infrastructure is available.

Limitations

  • Consumption pricing across ingest, retention, and query dimensions adds up quickly at log-heavy volumes.
  • Dense platform with a real learning curve; DQL is another expert language to learn.
  • Best value accrues to teams using the whole platform, not just logs.

Choose Dynatrace if: you are an enterprise consolidating observability and log analytics and want the most Splunk-like query power among the big platforms.

6. Sumo Logic

Best for: Teams that want the closest like-for-like SaaS replacement for Splunk's log analytics and SIEM combination.

Sumo Logic was founded by ex-Splunk engineers and remains the most direct cloud-native equivalent: centralized log analytics with a powerful search language, dashboards, alerting, and Cloud SIEM in one SaaS platform. Migration is conceptually simple because the product shape matches — collectors, searches, dashboards, detections.

The caution is that its credit-based pricing is still fundamentally volume-driven, so the cost dynamics that pushed you off Splunk can reappear at a different price point.

Strengths

  • Product shape maps one-to-one onto Splunk workflows, minimizing retraining.
  • Log analytics and cloud SIEM in a single SaaS platform.
  • No infrastructure to run.

Limitations

  • Volume-based pricing recreates Splunk's core cost dynamic.
  • SaaS only.
  • Observability features are thinner than dedicated APM platforms.

Choose Sumo Logic if: you want to keep Splunk-style workflows and consolidate log analytics plus SIEM in SaaS, and your data volumes make the economics work.

7. Graylog

Best for: Teams that want open-source log management with an upgrade path to security analytics.

Graylog is a long-standing open-source Splunk alternative for log collection, processing pipelines, search, and alerting, built on OpenSearch storage. Graylog Open is free and self-hosted; Graylog Enterprise and Graylog Security add correlation, anomaly detection, and SIEM-style workflows. It is a pragmatic choice for teams that mainly need centralized logs with solid processing and search, without platform-scale pricing.

Strengths

  • Mature open-source core with strong log processing pipelines.
  • Clear upgrade path from log management to security analytics.
  • Much simpler to operate than a full Elastic deployment for the logging use case.

Limitations

  • You own OpenSearch scaling, storage, and upgrades when self-hosted.
  • Not an observability platform: no APM, traces, or infrastructure monitoring.
  • Enterprise features (correlation, archiving) are paid.

Choose Graylog if: centralized log management is the job, open source is a requirement, and you may grow into security analytics later.

8. SigNoz

Best for: Teams replacing Splunk logs and Splunk Observability Cloud together with one open-source, OpenTelemetry-native stack.

SigNoz provides logs, traces, and metrics in one application built natively on OpenTelemetry, backed by ClickHouse, self-hosted or in their cloud. For teams whose Splunk exit is part of a broader standardization on OpenTelemetry, SigNoz keeps instrumentation portable by design and consolidates the log and APM use cases that Splunk splits across products.

Strengths

  • Open source with a self-hosted path and a managed cloud option.
  • OpenTelemetry-native; logs, traces, and metrics correlated in one UI.
  • ClickHouse backend delivers strong query performance for structured logs.

Limitations

  • Instrumentation is on you: OpenTelemetry SDKs and collectors per service.
  • Full-text search over unstructured logs is weaker than Splunk or Elastic.
  • Self-hosting means owning ClickHouse storage, scaling, and upgrades.

Choose SigNoz if: you are standardizing on OpenTelemetry and want one open-source stack for logs, traces, and metrics.

9. OpenObserve

Best for: Cost-focused teams that want a modern, object-storage-backed log engine at a fraction of Splunk's storage economics.

OpenObserve is a newer open-source observability platform written in Rust that stores logs, metrics, and traces in columnar files on object storage (S3, GCS, and compatible), claiming order-of-magnitude lower storage costs than Elasticsearch-style architectures. It offers a Splunk-familiar experience — SQL-based queries, dashboards, alerts — with dramatically simpler operations than an Elastic cluster.

Strengths

  • Very low storage costs via object storage; single-binary simplicity for small deployments.
  • Logs, metrics, and traces in one open-source system.
  • SQL-based querying lowers the learning curve.

Limitations

  • Younger project: smaller ecosystem, fewer integrations, and less battle-tested at extreme scale than Splunk or Elastic.
  • Not a SIEM and lighter on APM depth than dedicated platforms.

Choose OpenObserve if: storage cost is the dominant concern and you want a simple, modern open-source engine for logs first.

If You Are Replacing Splunk Enterprise Security (SIEM)

If Splunk is primarily your SOC's SIEM, the alternatives above are the wrong list — you need detection content, correlation, case management, and compliance workflows, not just log search. The main contenders:

  • Microsoft Sentinel — the default for Microsoft-centric organizations: cloud-native SIEM/SOAR on Azure with per-GB pricing, commitment tiers, and deep integration with Microsoft 365 and Defender telemetry.
  • Google Security Operations (formerly Chronicle) — built on Google's infrastructure for very fast search over petabyte-scale security telemetry, with pricing designed to avoid per-GB anxiety.
  • CrowdStrike Falcon Next-Gen SIEM — built on the index-free LogScale engine (formerly Humio); a natural fit for existing CrowdStrike endpoint customers.
  • Elastic Security — SIEM on the Elastic Stack; attractive if you also want Elastic for logs and observability, with a self-managed option.
  • Exabeam — strong user and entity behavior analytics (UEBA), often cited for insider-threat detection.

Many organizations split the estate on the way out: security telemetry and detections go to a SIEM, while application and infrastructure logs — often the majority of ingest volume, and the part that made the Splunk bill painful — move to an observability platform like Metoro, Elastic, or Loki. Routing operational logs off the SIEM's per-GB meter is frequently the single biggest cost win in the whole migration.

Which Splunk Alternative Should You Choose?

Choose based on the job Splunk actually does for you.

If Splunk is troubleshooting logs for Kubernetes workloads, start with Metoro. One eBPF install replaces log forwarder rollout, adds metrics, traces, profiling, and Kubernetes context Splunk never had, and Guardian's AI investigation removes the SPL-expert bottleneck. At $20/node/month with 100 GB/node included, log verbosity stops being a billing event.

If the problem is ingest cost at general-purpose scale, decide who should own the infrastructure. Managed platforms with cost levers (Datadog's ingest/index split, Dynatrace's Grail) reduce the pain but keep volume-based meters; open-source stacks (Loki, Elastic, Graylog, OpenObserve) can cut storage economics by an order of magnitude in exchange for operational ownership.

If you need the closest like-for-like replacement with minimal workflow change, Sumo Logic in SaaS or Elastic self-managed are the natural moves — with the caveat that both keep volume-driven economics.

If Splunk is your SIEM, evaluate Microsoft Sentinel, Google Security Operations, CrowdStrike Falcon Next-Gen SIEM, Elastic Security, or Exabeam — and consider routing non-security logs to a cheaper destination as part of the same project.

For most Kubernetes-native engineering teams evaluating Splunk alternatives in 2026, the practical shortlist is:

  1. Metoro for the best Kubernetes-native Splunk alternative: log search and processing plus full-cluster eBPF telemetry, AI root cause analysis, per-node pricing with included ingest, and SaaS/BYOC/air-gapped deployment.
  2. Grafana Loki or Elastic for open-source control, chosen by whether cost (Loki) or search power (Elastic) matters more.
  3. Datadog or Dynatrace for enterprises consolidating onto another broad commercial platform.

FAQ

What is the best Splunk alternative?

It depends on which Splunk use case you are replacing. For Kubernetes log management and troubleshooting, Metoro is the strongest fit: it covers log search, parsing, and ingestion controls, adds metrics, traces, profiling, and Kubernetes context via one eBPF install, and includes AI root cause analysis — with per-node pricing instead of per-GB ingest. For general-purpose enterprise logging, Elastic and Sumo Logic are the closest like-for-like replacements. For SIEM, Microsoft Sentinel, Google Security Operations, and CrowdStrike are the leading options.

What is the best open-source Splunk alternative?

The Elastic Stack (ELK) is the most established open-source Splunk alternative and the closest to Splunk's search power. Grafana Loki is the low-cost option for teams on Prometheus and Grafana. Graylog is a pragmatic middle ground for centralized log management, SigNoz covers logs plus OpenTelemetry-native APM, and OpenObserve optimizes for storage cost. All of them trade license fees for engineering time on storage, scaling, and upgrades.

What is the cheapest alternative to Splunk?

Structurally, the biggest savings come from breaking the per-GB ingest model rather than discounting it. Self-hosted Loki or OpenObserve on object storage have the lowest storage economics if you can operate them. Among managed platforms, Metoro includes 100 GB of ingest per node in its $20/node/month price, so Kubernetes teams stop paying for log verbosity at all. Like-for-like SaaS replacements (Sumo Logic, Datadog) are usually cheaper than Splunk list price but keep volume-based meters.

Is there a free alternative to Splunk?

Yes. Elastic, Grafana Loki, Graylog Open, SigNoz, and OpenObserve all have free self-hosted distributions, and Grafana Cloud has a meaningful free tier. Free covers licenses, not the infrastructure and engineering time to run them — which is why small teams often land on low-cost managed options instead.

Splunk vs ELK — which should I choose?

Splunk offers more out of the box — mature apps, premium SIEM content, enterprise support — and costs accordingly. The Elastic Stack offers comparable search power with open-source licensing, at the cost of operating it yourself (or paying for Elastic Cloud). Teams with strong platform engineering and high data volumes tend to justify Elastic; teams that value turnkey content and support keep Splunk or pick a managed alternative.

What happened to Splunk after the Cisco acquisition?

Cisco completed its acquisition of Splunk in March 2024 for approximately $28B. Splunk continues to operate as the core of Cisco's observability and security portfolio: AppDynamics was folded in as Splunk AppDynamics, and in 2025 Cisco repositioned the observability products around agentic AI capabilities. The products remain actively developed; the practical impact for buyers has been portfolio reshuffling and pricing-model evolution, which is why many teams use renewals as a checkpoint to re-evaluate.

Can Splunk alternatives handle Kubernetes logs better than Splunk?

Kubernetes-native platforms can, because the hard part is context, not collection. Splunk ingests container logs fine, but correlating a log line with the pod that emitted it, the deploy that preceded it, and the upstream service that caused it is manual work across products. Metoro attaches Kubernetes metadata to every log automatically and holds cluster state, deploy history, traces, and metrics in the same platform — and its AI investigation uses all of it, so the answer to "which deploy, pod, node, or dependency caused this?" does not require writing queries at all.

Do I need a SIEM to replace Splunk?

Only if you use Splunk as one. Audit what actually drives your ingest: in many organizations most volume is application and infrastructure logs used for troubleshooting, with a smaller security slice feeding detections. Splitting those — observability logs to a platform priced for volume, security telemetry to a dedicated SIEM — is often cheaper and better-fitting than replacing Splunk with a single monolith.

Ece Kayan avatar
Written by
Ece Kayan

CTO, ex-Amazon Senior Software Engineer Prime Video (Reliability)