Everything you need to get started with LogBrain.
Create your free account
curl -sSL logbrain.dev/install.sh | bash
logbrain config --api-key YOUR_KEY
Your logs are now being analyzed!
docker run -d logbrain/agent:latest
kubectl apply -f logbrain.dev/k8s/deploy.yaml
All API requests require an API key in the header:
Authorization: Bearer YOUR_API_KEY