- Lab
- A Cloud Guru
Installing Fluentd
In this lab, you will be tasked with installing Fluentd onto a server. The server is provided for your use, and you will also have the install script for the Fluentd installation. The purpose for this lab is to have you install Fluentd onto the provided lab server. By the end of the lab, you will have learned how to install Fluentd and how to test that it is working.
Path Info
Table of Contents
-
Challenge
Log In to the Provided Server
Log in to the server as
cloud_user
with the provided password to ensure you can log in. When the fileSERVER-READY
is shown in the/home/cloud_user
folder, then you can follow along with the tasks. -
Challenge
Install Fluentd
Install Fluentd using whatever command is required. The install script has been downloaded and is located under
/home/cloud_user/install-redhat-td-agent4.sh
. -
Challenge
Test that Fluentd Has Started
The default configuration file will be installed with Fluentd. Test that Fluentd has started. Use whatever commands are required.
-
Challenge
Validate Fluentd Installation
As a final test to ensure Fluentd is working, post some text to the standard Fluentd port.
The information to use is
http://localhost:8888/debug.test
.You should see the output if you examine the default log found at
/var/log/td-agent/td-agent.log
.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.