Skip to content

Commit 8c6303d

Browse files
committed
fixes
1 parent 92632a8 commit 8c6303d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ With direct ingestion, a particular DCR is specified to process the incoming dat
4848
[Transformations](./data-collection-transformations.md) allow you to modify incoming data before it's stored in Azure Monitor. You may filter unneeded data to reduce your ingestion costs, remove sensitive data that shouldn't be persisted in the Log Analytics workspace, or format data to ensure that it matches the schema of its destination. Transformations are [KQL queries](../logs/log-query-overview.md) defined in the DCR that run in the cloud pipeline.
4949

5050
## Endpoints
51-
Data sent to the cloud pipeline must be sent to the URL of a specific endpoint. Depending on the scenario, this may be a public endpoint, an endpoint provided by the DCR itself, or a data collection endpoint (DCE) that you create in your Azure subscription. See [Data collection endpoints in Azure Monitor](./data-collection-endpoints.md) for details on the endpoints used in different data collection scenarios.
51+
Data sent to the cloud pipeline must be sent to the URL of a specific endpoint. Depending on the scenario, this may be a public endpoint, an endpoint provided by the DCR itself, or a data collection endpoint (DCE) that you create in your Azure subscription. See [Data collection endpoints in Azure Monitor](./data-collection-endpoint-overview.md) for details on the endpoints used in different data collection scenarios.
5252

5353
## Edge pipeline
5454
The [edge pipeline](./edge-pipeline-configure.md) extends the Azure Monitor pipeline to your own data center. It enables at-scale collection and routing of telemetry data before it's delivered to Azure Monitor in the Azure cloud.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The **Resources** view lists all Azure resources that match the selected filter,
7575

7676
The **Data collection rules** column represents the number of DCRs that are associated with each resource. Click this value to open a new pane listing the DCRs associated with the resource.
7777

78-
:::image type="content" source="media/data-collection-rule-view/resources-view-association.png" alt-text="Screenshot of the DCR associations for a resource in the resources view in the preview experience for DCRs in the Azure portal." lightbox="media/data-collection-rule-view/resources-view-association.png":::
78+
:::image type="content" source="media/data-collection-rule-view/resources-view-associations.png" alt-text="Screenshot of the DCR associations for a resource in the resources view in the preview experience for DCRs in the Azure portal." lightbox="media/data-collection-rule-view/resources-view-associations.png":::
7979

8080
> [!IMPORTANT]
8181
> Not all DCRs are associated with resources. For example, DCRs used with the [Logs ingestion API](../logs/logs-ingestion-api-overview.md) are specified in the API call and do not use associations. These DCRs still appear in the view, but will have a **Resource Count** of 0.

articles/azure-monitor/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -621,17 +621,17 @@ items:
621621
href: data-sources.md
622622
- name: Data collection methods
623623
items:
624-
- name: Data collection rules
624+
- name: Data collection rules (DCR)
625625
items:
626626
- name: Overview
627-
displayName: data collection, pipeline
627+
displayName: data collection rule, dcr, Azure Monitor pipeline
628628
href: essentials/data-collection-rule-overview.md
629629
- name: Best practices
630630
displayName: data collection, data collection rules
631631
href: essentials/data-collection-rule-best-practices.md
632-
- name: View rules
632+
- name: View DCRs
633633
href: essentials/data-collection-rule-view.md
634-
- name: Create and edit
634+
- name: Create and edit DCRs
635635
items:
636636
- name: Create
637637
displayName: Data collection rules

0 commit comments

Comments
 (0)