Skip to content

Loggator

Collect, index, and search container logs with a modern web UI and AI assistant

🤖 AI-Powered Search

Chat with an AI assistant about your logs using natural language. Ask questions like “Show me all errors from the last hour” and get instant, accurate results.

🔍 Full-Text Search

Fast and powerful log search with MeiliSearch. Filter by container, stream type, timestamps, and more.

📊 Real-time Dashboard

Live log streaming, statistics, and histograms to visualize your container activity at a glance.

🐳 Label-Based Filtering

Only monitor the containers you choose with simple Docker labels. Secure and easy to configure.

🌐 Multi-Language UI

Built-in support for English and German with easy extensibility for additional languages.

🔔 Smart Notifications

Get notified of new releases and stay up to date with the latest features and improvements.

  • AI Log Assistant - Natural language queries with automatic tool calling for log search, container info, and health checks
  • Persistent Chat History - Your conversations are saved across sessions
  • Markdown Responses - Syntax-highlighted code blocks and formatted output
  • Container Health Analysis - Automated analysis of container logs to identify issues
  • Log Histograms - Visualize log activity patterns over time
  • Real-time Streaming - Watch logs as they happen with live updates
# Add this label to any container you want to monitor
services:
my-app:
image: my-app:latest
labels:
- "loggator.enable=true"

Then ask the AI: “Show me all errors from my-app in the last 2 hours”

The AI will automatically search your logs, analyze the results, and provide actionable insights.