Skip to content

Commit a54a0bc

Browse files
committed
note
1 parent 2155ac7 commit a54a0bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Adhere to the following recommendations to ensure that you don't experience data
5252
## Custom table
5353
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.
5454

55-
>
56-
> Warning: You shouldnt 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.
55+
> [!WARNING]
56+
> You shouldn't use an existing custom table used by Log Analytics agent. The legacy agents won't be able to write to the table once the first Azure Monitor agent writes to it. Create a new table for Azure Monitor agent to use to prevent Log Analytics agent data loss.
5757
>
5858
5959
For example, you can use the following PowerShell script to create a custom table with multiple columns.

0 commit comments

Comments
 (0)