Skip to content

Commit 00a7bcf

Browse files
authored
Update java-standalone-telemetry-processors.md
1 parent 876956e commit 00a7bcf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,12 @@ 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.
264+
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.
268+
263269
### Include criteria and exclude criteria
264270

265271
Attribute processors support optional `include` and `exclude` criteria.

0 commit comments

Comments
 (0)