Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 2.67 KB

README.md

File metadata and controls

56 lines (39 loc) · 2.67 KB

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 Architecture

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:

Step 3: Learn More

The following articles will provide detailed information about Fluentd:

If this article is incorrect or outdated, or omits critical information, please let us know. Fluentd is an open-source project under Cloud Native Computing Foundation (CNCF). All components are available under the Apache License 2.0.