Getting Started
Get LogDoc up and running in minutes. This guide covers installation, basic configuration, and sending your first logs.
Prerequisites
Before installing LogDoc, ensure your system meets the following requirements:
Java 11 or higher (JDK recommended)
Minimum 2 GB RAM (4 GB recommended)
Linux, macOS, or Windows operating system
Network access for log collection (ports 5140, 8080)
Installation
Download and install LogDoc using your preferred method:
bash
# Download latest release
curl -LO https://logdoc.org/releases/latest/logdoc.tar.gz
# Extract and install
tar -xzf logdoc.tar.gz && cd logdoc
./install.sh
Quick Start
Once installed, start LogDoc and verify it's running:
bash
# Start LogDoc server
logdoc start
# Open web UI at http://localhost:8080
logdoc status
Next Steps
Now that LogDoc is running, explore the Configuration guide to customize your setup, or jump into Pipeline Architecture to learn how to route logs between sources and destinations.