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
- UI: http://localhost:5080
- S3 admin (MinIO): http://localhost:9001 —
minioadmin/minioadmin
2
Log in and get a token
Authenticate to obtain a JWT and The response contains the JWT and
org_id: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 The result includes
app log stream over the HTTP API: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.