Real-Time Game Server
Log Aggregation
Collect, index, and analyze logs from every game server instance in your fleet. Sub-50ms ingestion latency, full-text search, and live alerting - built for scale.
Everything you need for game server observability
Streaming Ingestion
Push logs in real time via our lightweight agent or HTTP endpoint. Handles burst spikes from player events, crashes, and match starts without dropping events.
Smart Alerting
Define threshold and anomaly-based alerts. Get notified via Slack, PagerDuty, or webhook when crash rates spike or when specific error patterns appear.
Retention Policies
Configure per-stream retention from 7 days to 2 years. Hot storage for recent logs, cold storage for compliance and post-mortems.
Live Dashboard
Pre-built dashboards for player sessions, server TPS, match events, and error rates. Build custom panels with our drag-and-drop editor.
Full-Text Search
Search across billions of log lines in milliseconds. Filter by server region, game mode, build version, or any custom field in your structured logs.
REST & gRPC API
Integrate with your existing observability stack. Ingest via REST, gRPC streaming, or Kafka-compatible endpoint. Export to S3, BigQuery, or Elasticsearch.
Bandwidth notice: Real-time log streaming from active game servers can consume several hundred gigabytes of traffic per day depending on your fleet size and log verbosity level. Review your ingestion volume estimate in the onboarding wizard before enabling streaming on production servers.
Quick start
Install the GameLogs agent on your game server in under two minutes.
curl -fsSL https://get.gamelogs.io/agent | bash
# Configure endpoint
export GAMELOGS_ENDPOINT="https://logs.soulfly.us/ingest/v2/"
export GAMELOGS_API_KEY="gl_your_api_key_here"
# Start streaming
gamelogs-agent start --follow /var/log/gameserver/*.log
# Verify connectivity
gamelogs-agent status
Ready to get started?
Free tier includes up to 5 servers and 500M events per month. No credit card required.
Create free accountQuestions or enterprise pricing?
gamelogs@soulfly.us