From 8a1a199292728796e971116568812c45ab2d76e8 Mon Sep 17 00:00:00 2001 From: Nick Baker Date: Tue, 25 Feb 2025 18:33:39 -0800 Subject: [PATCH] docs: add log redaction notice (#2160) --- log-collector-script/linux/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/log-collector-script/linux/README.md b/log-collector-script/linux/README.md index 0cd715bfa..311ca2a43 100644 --- a/log-collector-script/linux/README.md +++ b/log-collector-script/linux/README.md @@ -17,6 +17,10 @@ sudo bash eks-log-collector.sh Confirm if the tarball file was successfully created (it can be .tgz or .tar.gz) +> [!NOTE] +> If you plan to provide this log bundle to another party, please review the +> contents of the bundle and redact anything you wish not to be accessible. + #### Retrieving the logs Download the tarball using your favorite Secure Copy tool.