Logarys
Logarys is a modular platform for ingesting, normalizing, storing, querying, and administrating logs at scale.
Introduction¶
Logarys is organized as a set of focused containers. Each service has one responsibility: receive logs, transport them, persist them, query them, or administrate the platform.
The project is designed for two deployment modes:
- Mono-server deployment with Docker Compose for small and medium installations.
- Kubernetes deployment for scalable and resilient production platforms.
Main capabilities¶
Ingestion
Expose HTTP or internal endpoints to collect logs and normalize them before publication.
Pipelines
Define how payloads are parsed, transformed, routed, indexed, and retained.
Queries
Search logs through a dedicated API using an RSQL-style filter syntax.
Administration
Use the Logarys console to manage users, pipelines, and global configuration.
Official links¶
| Resource | Link |
|---|---|
| Docker Hub | https://hub.docker.com/repositories/logarys |
| GitHub | https://github.com/logarys |
Note
Replace the GitHub URL with your real repository URL in mkdocs.yml and in this page.
Components¶
A complete Logarys stack usually contains the UI, Console Manager, Ingestor, Storage Manager, NATS JetStream, and MongoDB.