- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud
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.
Lab 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.conffile and modify it so that the section that uses themessages.entriestag will add a date and timestamp to the output.You should use the time format of
%Y/%M/%D - %H:%M:%Sfor the stamp.You will also need to add the tag to what is being output to the
/var/log/td-agent/td-agent.logfile. -
Challenge
Test the Log Data Is Being Modified as Expected
Restart Fluentd, and test that the output to the
/var/log/messagesis being sent to the/var/log/td-agent/td-agent.logwith the expected date and timestamp and also the tag that is being used.Note: The
loggercommand will send output to the/var/log/messageslog and can be used for testing.
About the author
Real skill practice before real-world application
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.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.