Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 1.88 KB

File metadata and controls

48 lines (41 loc) · 1.88 KB
title Introduction
description Structured log ingestion and real-time observability for your services.

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

`POST /v1/ingest` with `Authorization: Bearer eyJ…` and a JSON body containing `level`, `message`, `source`, and `projectId`. The API authenticates the request, validates the payload, and fans it out to three destinations simultaneously. 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

Feature Description
Real-time stream Logs appear the moment they arrive — no polling
Log levels Filter by DEBUG, INFO, WARN, ERROR
Full-text search Query across message, source, and tags
Alert rules Notify your team when conditions match
Projects & orgs Isolate logs per service and team
Simple API One endpoint, a Bearer token, a JSON body

Where to start

Ship your first log in under 2 minutes Create and manage API keys Full request and response reference Node.js, Python, Go, and cURL examples