- Lab
- A Cloud Guru
Fluentd Data Formatting
In this lab, you have been provided with a Linux server that has Fluentd preinstalled. This Fluentd has been configured to send the output of the `/var/log/messages` log into the Fluentd stdout log. Your task is to modify the data coming from the `/var/log/mesages` to add a timestamp and also to add the tag used in the configuration file. Then, you need to test to ensure it is working and adding the date, timestamp, and tag to the output.
Path Info
Table of Contents
-
Challenge
Modify the Fluentd Configuration File to Add a Date and Timestamp and the Tag Used
You will need to edit the
/etc/td-agent/td-agent.conf
file and modify it so that the section that uses themessages.entries
tag will add a date and timestamp to the output.You should use the time format of
%Y/%M/%D - %H:%M:%S
for the stamp.You will also need to add the tag to what is being output to the
/var/log/td-agent/td-agent.log
file. -
Challenge
Test the Log Data Is Being Modified as Expected
Restart Fluentd, and test that the output to the
/var/log/messages
is being sent to the/var/log/td-agent/td-agent.log
with the expected date and timestamp and also the tag that is being used.Note: The
logger
command will send output to the/var/log/messages
log and can be used for testing.
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.