Skip to content

Commit c5b413c

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@ The `mask` action masks attribute values by using a regular expression rule spec
245245
"type": "attribute",
246246
"actions": [
247247
{
248-
"key": "attribute1",
249-
"pattern": "<regular expression pattern with named matchers>",
250-
"replace": "<value to be replaced with named matchers>",
248+
"key": "attributeName",
249+
"pattern": "<regular expression pattern>",
250+
"replace": "<replacement value>",
251251
"action": "mask"
252252
}
253253
]

0 commit comments

Comments
 (0)