Test Locally
Preview Savings

Run on your local logs to validate ROI risk-free.

Quick Start

Run Dev locally on your logs

docker run --rm \
  ghcr.io/log-10x/pipeline-10x:latest \
  @apps/dev
Zero install. Runs on built-in sample logs. Docker docs · Kubernetes
Run on your own logs
Copy files to $TENX_CONFIG/data/sample/input/ and run. Guide →

How It Works

Download, point at your logs, see results

Hover over each step to learn more

Frequently Asked Questions

What is Dev and what can I use it for?

Dev runs the 10x Engine locally to preview how edge and cloud apps will process your log data. One use is estimating optimization savings — point it at sample log files and Dev will:

  • Calculate exact reduction ratios
  • Show which log patterns optimize best
  • Provide detailed metrics on potential cost reductions

Runs entirely on your local machine with no data leaving your environment. Perfect for evaluation, POC preparation, and ongoing configuration testing.

Is Dev free?

Dev is free. No account and no API key required — download and run. The built-in symbol library covers 150+ frameworks out of the box. No log data is transmitted — the engine runs entirely on your machine.

Production edge and cloud apps require a paid license and API key.

How accurate are the savings estimates?

Dev uses the exact same optimization engine as production Log10x. Reduction ratios and pattern analysis closely match what you'll see when deployed.

The key to accuracy is providing representative log samples — include logs from different time periods, applications, and load conditions. Dev processes your actual data, not benchmarks.

How do I move from Dev testing to production?

The typical journey after Dev:

  1. Deploy Cloud Reporter to analyze costs in your existing platform (Splunk, Datadog, etc.)
  2. Deploy Edge Optimizer alongside your forwarder for 50%+ lossless reduction
  3. Optionally add Storage Streamer to archive to S3 and query on-demand

Each app deploys independently. Stack multiple to compound savings.