Skip to content

Commit e9fbbe2

Browse files
committed
More improvements based on Acrolinx
1 parent df7d219 commit e9fbbe2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-monitor/essentials/data-collection-rule-create-edit.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ The following table lists methods to create data collection scenarios using the
3131

3232
| Scenario | Resources | Description |
3333
|:---|:---|:---|
34-
| Monitor a virtual machine | [Enable VM Insights overview](../vm/vminsights-enable-overview.md) | When you enable VM insights on a VM, the Azure Monitor agent is installed, and a DCR is created that collects a predefined set of performance counters. You shouldn't modify this DCR. |
34+
| Monitor a virtual machine | [Enable VM Insights overview](../vm/vminsights-enable-overview.md) | When you enable VM Insights on a VM, the Azure Monitor agent is installed and a DCR is created. This DCR collects a predefined set of performance counters and shouldn't be modified. |
3535
| Container insights | [Enable Container Insights](../containers/kubernetes-monitoring-enable.md#enable-prometheus-and-grafana) | When you enable Container Insights on a Kubernetes cluster, a containerized version of the Azure Monitor agent is installed, and a DCR is created that collects data according to the configuration you selected. You may need to modify this DCR to add a transformation. |
36-
| Workspace transformation | [Add a transformation in a workspace data collection rule using the Azure portal](../logs/tutorial-workspace-transformations-portal.md) | Create a transformation for any supported table in a Log Analytics workspace. The transformation is defined in a DCR which is then associated with the workspace. It's applied to any data sent to that table from a legacy workload that doesn't already use a DCR. |
36+
| Workspace transformation | [Add a transformation in a workspace data collection rule using the Azure portal](../logs/tutorial-workspace-transformations-portal.md) | Create a transformation for any supported table in a Log Analytics workspace. This transformation is specified within a DCR, which is linked to the workspace. The transformation is then applied to any data sent to that table from any legacy workloads that don't yet utilize DCR. |
3737

3838
## Create a DCR
3939

@@ -42,7 +42,7 @@ Azure provides a centralized cloud based data collection configuration plan for
4242
This article explains how to create a DCR from scratch. There are other solutions, such as Sentinel, VM Insights, and Application Insights, that offer DCR creation as part of their workflows. Sometimes, the DCRs created by these different solutions may appear to conflict. There are three tables where Windows events can be directed:
4343

4444
* Sentinel security audit events are sent to the SecurityEvents table.
45-
* WEF connector events go to the WindowsEvent table.
45+
* Windows Event Forwarding (WEF) connector events go to the WindowsEvent table.
4646
* Events collected from scratch using the Windows event collection are sent to the Event table.
4747

4848
To create a data collection rule using the Azure CLI, PowerShell, API, or ARM templates, create a JSON file, starting with one of the [sample DCRs](./data-collection-rule-samples.md). Use information in [Structure of a data collection rule in Azure Monitor](./data-collection-rule-structure.md) to modify the JSON file for your particular environment and requirements.
@@ -56,7 +56,7 @@ On the **Monitor** menu, select **Data Collection Rules** > **Create** to open t
5656

5757
:::image type="content" source="media/data-collection-rule-create-edit/data-collection-rules-updated.png" lightbox="media/data-collection-rule-create-edit/data-collection-rules-updated.png" alt-text="Screenshot that shows the Create button on the Data Collection Rules screen." border="false":::
5858

59-
Configure the settings in each step of the wizard, as detailed below.
59+
Configure the settings in each step of the wizard, as detailed in the following section.
6060

6161
### Basics
6262

@@ -83,7 +83,7 @@ Configure the settings in each step of the wizard, as detailed below.
8383

8484
### Collect and deliver
8585

86-
On the **Collect and deliver** tab, select **Add data source** and configure the settings on the **Source** and **Destination** tabs, as detailed below.
86+
On the **Collect and deliver** tab, select **Add data source** and configure the settings on the **Source** and **Destination** tabs.
8787

8888
:::image type="content" source="media/data-collection-rule-create-edit/data-collection-rule-data-source-destination.png" lightbox="media/data-collection-rule-create-edit/data-collection-rule-data-source-destination.png" alt-text="Screenshot that shows the Collect and deliver tab of the Data Collection Rule wizard. On this tab, you define which data source Azure Monitor Agent collects data from and where the agent sends the data." border="false":::
8989

0 commit comments

Comments
 (0)