Skip to content

HeliosLogsFast, easy, modern log search with analytics & AI

Point your logs at HeliosLogs and search, chart, monitor, and investigate them. A pipelined query language, dashboards, alerting, and an AI agent that does the digging.

HeliosLogs

From firehose to answer

Ingest with a single request, query with a language built for logs, and let the agent do the digging.

1 · Send your logs

Push NDJSON over HTTP — or point an existing shipper at the drop-in endpoints.

bash
curl 'https://logs.example.com/api/ingest?index=app' \
  -H 'content-type: application/x-ndjson' \
  --data-binary @app.ndjson

2 · Search & analyze

Full-text and fields up front, pipeline operators for the analytics.

service:checkout level:error
| timechart span=5m count by status

3 · Ask the agent

Skip the query. Describe the problem and read the answer.

Why did checkout 5xx spike at 14:00, and which dependency is to blame?

See it in action

Dashboards, fast search, and an AI agent that charts its own findings — all in the same UI.

The HeliosLogs search interface with histogram, search results and agent investigate panel

Search with a histogram, and live tail, and AI assisted investigations.

A HeliosLogs service-health dashboard with error tiers and live charts

A production service-health dashboard — totals, error tiers, and live charts.

The AI agent powered system anomaly detection monitor setup

Setup AI monitors in plain English; the agent monitors the system and alerts

Drop-in for the stack you already have

Keep your shippers. HeliosLogs speaks the protocols your tools already emit, so you can migrate without re-instrumenting a thing.

Fluent Bit · Vector · LogstashSyslog (RFC 3164 / 5424)OTLP / OpenTelemetryCompatibility APIs (HEC, _bulk, etc)

One binary. No moving parts.

Most log stacks are a project to operate. HeliosLogs is one process.

  • Local-first storage — a fast columnar block engine writes to disk first; an optional shared store adds replication.
  • DR is "replicate the bucket" — point a fresh node at the backup and it rebuilds its cache.
  • Schema-on-read — no mappings to manage, no migrations, no field explosions.
  • No external database — the control plane is encrypted JSON on a compare-and-swap object store.
bash
# laptop or production — the same binary
helios serve --port 7300 --data-dir ./data

# scale out: point several nodes at one store
helios serve --shared-store s3://logs-bucket/helios

Built for the people who run things

SREs, platform teams, and security engineers who want answers from their logs — not a second job operating the log system.

Find the needle, fast

Full-text, fields, and pipeline analytics over high-cardinality logs — with field discovery and live tail.

Catch issues early

Threshold and AI monitors watch on a schedule and alert you — with the agent's reasoning attached to the alert.

Keep it locked down

RBAC, SAML SSO, scoped API keys, an encrypted control plane, and a FIPS 140-3 build for regulated environments.

Start searching in minutes

Grab the binary, send some logs, and run your first query — the quickstart walks you through it end to end.

Get started →  ·  Read the docs