Skip to main content
Streamlogia collects logs from any service and delivers them to your team in real time. Ship a log with a single HTTP call — everything else (streaming, alerting, search) happens in the dashboard.

How it works

1

Your service sends a log

POST /v1/ingest with Authorization: Bearer eyJ… and a JSON body containing level, message, source, and projectId.
2

api.streamlogia.com receives it

The API authenticates the request, validates the payload, and fans it out to three destinations simultaneously.
3

Stored, streamed, and evaluated

The log is written to the log store, pushed over WebSocket to the live dashboard, and checked against your alert rules — notifying Slack, PagerDuty, or a webhook if conditions match.

What you get

FeatureDescription
Real-time streamLogs appear the moment they arrive — no polling
Log levelsFilter by DEBUG, INFO, WARN, ERROR
Full-text searchQuery across message, source, and tags
Alert rulesNotify your team when conditions match
Projects & orgsIsolate logs per service and team
Simple APIOne endpoint, a Bearer token, a JSON body

Where to start

Quickstart

Ship your first log in under 2 minutes

Authentication

Create and manage API keys

Ingest API

Full request and response reference

SDKs

Node.js, Python, Go, and cURL examples