Skip to content

Commit fbd3841

Browse files
Update data-collection-text-log.md
1 parent 5362ed7 commit fbd3841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ To create the data collection rule in the Azure portal:
353353

354354
- `streamDeclarations`: Defines the columns of the incoming data. This must match the structure of the log file. Your columns names and JSON attributes must exactly match to automatically parse into the table. Both column names and JSON attribute are case sensitive. For example, `Rawdata` will not collect the event data. It must be `RawData`. Ingestion will drop JSON attributes that do not have a corresponding column.
355355

356-
> [!NOTE]
357-
> A custom stream names in the stream declaration must have a prefix of *Custom-*; for example, *Custom-JSON*.
356+
> [!NOTE]
357+
> A custom stream names in the stream declaration must have a prefix of *Custom-*; for example, *Custom-JSON*.
358358

359359
- `filePatterns`: Identifies where the log files are located on the local disk. You can enter multiple file patterns separated by commas (on Linux, AMA version 1.26 or higher is required to collect from a comma-separated list of file patterns). Examples of valid inputs: 20220122-MyLog.txt, ProcessA_MyLog.txt, ErrorsOnly_MyLog.txt, WarningOnly_MyLog.txt
360360

0 commit comments

Comments
 (0)