Real-time log ingestion and streaming
InstantLogs ingests raw log streams and exposes filtering, streaming, API keys, and logger statistics over HTTP.
Key features
Create loggers, ingest line-oriented logs, filter with regular expressions, and stream events.
Raw log ingestion
Send bytes or newline-delimited logs to a logger ingest endpoint.
Live tail & filter
Stream logs in real time and filter them with regex query parameters.
Logger API keys
Create API keys for logger-level ingestion and read access.
Quick start
Get started with InstantLogs in seconds using the API.
1curl -X POST https://logs.hola.cloud/v1/loggers \
2 -H 'X-Glue-Authentication: {"user":{"id":"user-123"}}' \
3 -d '{"name":"app-logger"}' \
4 && printf 'info Hello world\n' | curl https://logs.hola.cloud/v1/loggers/logger-123/ingest \
5 -H 'Api-Key: $LOGGER_KEY' -H 'Api-Secret: $LOGGER_SECRET' \
6 --data-binary @-
Common use cases
Microservices orchestration
Build and deploy with InstantLogs on HolaCloud's enterprise platform, designed for security, reliability, and scale.
Data pipeline automation
Build and deploy with InstantLogs on HolaCloud's enterprise platform, designed for security, reliability, and scale.
Event-driven architectures
Build and deploy with InstantLogs on HolaCloud's enterprise platform, designed for security, reliability, and scale.
API backend development
Build and deploy with InstantLogs on HolaCloud's enterprise platform, designed for security, reliability, and scale.
Ready to get started?
Explore the documentation or launch the console to start building with InstantLogs.
Comments