Skip to content

Commit b928ef1

Browse files
Update data-collection-log-json.md
1 parent 8aa17b7 commit b928ef1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,13 @@ Adhere to the following recommendations to ensure that you don't experience data
5050

5151

5252
## Custom table
53-
Before you can collect log data from a JSON file, you must create a custom table in your Log Analytics workspace to receive the data. The table schema must match the columns in the incoming stream, or you must add a transformation to ensure that the output schema matches the table. For example, you can use the following PowerShell script to create a custom table with multiple columns.
53+
Before you can collect log data from a JSON file, you must create a custom table in your Log Analytics workspace to receive the data. The table schema must match the columns in the incoming stream, or you must add a transformation to ensure that the output schema matches the table.
54+
55+
>
56+
> Warning: You shouldn’t use an existing custom table used by MMA agents. Your MMA agents won't be able to write to the table once the first AMA agent writes to the table. You should create a new table for AMA to use to prevent MMA data loss.
57+
>
58+
59+
For example, you can use the following PowerShell script to create a custom table with multiple columns.
5460

5561
```powershell
5662
$tableParams = @'

0 commit comments

Comments
 (0)