Skip to content

Commit 197e486

Browse files
Update data-collection-text-log.md
------- cc: @guywi-ms
1 parent cbc1c90 commit 197e486

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-monitor/agents/data-collection-text-log.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The custom table must be created before you can send data to it. When you create
4747
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.
4848

4949
> [!IMPORTANT]
50-
> Custom tables must use a suffix of *_CL*.
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.
5151
5252
1. Click the **Cloud Shell** button in the Azure portal and ensure the environment is set to **PowerShell**.
5353

@@ -180,6 +180,9 @@ The [data collection rule (DCR)](../essentials/data-collection-rule-overview.md)
180180
**Data collection rule for text log**
181181
182182
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+
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.
183186
184187
```json
185188
{

0 commit comments

Comments
 (0)