Skip to content

Commit 088303f

Browse files
Merge pull request #283546 from yelevin/patch-6
Fixed link that was going to Log Analytics Agent article
2 parents a08a7f0 + 0f9fa83 commit 088303f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/azure-monitor/logs/create-custom-table-auxiliary.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ Provide this payload - update the table name and adjust the columns based on you
8989

9090
There are currently two ways to ingest data to a custom table with the Auxiliary plan:
9191

92-
93-
- [Collect logs from a text or JSON file with Azure Monitor Agent](../agents/data-sources-custom-logs.md).
92+
- [Collect logs from a text file with Azure Monitor Agent](../agents/data-collection-log-text.md) / [Collect logs from a JSON file with Azure Monitor Agent](../agents/data-collection-log-json.md).
9493

9594
If you use this method, your custom table must only have two columns - `TimeGenerated` and `RawData` (of type `string`). The data collection rule sends the entirety of each log entry you collect to the `RawData` column, and Azure Monitor Logs automatically populates the `TimeGenerated` column with the time the log is ingested.
9695

0 commit comments

Comments
 (0)