2V0-32.24 Question 236
Select 3An organization has deployed vRealize Log Insight to monitor and analyze logs from its virtual environment. The team wants to configure the vRealize Log Insight Agent to collect custom log files from a specific application running on a Linux server. Which of the following steps must be performed to achieve this configuration?
- A
Define the log file path in the vRealize Log Insight Agent configuration file.
- B
Restart the application service to enable log forwarding to the vRealize Log Insight server.
- C
Specify the desired log file format and parsing rules in the vRealize Log Insight Agent configuration file.
- D
Restart the vRealize Log Insight Agent service after modifying the configuration file.
- E
Install the vRealize Log Insight Agent on the vRealize Log Insight server.
Show answer and explanation
Correct answers: A, C, D
Explanation
To configure the vRealize Log Insight Agent to collect custom log files, the log file path must be defined in the agent's configuration file, and any specific parsing rules for the log format must also be configured. Once the changes are made, the vRealize Log Insight Agent service must be restarted to apply the new settings. These steps ensure that the agent collects and forwards the desired logs to the vRealize Log Insight server. Restarting the application service or installing the agent on the Log Insight server is not relevant to this task.
- A. Correct.
Correct: The log file path must be specified in the agent configuration file so that the agent knows which logs to collect.
- B. Incorrect.
Incorrect: Restarting the application service is unnecessary for enabling log forwarding to vRealize Log Insight.
- C. Correct.
Correct: Specifying the log file format and parsing rules ensures the logs are appropriately processed by vRealize Log Insight.
- D. Correct.
Correct: After modifying the configuration file, the agent service must be restarted to apply the changes.
- E. Incorrect.
Incorrect: The vRealize Log Insight Agent should be installed on the source machine (e.g., the Linux server), not the vRealize Log Insight server.