You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/parse-text.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This article describes different options for parsing log data in Azure Monitor w
22
22
You can parse data either at ingestion time when the data is collected or at query time when you analyze the data with a query. Each strategy has unique advantages.
23
23
24
24
### Parse data at collection time
25
-
When you parse data at collection time, you create [transformations](../essentials/data-collection-transformations.md)that create new properties in the table. Queries don't have to include any parsing logic and use these properties as any other field in the table.
25
+
Use [transformations](../essentials/data-collection-transformations.md)to parse data at collection time and define which columns to send the parsed data to.
0 commit comments