Skip to content

Commit 3c4705c

Browse files
authored
Merge pull request #196388 from bwren/patch-33
Update data-collection-text-log.md
2 parents 3c6baa6 + 2053f5b commit 3c4705c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ms.date: 04/15/2022
99
# Collect text and IIS logs with Azure Monitor agent (preview)
1010
This article describes how to configure the collection of file-based text logs, including logs generated by IIS on Windows computers, with the [Azure Monitor agent](azure-monitor-agent-overview.md). Many applications log information to text files instead of standard logging services such as Windows Event log or Syslog.
1111

12-
> [!NOTE]
13-
> This feature is currently in public preview and isn't completely implemented in the Azure portal. This tutorial uses Azure Resource Manager templates for steps that can't yet be performed with the portal.
12+
>[!IMPORTANT]
13+
> This feature is currently in preview. You must submit a request for it to be enabled in your subscriptions at [Azure Monitor Logs: DCR-based Custom Logs Preview Signup](https://aka.ms/CustomLogsOnboard).
1414
1515
## Prerequisites
1616
To complete this procedure, you need the following:
@@ -35,6 +35,9 @@ The steps to configure log collection are as follows. The detailed steps for eac
3535
3. Create a data collection rule to define the structure of the log file and destination of the collected data.
3636
4. Create association between the data collection rule and the agent collecting the log file.
3737

38+
> [!NOTE]
39+
> This feature is currently in public preview and isn't completely implemented in the Azure portal. This tutorial uses Azure Resource Manager templates for steps that can't yet be performed with the portal.
40+
3841
## Create new table in Log Analytics workspace
3942
The custom table must be created before you can send data to it. When you create the table, you provide its name and a definition for each of its columns.
4043

0 commit comments

Comments
 (0)