11# Mask Sensitive Information in Logs
22
3- There can be business sensitive information that are added to logs in
3+ There can be business sensitive information that are added to logs in
44the product console and/or Carbon log files. When these logs
55are analyzed, the information is exposed to those who check this.
66
@@ -11,8 +11,8 @@ information.
1111
1212## Mask Sensitive Information in Logs with Log4j
1313
14- Users can mask sensitive information from the log file at the time of logging.
15- In this feature, you can define patterns that need to be masked from the logs.
14+ Users can mask sensitive information from the log file at the time of logging.
15+ In this feature, you can define patterns that need to be masked from the logs.
1616This is particularly useful in the cases of credit card numbers, access tokens,
1717etc.
1818
@@ -25,7 +25,7 @@ see, [Configure log masking with Log4j]({{base_path}}/deploy/monitor/log4j-mask-
2525Users can mask sensitive information from the logs at the time of shipping with Filebeat.
2626In this feature, you can define patterns that need to be masked from the logs and it
2727will be masked at the Filebeat level and shipped. However, the log file itself
28- will contain the sensitive information.
28+ will contain the sensitive information.
2929
3030see, [ Configure log masking with Filebeat] ( {{base_path}}/deploy/monitor/elk-mask-sensitive-information-in-logs )
3131
0 commit comments