Skip to content

Commit f32da33

Browse files
authored
Update java-standalone-telemetry-processors.md
1 parent aee36c6 commit f32da33

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/azure-monitor/app/java-standalone-telemetry-processors.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,9 @@ The `mask` action requires the following settings:
260260
* `replace`
261261
* `action`: `mask`
262262

263-
`pattern` must contain a named group placed betwen `?<` and `>:`. Example: `(?<userGroupName>[a-zA-Z.:\/]+)\d+`? The gorup is `(?<userGroupName>[a-zA-Z.:\/]+)` and `userGroupName` is the name of the group.
263+
`pattern` can contain a named group placed betwen `?<` and `>:`. Example: `(?<userGroupName>[a-zA-Z.:\/]+)\d+`? The gorup is `(?<userGroupName>[a-zA-Z.:\/]+)` and `userGroupName` is the name of the group. `pattern` can then contain the same named group placed between `${` and `}` followed by the masK. Example where the mask is **: `${userGroupName}**`.
264264

265-
`pattern` musts contain the same named group placed between `${` and `}` followed by the masK. Example where the mask is **: `${userGroupName}**`.
266-
267-
See [Telemetry processor examples](./java-standalone-telemetry-processors-examples.md) for the full example.
265+
See [Telemetry processor examples](./java-standalone-telemetry-processors-examples.md) for masking examples.
268266

269267
### Include criteria and exclude criteria
270268

0 commit comments

Comments
 (0)