Skip to content

Commit 876956e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,8 @@ For example, given `http.url = http://example.com/user/12345622` is updated to `
449449
"actions": [
450450
{
451451
"key": "http.url",
452-
"pattern": "/user/([^/]+)",
453-
"replace": "/user/****",
452+
"pattern": "^(?<userGroupName>[a-zA-Z.:\/]+)\d+",
453+
"replace": "${userGroupName}**",
454454
"action": "mask"
455455
}
456456
]

0 commit comments

Comments
 (0)