Overview
Let's get started with Fluentd! Fluentd is a fully free and fully open-source log collector that instantly enables you to have a 'Log Everything' architecture with 125+ types of systems.

Fluentd treats logs as JSON, a popular machine-readable format. It is written primarily in C with a thin-Ruby wrapper that gives users flexibility.
Fluentd's scalability has been proven in the field: its largest user currently collects logs from 50,000+ servers.
Step 1: Installing Fluentd
You can install Fluentd as a package, Ruby gem, or from source.
Please see the following article for details.
Step 2: Use Cases
The following articles cover the typical use cases of Fluentd:
- Use Cases
- Basic Configuration
Application Logs
- Happy Users :)
Step 3: Learn More
The following articles will provide detailed information about Fluentd:
- Architecture Overview
- Lifecycle of a Fluentd Event
- Plugin Overview
- High Availability Configuration
- FAQ