2V0-32.24 Question 240
Select 2You are tasked with configuring vRealize Log Insight to meet compliance requirements for sensitive data handling. Specifically, you need to ensure that sensitive information such as user passwords and credit card numbers does not appear in forwarded logs, while also ensuring that only logs matching a certain application tag are forwarded to an external syslog destination. What steps should you take to achieve this?
- A
Create a log forwarding filter to match logs with the specific application tag and configure the forwarding destination.
- B
Enable log masking for sensitive fields such as passwords and credit card numbers in the vRealize Log Insight configuration.
- C
Use an agent group to define the application tag and enable masking for sensitive fields at the agent level.
- D
Disable log forwarding for all logs except those with sensitive fields to reduce the risk of data leaks.
- E
Configure alerting rules to detect sensitive information and manually filter such logs before forwarding.
Show answer and explanation
Correct answers: A, B
Explanation
To meet the compliance requirements, you need to configure log forwarding with filters to ensure that only specific application logs are sent to the external syslog destination. Additionally, enabling log masking ensures that sensitive fields such as passwords and credit card numbers are obfuscated in the forwarded logs. These steps fulfill the requirements for both targeted log forwarding and data compliance.
- A. Correct.
Correct. Creating a log forwarding filter ensures that only logs matching the application tag are forwarded to the specified destination, fulfilling the requirement for targeted log forwarding.
- B. Correct.
Correct. Enabling log masking ensures that sensitive information such as passwords or credit card data is obfuscated and not visible in forwarded logs.
- C. Incorrect.
Incorrect. While agent groups can define tags, they do not directly ensure log masking or targeted forwarding based on application tags.
- D. Incorrect.
Incorrect. Disabling log forwarding for all logs except sensitive fields is counterproductive, as the goal is to forward specific application-related logs while masking sensitive data.
- E. Incorrect.
Incorrect. Configuring alerting rules for sensitive information does not address the need for automated log masking or targeted log forwarding.