InstantLogs
核心功能
Everything you need to build, deploy, and scale with InstantLogs on HolaCloud.
高吞吐采集
每秒发送数百万日志事件,支持自动批处理。
实时追踪与过滤
实时流式查看日志,支持强大的过滤和搜索功能。
保留与归档
可配置的保留策略,支持冷存储归档。
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 @-
Use cases
常见用例
微服务编排
Build and deploy with InstantLogs on HolaCloud's enterprise platform, designed for security, reliability, and scale.
数据管道自动化
Build and deploy with InstantLogs on HolaCloud's enterprise platform, designed for security, reliability, and scale.
事件驱动架构
Build and deploy with InstantLogs on HolaCloud's enterprise platform, designed for security, reliability, and scale.
后端 API 开发
Build and deploy with InstantLogs on HolaCloud's enterprise platform, designed for security, reliability, and scale.
评论