Skip to main content
This guide starts MoleSignal locally, sends a log event, and queries the event through the authenticated HTTP API.

Prerequisites

  • Docker and Docker Compose (the sandbox brings up Postgres + MinIO + MoleSignal).
  • About 2 GB of free RAM for the standalone profile.

Run the sandbox

1

Clone and start

After startup completes:
2

Log in and get a token

Authenticate to obtain a JWT and org_id:
The response contains the JWT and org_id. Export both values for the next steps:
3

Send the first data

Native HTTP JSON intake works with curl, an app SDK, Vector, or Fluent Bit out of the box. Timestamps are microseconds since the Unix epoch.
4

Query the event

Query the app log stream over the HTTP API:
The result includes columns, rows, scanned_rows, and took_ms.

Next steps

Data intake from an existing stack

Connect OpenTelemetry, Prometheus, Loki JSON senders, Filebeat, and cloud sources.

Cross-signal correlation

Connect logs, metrics, traces, profiles, and RUM with shared context.

Deploy for real

Move from the sandbox to a multi-role or Kubernetes deployment.

Configuration

TOML config and MS_* environment overrides.
Last modified on August 9, 2026