Skip to content

Commit 7797c4f

Browse files
Merge pull request #281403 from SwathiDhanwada-MSFT/patch-103
Update data-collection-log-text.md
2 parents 4110714 + 464a88b commit 7797c4f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ The incoming stream of data includes the columns in the following table.
6262
## Custom table
6363
Before you can collect log data from a text file, you must create a custom table in your Log Analytics workspace to receive the data. The table schema must match the data you are collecting, or you must add a transformation to ensure that the output schema matches the table.
6464

65-
>
66-
> Warning: You shouldn’t use an existing custom log 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.
67-
>
65+
> [!Warning]
66+
> You shouldn’t use an existing custom log 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.
6867
6968

7069
For example, you can use the following PowerShell script to create a custom table with `RawData` and `FilePath`. You wouldn't need a transformation for this table because the schema matches the default schema of the incoming stream.

0 commit comments

Comments
 (0)