Skip to content

Commit 0135de9

Browse files
committed
Remove explicit mention of automatic table suffix
1 parent b269d55 commit 0135de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/operator-insights/set-up-ingestion-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ To collect ingestion agent logs, follow [the Azure Monitor documentation to inst
340340
- We also recommend following [the documentation to add a `Linux Syslog` Data source](../azure-monitor/agents/data-collection-syslog.md) to your data collection rule, to allow for auditing of all processes running on the VM.
341341
- After adding the data collection rule, you can query the ingestion agent logs through the Log Analytics workspace. Use the following query to make them easier to work with:
342342
```
343-
<CustomTableName>_CL
343+
<CustomTableName>
344344
| extend RawData = replace_regex(RawData, '\\x1b\\[\\d{1,4}m', '') // Remove any color tags
345345
| parse RawData with TimeGenerated: datetime ' ' Level ' ' Message // Parse the log lines into the TimeGenerated, Level and Message columns for easy filtering
346346
| order by TimeGenerated desc

0 commit comments

Comments
 (0)