Documentation

Everything you need to get started with LogBrain.

Quick Start

  1. 1

    Sign Up

    Create your free account

  2. 2

    Install Agent

    curl -sSL logbrain.dev/install.sh | bash
  3. 3

    Configure

    logbrain config --api-key YOUR_KEY
  4. 4

    Start Analyzing

    Your logs are now being analyzed!

Installation

Docker

docker run -d logbrain/agent:latest

Kubernetes

kubectl apply -f logbrain.dev/k8s/deploy.yaml

API Reference

All API requests require an API key in the header:

Authorization: Bearer YOUR_API_KEY