Skip to content

Commit f3f1f7b

Browse files
Merge pull request #284656 from bwren/docs-editor/data-collection-monitor-1723654409
Update data-collection-monitor.md
2 parents 58dd710 + fc87b8e commit f3f1f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/essentials/data-collection-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ DCRLogErrors
5858
```kusto
5959
DCRLogErrors
6060
| where _ResourceId == "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/my-resource-group/providers/microsoft.insights/datacollectionrules/my-dcr"
61-
| where InputStream == "Custom-MyTable_CL"
61+
| where InputStreamId == "Custom-MyTable_CL"
6262
```
6363

6464

0 commit comments

Comments
 (0)