Log Cost Calculator (ingestion + retention)

Log platforms usually charge for (1) ingestion, (2) retention storage (GB-month), and sometimes (3) scan/search. This log cost calculator groups those line items so you can estimate a realistic monthly total and compare baseline vs peak months.

1) Ingestion

Start with GB/day ingested for the logs you send to your vendor. If you have multiple log types, model them separately and add them up.

Inputs

Ingest volume (GB / day)
If you have measured ingestion, use it directly.
Avg 4.63 Mbps ingest.
Events per second
Avg bytes per event
Tip: sample real log events to avoid guessing.
Billing days (per month)
Ingest price ($ / GB)
Scenario presets

Results

Estimated monthly ingestion cost
$760.00
Monthly ingestion
1,520 GB
Ingestion rate
50 GB/day
Assumption
0.5 $/GB x 30.4 days

2) Retention storage

Retention is usually what makes log storage costs grow. Long retention multiplies steady-state stored GB.

Inputs

Logs produced (GB / day)
If you have measured ingestion, use it directly.
~1.46 TB retained at steady state.
Events per second
Avg bytes per event
Sample real logs for a reliable average.
Retention (days)
~1 months of logs.
Storage price ($ / GB-month)

Results

Retained volume (steady state)
1,500 GB
Estimated monthly storage cost
$45.00

3) Optional: scan/search

If your provider charges by GB scanned, estimate scan volume for typical daily query workloads.

Inputs

GB scanned (per day)
Avg 74.07 Mbps scanning, 0.0093 GB/sec.
Scan price ($ / GB)
Queries (per day)
Avg GB per query
Est 300 GB/day.

Results

Monthly scan volume (est.)
24,320 GB
Estimated monthly scan cost
$121.60
Cost per GB scanned
$0.01 / GB

How to get your inputs

  • Volume: start from measured ingestion (GB/day) if you have it, then convert to monthly/retention where needed.
  • Estimator: use events/sec x bytes/event when you only have log rates.
  • Retention: decide retention days and model steady-state GB-month.
  • Queries: model scan/query volume if your tool bills by GB scanned.

Result interpretation

  • If retention dominates, shorten retention or move cold logs to cheaper tiers.
  • If scans dominate, reduce query frequency and narrow time windows.

Common mistakes

  • Modeling ingestion but forgetting retention (GB-month) and scan/query costs.
  • Keeping noisy logs forever instead of setting explicit retention tiers.

Advanced inputs to capture

  • Estimate GB/day from events/sec and bytes per event.
  • Retention days set the storage GB-month baseline.
  • Query and scan volume can dominate during incidents.
  • Sampling and compression change bytes per event.

Scenario planning

Scenario Ingestion Retention Scans
Baseline Expected Current policy Typical queries
Peak High Same policy Incident queries

Validate after changes

  • Check ingestion GB/day and retention GB-month after changes.
  • Check query scan GB and dashboard refresh frequency (common hidden driver).

Next steps

Advertisement

Example scenario

  • Estimate ingestion from GB/day, then add retention storage from retention days; optionally add scan charges if you run frequent queries.
  • Retention increases costs linearly with days; scan costs increase with query volume and GB scanned.

Included

  • Log ingestion estimate from GB/day and $/GB pricing.
  • Retention storage estimate from GB/day, retention days, and $/GB-month pricing.
  • Optional scan/search estimate from GB scanned per day and $/GB pricing.
  • Optional event-rate estimators for ingestion and retention volume.

Not included

  • Indexing add-ons, alerting, and premium features unless you model them separately.
  • Provider-specific tiering (use blended effective rates or separate scenarios).

How we calculate

  • Step 1: estimate ingestion charges (GB/day x $/GB x days/month).
  • Step 2: estimate retained storage steady-state (GB/day x retention days) and apply $/GB-month.
  • Step 3 (optional): estimate scan/search charges from GB scanned and $/GB pricing.
  • Compare baseline vs peak months if traffic or incidents spike logs.
  • Sum line items to get a total monthly estimate.

FAQ

Why do I need both ingestion and storage?
Many vendors bill ingestion (GB ingested) separately from storage (GB-month retained). Even if ingest is flat, long retention increases storage cost.
Do I always pay scan/search charges?
No. Some platforms include queries; others charge by GB scanned. If your vendor charges for scans, use the scan calculator to model it.
How can I reduce log costs quickly?
The fastest levers are: reduce noisy logs at source, shorten retention for low-value logs, and avoid expensive broad scans (use sampling or narrower filters).

Related tools

Related guides

Advertisement

Disclaimer

Educational use only. Not legal, financial, or professional advice. Results are estimates based on the inputs and assumptions shown on this page. Verify pricing and limits with your providers and documentation.

Last updated: 2026-02-23