This document provides an overview of Fluentd, an open source data collector for structured logging. Fluentd uses a pluggable architecture and JSON format for log messages, allowing logs to be filtered, buffered, and reliably forwarded to storage. It provides client libraries for integrating with applications in languages like Ruby, Perl, PHP, Python and Java. Fluentd is positioned as an alternative to other log collection systems like Scribe and Flume, with advantages of being easier to install, configure, extend with plugins, and smaller footprint.