Skip to content

Commit 2faeb5c

Browse files
Update tutorial-logs-ingestion-portal.md
1 parent f0772ee commit 2faeb5c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ Instead of directly configuring the schema of the table, you can upload a file w
130130
' ' *
131131
' ' *
132132
' [' * '] "' RequestType:string
133-
" " Resource:string
134-
" " *
133+
' ' Resource:string
134+
' ' *
135135
'" ' ResponseCode:int
136-
" " *
136+
' ' *
137137
```
138138
139139
1. Select **Run** to view the results. This action extracts the contents of `RawData` into the separate columns `ClientIP`, `RequestType`, `Resource`, and `ResponseCode`.
@@ -150,10 +150,10 @@ Instead of directly configuring the schema of the table, you can upload a file w
150150
' ' *
151151
' ' *
152152
' [' * '] "' RequestType:string
153-
" " Resource:string
154-
" " *
153+
' ' Resource:string
154+
' ' *
155155
'" ' ResponseCode:int
156-
" " *
156+
' ' *
157157
| project-away Time, RawData
158158
| where ResponseCode != 200
159159
```

0 commit comments

Comments
 (0)