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/agents/data-collection-text-log.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The custom table must be created before you can send data to it. When you create
47
47
Use the **Tables - Update** API to create the table with the PowerShell code below. This code creates a table called *MyTable_CL* with two columns. Modify this schema to collect a different table.
48
48
49
49
> [!IMPORTANT]
50
-
> Custom tables must use a suffix of *_CL* as in*tablename_CL*. The *tablename_CL* in the DataFlows Streams must match the *tablename_CL* name created in the log Analytics workspace.
50
+
> Custom tables have a suffix of *_CL*; for example,*tablename_CL*. The *tablename_CL* in the DataFlows Streams must match the *tablename_CL* name in the Log Analytics workspace.
51
51
52
52
1. Click the **Cloud Shell** button in the Azure portal and ensure the environment is set to **PowerShell**.
53
53
@@ -182,7 +182,7 @@ The [data collection rule (DCR)](../essentials/data-collection-rule-overview.md)
182
182
See [Structure of a data collection rule in Azure Monitor (preview)](../essentials/data-collection-rule-structure.md#custom-logs) if you want to modify the text log DCR.
183
183
184
184
> [!IMPORTANT]
185
-
> Custom tables must use a suffix of *_CL* as in *tablename_CL*. The *tablename_CL* in the DataFlows Streams must match the *tablename_CL* name created in the log Analytics workspace.
185
+
> Custom tables have a suffix of *_CL*; for example, *tablename_CL*. The *tablename_CL* in the DataFlows Streams must match the *tablename_CL* name in the Log Analytics workspace.
0 commit comments