Skip to content

Commit 8f2d79f

Browse files
committed
Minor edits
1 parent 03b9fd2 commit 8f2d79f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

content/en/conf/1-advanced-collector/4-sensitive-data/4-3-test-redaction.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ weight: 3
66

77
The `redaction` processor gives precise control over which attributes and values are **permitted** or **removed** from telemetry data.
88

9-
In this exercise, we will **redact** the `user.visa` & `user.mastercard` **values** in the span data before it is exported by the **Agent**.
9+
In this exercise, we will **redact** the `user.visa` & `user.mastercard` values in the span data before it is exported by the **Agent**.
1010
{{% notice title="Exercise" style="green" icon="running" %}}
1111

12-
**Prepare the terminals**: Delete the `*.out` files and clear the screen.
13-
1412
**Start the Gateway**: In your **Gateway terminal** window start the **Gateway**.
1513

1614
```bash
@@ -48,7 +46,7 @@ In this exercise, we will **redact** the `user.visa` & `user.mastercard` **value
4846
../loadgen -count 1
4947
```
5048

51-
**Check the debug output**: For both the **Agent** and **Gateway** confirm the values for `user.visa` & `user.mastercard` have been updated. Notice `user.amex` attribute value was NOT redacted because a matching regex pattern was not added to `blocked_values`
49+
**Check the debug output**: For both the **Agent** and **Gateway** confirm the values for `user.visa` & `user.mastercard` have been updated. Notice `user.amex` attribute value was **NOT** redacted because a matching regex pattern was not added to `blocked_values`
5250

5351
{{% tabs %}}
5452
{{% tab title="New Debug Output" %}}
@@ -124,7 +122,7 @@ Notice that `user.amex` has not been redacted because a matching regex pattern w
124122
{{% /tab %}}
125123
{{% /tabs %}}
126124

127-
These are just a few examples of how `attributes` and `redaction` processors can be configured to protect sensitive data.
125+
These are just a couple of examples of how `attributes` and `redaction` processors can be configured to protect sensitive data.
128126

129127
{{% /notice %}}
130128

0 commit comments

Comments
 (0)