Skip to content

Commit cc7dad9

Browse files
committed
Update data-collection-text-log.md
1 parent f989244 commit cc7dad9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ To create the data collection rule in the Azure portal:
7272
- **File Pattern** - Identifies where the log files are located on the local disk. You can enter multiple file patterns separated by commas.
7373

7474
Examples of valid inputs:
75-
- `20220122-MyLog.txt`
76-
- `ProcessA_MyLog.txt`
77-
- `ErrorsOnly_MyLog.txt, WarningOnly_MyLog.txt`
75+
- 20220122-MyLog.txt
76+
- ProcessA_MyLog.txt
77+
- ErrorsOnly_MyLog.txt, WarningOnly_MyLog.txt
7878

7979
> [!NOTE]
8080
> Multiple log files of the same type commonly exist in the same directory. For example, a machine might create a new file every day to prevent the log file from growing too large. To collect log data in this scenario, you can use a file wildcard. Use the format `C:\directoryA\directoryB\*MyLog.txt` for Windows and `/var/*.log` for Linux. There is no support for directory wildcards.

0 commit comments

Comments
 (0)