Skip to content

Commit e851543

Browse files
committed
updates
1 parent 6bfdf9e commit e851543

File tree

2 files changed

+23
-32
lines changed

2 files changed

+23
-32
lines changed

articles/azure-monitor/essentials/data-collection-rule-overview.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,25 @@ ms.custom: references_regions
1818
- Option of edge pipeline in your own environment to provide high-end scalability, layered network configurations, and periodic connectivity.
1919

2020

21-
## Azure Monitor pipeline
22-
Data collection using the Azure Monitor pipeline is shown in the diagram below. All data is processed through the *cloud pipeline*, which is automatically available in your Azure subscription and requires no configuration. Each collection scenario is defined in a [data collection rule (DCR)](#data-collection-rules). Some environments may choose to implement a local edge pipeline to manage data collection before it's sent to the cloud. See [edge pipeline](#edge-pipeline) for details on this option.
21+
Data collection using the Azure Monitor pipeline is shown in the diagram below. All data is processed through the *cloud pipeline*, which is automatically available in your Azure subscription and requires no configuration. Each collection scenario is defined in a [data collection rule (DCR)](#data-collection-rules). Some environments may choose to implement a local *edge pipeline* to manage data collection before it's sent to the cloud. See [edge pipeline](#edge-pipeline) for details on this option.
2322

2423
:::image type="content" source="media/pipeline-overview/pipeline-overview.png" lightbox="media/pipeline-overview/pipeline-overview.png" alt-text="Diagram that shows the data flow for Azure Monitor pipeline." border="false":::
2524

2625

27-
2826
## Data collection rules
2927

30-
Data collection rules (DCRs) are sets of instructions supporting data collection using the [Azure Monitor pipeline](./pipeline-overview.md). They provide a consistent and centralized way to define and customize different data collection scenarios. Depending on the scenario, DCRs specify such details as what data should be collected, how to transform that data, and where to send it.
28+
Data collection rules (DCRs) are sets of instructions supporting data collection using the Azure Monitor pipeline. They provide a consistent and centralized way to define and customize different data collection scenarios. Depending on the scenario, DCRs specify such details as what data should be collected, how to transform that data, and where to send it.
3129

3230
DCRs are stored in Azure so that you can centrally manage them. Different components of a data collection workflow will access the DCR for particular information that it requires. In some cases, you can use the Azure portal to configure data collection, and Azure Monitor will create and manage the DCR for you. Other scenarios will require you to create your own DCR. You may also choose to customize an existing DCR to meet your required functionality.
3331

34-
For example, the following diagram illustrates data collection for the [Azure Monitor agent](../agents/azure-monitor-agent-overview.md) running on a virtual machine. In this scenario, the DCR specifies events and performance data to collect, which the agent uses to determine what data to collect from the machine and send to Azure Monitor. Once the data is delivered, the data pipeline runs the transformation specified in the DCR to filter and modify the data and then sends the data to the specified workspace and table. DCRs for other data collection scenarios may contain different information.
35-
36-
:::image type="content" source="media/data-collection-rule-overview/overview-agent.png" lightbox="media/data-collection-rule-overview/overview-agent.png" alt-text="Diagram that shows basic operation for DCR using Azure Monitor Agent." border="false":::
37-
38-
3932
## Data collection rule associations
4033

4134
Some data collection scenarios will use data collection rule associations (DCRAs), which associate a DCR with an object being monitored. A single object can be associated with multiple DCRs, and a single DCR can be associated with multiple objects. This allows you to manage a single DCR for a group of objects.
4235

43-
For example, the diagram above illustrates data collection for the Azure Monitor agent. When the agent is installed, it connects to Azure Monitor to retrieve any DCRs that are associated with it. You can create an association with to the same DCRs for multiple VMs.
36+
For example, the following diagram illustrates data collection for the [Azure Monitor agent](../agents/azure-monitor-agent-overview.md) running on a virtual machine. When the agent is installed, it connects to Azure Monitor to retrieve any DCRs that are associated with it. You can create an association with to the same DCRs for multiple VMs. In this scenario, the DCR specifies events and performance data to collect, which the agent uses to determine what data to collect from the machine and send to Azure Monitor. Once the data is delivered, the data pipeline runs the transformation specified in the DCR to filter and modify the data and then sends the data to the specified workspace and table. DCRs for other data collection scenarios may contain different information.
37+
38+
:::image type="content" source="media/data-collection-rule-overview/overview-agent.png" lightbox="media/data-collection-rule-overview/overview-agent.png" alt-text="Diagram that shows basic operation for DCR using Azure Monitor Agent." border="false":::
39+
4440

4541
## Transformations
4642
*Transformations* allow you to modify incoming data before it's stored in Azure Monitor. They are [KQL queries](../logs/log-query-overview.md) defined in the DCR that run in the cloud pipeline. See [Data collection transformations in Azure Monitor](./data-collection-transformations.md) for details on how to create and use transformations.

articles/azure-monitor/toc.yml

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -624,29 +624,24 @@ items:
624624
- name: Data collection rules
625625
items:
626626
- name: Overview
627-
displayName: Pipeline
628-
href: essentials/pipeline-overview.md
629-
- name: Data collection rules
627+
displayName: data collection, pipeline
628+
href: essentials/data-collection-rule-overview.md
629+
- name: Best practices
630+
displayName: data collection, data collection rules
631+
href: essentials/data-collection-rule-best-practices.md
632+
- name: View rules
633+
href: essentials/data-collection-rule-view.md
634+
- name: Create and edit
630635
items:
631-
- name: Overview
632-
displayName: data collection, data collection rules
633-
href: essentials/data-collection-rule-overview.md
634-
- name: View rules
635-
href: essentials/data-collection-rule-view.md
636-
- name: Best practices
637-
displayName: data collection, data collection rules
638-
href: essentials/data-collection-rule-best-practices.md
639-
- name: Create and edit
640-
items:
641-
- name: Create
642-
displayName: Data collection rules
643-
href: essentials/data-collection-rule-create-edit.md
644-
- name: Edit tutorial
645-
displayName: data collection rules
646-
href: essentials/data-collection-rule-edit.md
647-
- name: Structure
648-
displayName: Data collection rules
649-
href: essentials/data-collection-rule-structure.md
636+
- name: Create
637+
displayName: Data collection rules
638+
href: essentials/data-collection-rule-create-edit.md
639+
- name: Edit tutorial
640+
displayName: data collection rules
641+
href: essentials/data-collection-rule-edit.md
642+
- name: Structure
643+
displayName: Data collection rules
644+
href: essentials/data-collection-rule-structure.md
650645
- name: Transformations
651646
items:
652647
- name: Overview

0 commit comments

Comments
 (0)