Sumo Logic
A weekend of work, and real gaps remain.
Log management and security analytics at scale: ingest everything, search it, alert on it, and keep it for compliance.
Build the log system I actually need instead of Sumo Logic — and start by measuring the volume, because that decides everything. **Under about 50GB a day, this is entirely buildable on your own hardware.** Above that, running a search cluster becomes a job, and the entry is honest that the paid product starts to make sense. STACK - Vector or Fluent Bit as the collector on every machine - Loki with object storage behind it, or ClickHouse if you need real analytical queries - Grafana for search and dashboards - Node 20+ with Fastify for anything custom - Caddy in front THE ARCHITECTURE THAT KEEPS COSTS SANE - **Index labels, not content.** Loki's model — a small set of labels, the body left unindexed and compressed — is why it costs a fraction of a full-text engine. Choose labels deliberately: service, environment, level, host. Never a label with unbounded values like a request id, which explodes the index - Object storage for the chunks. Disk is what makes log systems expensive - Retention in tiers: seven days hot, ninety days in object storage, a year for anything a compliance rule names GETTING THE LOGS RIGHT AT THE SOURCE - **Structured logs, JSON, one event per line, from day one.** Parsing unstructured text later is a permanent tax, and every hour spent on log formats now saves ten in an incident - Every line carries: timestamp in UTC, level, service, environment, and a correlation id - **The correlation id is the single most valuable field in the whole system.** Generated at the edge, passed through every service, logged everywhere. Without it a request across four services is four unrelated stories - Sample the noisy ones: debug at a percentage, errors never sampled WHAT MUST NEVER BE IN A LOG - Passwords, tokens, card numbers, authorisation headers, session cookies, and personal data beyond an identifier. **A log system is a copy of your secrets if you let it be**, and it usually has broader access than the database - Scrub at the collector, deny by default on anything matching a secret pattern, and test it SEARCH AND ALERTS - Alert on a rate, not on a single line: errors above a baseline, a new error signature appearing, a queue growing - **Alert on the absence of expected logs too.** A service that stops logging is a service that stopped, and no error-based alert will ever fire - Every alert links to the query that produced it COST CONTROL - Measure bytes per service per day and publish it. **The team producing 80% of the volume is always surprised to learn it**, and that one chart cuts the bill more than any technical change - A per-service ingestion cap with a loud alert rather than a silent bill WHAT MATTERS MOST Structured logs with a correlation id, labels chosen carefully, and secret scrubbing at the collector. Those three decide whether the system is useful, affordable and safe.
What you lose
- Search across terabytes without running the infrastructure
- Retention that satisfies a compliance requirement
- Detection content maintained by a security team
- Scaling that does not become your problem at 3am
If you would rather not build
- ClickHouse, if you need analytical queries over logs
- journald and grep, honestly, for a single server
The escape hatch
open source · no votes, no paid placement
Grafana Loki
$0Log aggregation that indexes labels rather than content; cheap to run.
grafana/lokifree · open source
Vector
$0High-performance log collection, transformation and routing.
vectordotdev/vectorfree · open source
Why this verdict
our own opinion · changed only by a person
44/100
Verdict kinda at 44: Loki and Vector do this well below a real volume threshold, and the entry says where that threshold is. The correlation id and label discipline are the two things to get right at the start.
History
tracked since 14 Aug 2026 · nothing is ever overwritten
Nothing recorded yet. This chart fills in once the page has visitors, votes or prompt copies — it will not draw a flat line to look busy.
Questions about Sumo Logic
answered from the record above
Is Sumo Logic free?
Sumo Logic does not publish a headline price; it is quoted by daily ingest volume and retention.
Can you replace Sumo Logic by building your own?
ALMOST. A weekend of work, and real gaps remain. Replacement score 44 out of 100, build time a weekend. Read what you lose before you decide.
How much does Sumo Logic cost?
Sumo Logic has no public headline price. The tier we track is the entry plan.
What do you lose by replacing Sumo Logic?
Search across terabytes without running the infrastructure; Retention that satisfies a compliance requirement; Detection content maintained by a security team; Scaling that does not become your problem at 3am. If any of those carry weight for you, keep paying.
Is there an open-source alternative to Sumo Logic?
Yes: Grafana Loki, Vector. The prompt on this page is for when you want it your way instead.
Related entries
same category first, most replaced first
Every week, something stops being worth paying for.
New verdicts, prices that moved, entries added. One email a week. Unsubscribe in one click. Nothing is being sent yet — your address is kept here, and the first issue is the first thing it is used for.
free forever · no tracking pixel · stored here, never passed to anyone

