diff --git a/en/identity-server/5.10.0/docs/setup/masking-sensitive-information-in-logs.md b/en/identity-server/5.10.0/docs/setup/masking-sensitive-information-in-logs.md index a5569a3ca9..0d643ea7f7 100644 --- a/en/identity-server/5.10.0/docs/setup/masking-sensitive-information-in-logs.md +++ b/en/identity-server/5.10.0/docs/setup/masking-sensitive-information-in-logs.md @@ -20,6 +20,15 @@ To configure this feature, follow the instructions below. 2. These patterns are configured in the `/repository/conf/wso2-log-masking.properties`. You can change its default configurations in `/repository/conf/deployment.toml`. +### Disabling Default Log Masking + +To disable log masking, navigate to `/repository/conf/deployment.toml` and add the following configuration. + +```toml +[masking_logs] +enabled = false +``` + ### The masking pattern file The masking pattern file is a property file that can contain one or more diff --git a/en/identity-server/5.11.0/docs/setup/masking-sensitive-information-in-logs.md b/en/identity-server/5.11.0/docs/setup/masking-sensitive-information-in-logs.md index 12e8c0f7d8..2c59422e35 100644 --- a/en/identity-server/5.11.0/docs/setup/masking-sensitive-information-in-logs.md +++ b/en/identity-server/5.11.0/docs/setup/masking-sensitive-information-in-logs.md @@ -20,6 +20,15 @@ To configure this feature, follow the instructions below. 2. These patterns are configured in the `/repository/conf/wso2-log-masking.properties`. You can change its default configurations in `/repository/conf/deployment.toml`. +### Disabling Default Log Masking + +To disable log masking, navigate to `/repository/conf/deployment.toml` and add the following configuration. + +```toml +[masking_logs] +enabled = false +``` + ### The masking pattern file The masking pattern file is a property file that can contain one or more diff --git a/en/identity-server/5.9.0/docs/setup/masking-sensitive-information-in-logs.md b/en/identity-server/5.9.0/docs/setup/masking-sensitive-information-in-logs.md index a5569a3ca9..0d643ea7f7 100644 --- a/en/identity-server/5.9.0/docs/setup/masking-sensitive-information-in-logs.md +++ b/en/identity-server/5.9.0/docs/setup/masking-sensitive-information-in-logs.md @@ -20,6 +20,15 @@ To configure this feature, follow the instructions below. 2. These patterns are configured in the `/repository/conf/wso2-log-masking.properties`. You can change its default configurations in `/repository/conf/deployment.toml`. +### Disabling Default Log Masking + +To disable log masking, navigate to `/repository/conf/deployment.toml` and add the following configuration. + +```toml +[masking_logs] +enabled = false +``` + ### The masking pattern file The masking pattern file is a property file that can contain one or more diff --git a/en/identity-server/6.1.0/docs/deploy/monitor/mask-sensitive-information-in-logs.md b/en/identity-server/6.1.0/docs/deploy/monitor/mask-sensitive-information-in-logs.md index 826cba10fa..77119bf135 100644 --- a/en/identity-server/6.1.0/docs/deploy/monitor/mask-sensitive-information-in-logs.md +++ b/en/identity-server/6.1.0/docs/deploy/monitor/mask-sensitive-information-in-logs.md @@ -1,6 +1,6 @@ # Mask Sensitive Information in Logs -There can be business sensitive information that are added to logs in +There can be business sensitive information that are added to logs in the product console and/or Carbon log files. When these logs are analyzed, the information is exposed to those who check this. @@ -11,8 +11,8 @@ information. ## Mask Sensitive Information in Logs with Log4j -Users can mask sensitive information from the log file at the time of logging. -In this feature, you can define patterns that need to be masked from the logs. +Users can mask sensitive information from the log file at the time of logging. +In this feature, you can define patterns that need to be masked from the logs. This is particularly useful in the cases of credit card numbers, access tokens, etc. @@ -25,6 +25,15 @@ see, [Configure log masking with Log4j]({{base_path}}/deploy/monitor/log4j-mask- Users can mask sensitive information from the logs at the time of shipping with Filebeat. In this feature, you can define patterns that need to be masked from the logs and it will be masked at the Filebeat level and shipped. However, the log file itself -will contain the sensitive information. +will contain the sensitive information. see, [Configure log masking with Filebeat]({{base_path}}/deploy/monitor/elk-mask-sensitive-information-in-logs) + +## Disabling Default Log Masking + +By default, log masking is enabled. To disable log masking, navigate to `/repository/conf/deployment.toml` and add the following configuration. + +```toml +[masking_logs] +enabled = false +``` diff --git a/en/identity-server/7.0.0/docs/deploy/monitor/mask-sensitive-information-in-logs.md b/en/identity-server/7.0.0/docs/deploy/monitor/mask-sensitive-information-in-logs.md index b9acf1adf7..a168655b96 100644 --- a/en/identity-server/7.0.0/docs/deploy/monitor/mask-sensitive-information-in-logs.md +++ b/en/identity-server/7.0.0/docs/deploy/monitor/mask-sensitive-information-in-logs.md @@ -16,3 +16,12 @@ Users can mask sensitive information from the logs at the time of shipping with In this feature, you can define patterns that need to be masked from the logs and it will be masked at the Filebeat level and shipped. However, the log file itself will contain sensitive information. For more information, refer to [Configure log masking with Filebeat]({{base_path}}/deploy/monitor/elk-mask-sensitive-information-in-logs) + +## Disabling Default Log Masking + +By default, log masking is enabled. To disable log masking, navigate to `/repository/conf/deployment.toml` and add the following configuration. + +```toml +[masking_logs] +enabled = false +``` diff --git a/en/identity-server/7.1.0/docs/deploy/monitor/mask-sensitive-information-in-logs.md b/en/identity-server/7.1.0/docs/deploy/monitor/mask-sensitive-information-in-logs.md index b9acf1adf7..a168655b96 100644 --- a/en/identity-server/7.1.0/docs/deploy/monitor/mask-sensitive-information-in-logs.md +++ b/en/identity-server/7.1.0/docs/deploy/monitor/mask-sensitive-information-in-logs.md @@ -16,3 +16,12 @@ Users can mask sensitive information from the logs at the time of shipping with In this feature, you can define patterns that need to be masked from the logs and it will be masked at the Filebeat level and shipped. However, the log file itself will contain sensitive information. For more information, refer to [Configure log masking with Filebeat]({{base_path}}/deploy/monitor/elk-mask-sensitive-information-in-logs) + +## Disabling Default Log Masking + +By default, log masking is enabled. To disable log masking, navigate to `/repository/conf/deployment.toml` and add the following configuration. + +```toml +[masking_logs] +enabled = false +``` diff --git a/en/identity-server/next/docs/deploy/monitor/mask-sensitive-information-in-logs.md b/en/identity-server/next/docs/deploy/monitor/mask-sensitive-information-in-logs.md index b9acf1adf7..a168655b96 100644 --- a/en/identity-server/next/docs/deploy/monitor/mask-sensitive-information-in-logs.md +++ b/en/identity-server/next/docs/deploy/monitor/mask-sensitive-information-in-logs.md @@ -16,3 +16,12 @@ Users can mask sensitive information from the logs at the time of shipping with In this feature, you can define patterns that need to be masked from the logs and it will be masked at the Filebeat level and shipped. However, the log file itself will contain sensitive information. For more information, refer to [Configure log masking with Filebeat]({{base_path}}/deploy/monitor/elk-mask-sensitive-information-in-logs) + +## Disabling Default Log Masking + +By default, log masking is enabled. To disable log masking, navigate to `/repository/conf/deployment.toml` and add the following configuration. + +```toml +[masking_logs] +enabled = false +```