You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/java-standalone-telemetry-processors.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -260,6 +260,12 @@ The `mask` action requires the following settings:
260
260
*`replace`
261
261
*`action`: `mask`
262
262
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
+
263
269
### Include criteria and exclude criteria
264
270
265
271
Attribute processors support optional `include` and `exclude` criteria.
0 commit comments