Skip to content

Commit 76731c5

Browse files
authored
Merge pull request #207477 from KrishnaG-MSFT/patch-218
(AzureCXP) MicrosoftDocs/azure-docs#96720
2 parents 19a0f7f + 7141bb1 commit 76731c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/logs/tutorial-logs-ingestion-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Instead of directly configuring the schema of the table, the portal allows you t
236236
```kusto
237237
source
238238
| extend TimeGenerated = todatetime(Time)
239-
| parse RawData with
239+
| parse RawData.value with
240240
ClientIP:string
241241
' ' *
242242
' ' *
@@ -257,7 +257,7 @@ Instead of directly configuring the schema of the table, the portal allows you t
257257
```kusto
258258
source
259259
| extend TimeGenerated = todatetime(Time)
260-
| parse RawData with
260+
| parse RawData.value with
261261
ClientIP:string
262262
' ' *
263263
' ' *

0 commit comments

Comments
 (0)