Skip to content

Commit f44ef55

Browse files
authored
Merge pull request #199925 from guywi-ms/patch-15
Update tutorial-custom-logs.md
2 parents f543943 + e699263 commit f44ef55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/logs/tutorial-custom-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Instead of directly configuring the schema of the table, the portal allows you t
253253
```kusto
254254
source
255255
| extend TimeGenerated = todatetime(Time)
256-
| parse RawData.value with
256+
| parse RawData with
257257
ClientIP:string
258258
' ' *
259259
' ' *

0 commit comments

Comments
 (0)