fluentd on davidchua https://dchua.com/tags/fluentd/ Recent content in fluentd on davidchua Hugo -- gohugo.io en-us Tue, 25 Nov 2014 00:00:00 +0000 How to setup Fluentd to Log to S3 with Rails https://dchua.com/posts/2014-11-25-how-to-setup-fluentd-to-log-to-s3/ Tue, 25 Nov 2014 00:00:00 +0000 https://dchua.com/posts/2014-11-25-how-to-setup-fluentd-to-log-to-s3/ Logging is important. When you’re running a fully fledge production application server, you do not have the luxury of monitoring your rails console all the time. In this example, I will go through with you the process of setting up Fluentd with your Rails App to log data and to upload them onto S3 for persistent archival purposes. Pre-requsite Running Trusty (14.04) Ruby 2.1.2 installed An AWS Account with your AWS Credentials (key and token) ready Step 1: Download Td-Agent Wait, isn’t this a Fluentd tutorial?