Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
maycmlee authored Aug 5, 2024
1 parent d463c60 commit bfb334c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ further_reading:

This guide walks you through how to redact all emails, except the ones from a specific email domain (for example, `@test.com`), in your logs.

## Set up a grok processor
## Set up a grok parser in your logs pipeline

If the email domain you do not want redacted is not an existing log attribute, set up a grok processor to identify all logs with the email domain and add it as an attribute.
If the email domain you do not want redacted is not an existing log attribute, set up a grok parser to identify all logs with the email domain and add it as an attribute.

1. Navigate to [Log Pipeline][1].
1. Select your pipeline.
Expand Down

0 comments on commit bfb334c

Please sign in to comment.