From 2fe3f5c847cc10dcbfe5e2892d7c6fd26cac22b3 Mon Sep 17 00:00:00 2001 From: May Lee Date: Fri, 2 Aug 2024 15:53:36 -0400 Subject: [PATCH] specifiy for logs --- content/en/sensitive_data_scanner/guide/_index.md | 2 +- ... => redact_all_emails_except_from_specific_domain_logs.md} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename content/en/sensitive_data_scanner/guide/{redact_all_emails_except_from_specific_domain.md => redact_all_emails_except_from_specific_domain_logs.md} (96%) diff --git a/content/en/sensitive_data_scanner/guide/_index.md b/content/en/sensitive_data_scanner/guide/_index.md index ecc3c79cdc304..6e24b1f830e00 100644 --- a/content/en/sensitive_data_scanner/guide/_index.md +++ b/content/en/sensitive_data_scanner/guide/_index.md @@ -4,5 +4,5 @@ disable_toc: false --- {{< whatsnext desc="Guides:" >}} - {{< nextlink href="/sensitive_data_scanner/guide/redact_all_emails_except_from_specific_domain" >}}Redact all emails except ones from a specific domain{{< /nextlink >}} + {{< nextlink href="sensitive_data_scanner/guide/redact_all_emails_except_from_specific_domain_logs" >}}Redact all emails in logs except ones from a specific domain{{< /nextlink >}} {{< /whatsnext >}} diff --git a/content/en/sensitive_data_scanner/guide/redact_all_emails_except_from_specific_domain.md b/content/en/sensitive_data_scanner/guide/redact_all_emails_except_from_specific_domain_logs.md similarity index 96% rename from content/en/sensitive_data_scanner/guide/redact_all_emails_except_from_specific_domain.md rename to content/en/sensitive_data_scanner/guide/redact_all_emails_except_from_specific_domain_logs.md index a067de95bf7a9..a490b1eb347e3 100644 --- a/content/en/sensitive_data_scanner/guide/redact_all_emails_except_from_specific_domain.md +++ b/content/en/sensitive_data_scanner/guide/redact_all_emails_except_from_specific_domain_logs.md @@ -1,5 +1,5 @@ --- -title: Redact All Emails Except from a Specific Domain +title: Redact All Emails Except from a Specific Domain for Logs disable_toc: false further_reading: - link: "/sensitive_data_scanner/" @@ -9,7 +9,7 @@ further_reading: ## Overview -This guide walks you through how you can use Sensitive Data Scanner to redact all emails except the ones from a specific email domain (for example, `@test.com`). +This guide walks you through how you can use Sensitive Data Scanner to redact all emails except the ones from a specific email domain (for example, `@test.com`) in your logs. ## Set up a grok processor