Skip to content

Commit 7131940

Browse files
Merge pull request #232260 from bwren/patch-57
Update data-collection-transformations.md
2 parents 3238b4e + 7aaae7c commit 7131940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/essentials/data-collection-transformations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The following example is a DCR for Azure Monitor Agent that sends data to the `S
142142
"streams": [
143143
"Microsoft-Syslog"
144144
],
145-
"transformKql": "source | where message contains 'error'",
145+
"transformKql": "source | where message has 'error'",
146146
"destinations": [
147147
"centralWorkspace"
148148
]
@@ -214,7 +214,7 @@ The following example is a DCR for data from the Logs Ingestion API that sends d
214214
"destinations": [
215215
"clv2ws1"
216216
],
217-
"transformKql": "source | where (AdditionalContext contains 'malicious traffic!' | project TimeGenerated = Time, Computer, Subject = AdditionalContext",
217+
"transformKql": "source | where (AdditionalContext has 'malicious traffic!' | project TimeGenerated = Time, Computer, Subject = AdditionalContext",
218218
"outputStream": "Microsoft-SecurityEvent"
219219
}
220220
]

0 commit comments

Comments
 (0)