Skip to content

Commit d45c1fd

Browse files
Merge pull request #223624 from guywi-ms/patch-36
Update data-collection-text-log.md
2 parents 584c1fc + b376e0f commit d45c1fd

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ To complete this procedure, you need:
1818
- Log Analytics workspace where you have at least [contributor rights](../logs/manage-access.md#azure-rbac).
1919
- [Data collection endpoint](../essentials/data-collection-endpoint-overview.md#create-a-data-collection-endpoint).
2020
- [Permissions to create Data Collection Rule objects](../essentials/data-collection-rule-overview.md#permissions) in the workspace.
21-
- A VM, Virtual Machine Scale Set, or Arc-enabled on-premises server that writes logs to a text file.
22-
- The log file must be stored on the local drive of the machine on which Azure Monitor Agent is running.
23-
- Each entry in the log file must be delineated with an end of line.
24-
- The log file must not allow circular logging, log rotation where the file is overwritten with new entries, or renaming where a file is moved and a new file with the same name is opened.
21+
- A VM, Virtual Machine Scale Set, or Arc-enabled on-premises server that writes logs to a text file.
22+
23+
Text file requirements:
24+
- Store on the local drive of the machine on which Azure Monitor Agent is running.
25+
- Delineate with an end of line.
26+
- Use ASCII or UTF-8 encoding. Other formats such as UTF-16 aren't supported.
27+
- Do not allow circular logging, log rotation where the file is overwritten with new entries, or renaming where a file is moved and a new file with the same name is opened.
2528

2629
## Create a custom table
2730

0 commit comments

Comments
 (0)