Introduction

Welcome to the LogFoundry documentation. This guide will help you get started with our platform and make the most of its features.

LogFoundry is an AI-powered observability platform that helps you collect, analyze, and visualize your log data in real-time.

Quick Start Guide

Follow these steps to get started with LogFoundry:

  1. Create an account and set up your organization
  2. Install the LogFoundry agent on your servers
  3. Configure your log sources
  4. Start collecting and analyzing logs

Log Collection

LogFoundry supports various log sources and collection methods:

  • File-based logs
  • System logs
  • Application logs
  • Container logs
  • Cloud service logs

Search & Analysis

Our powerful search syntax allows you to find exactly what you're looking for:

# Search for errors in the last hour level:error AND timestamp:>now-1h # Find specific user actions user_id:12345 AND action:login