Skip to content

Commit 8b1d246

Browse files
committed
Fixing link issues
1 parent 0188f58 commit 8b1d246

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

articles/cosmos-db/logs-transformations.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,35 @@ title: 'Tutorial: Add a workspace transformation to Cosmos DB Azure Monitor Logs
33
description: Describes how to add a custom transformation to data flowing through Azure Monitor Logs by using the Azure portal.
44
ms.topic: tutorial
55
ms.date: 03/17/2023
6+
author: StefArroyo
7+
ms.author: esarroyo
8+
ms.service: Azure Cosmos DB
69
---
710
# Cost Optimizations for Log Analytics Workbooks
811
To help improve costs for enabling Log Analytics, we now support adding Data Collection Rules and transformations on your Log Analytics resources to filter out columns, reduce number of results returned, and create new columns before the data is sent to the destination.
912

1013

1114
## Tutorial: Add a transformation in a workspace data collection rule by using the Azure portal
12-
This tutorial walks you through configuration of a sample [transformation in a workspace data collection rule (DCR)](../essentials/data-collection-transformations.md) by using the Azure portal.
15+
This tutorial walks you through configuration of a sample [transformation in a workspace data collection rule (DCR)](../articles/azure-monitor/essentials/data-collection-transformations.md) by using the Azure portal.
1316

14-
Workspace transformations are stored together in a single [DCR](../essentials/data-collection-rule-overview.md) for the workspace, which is called the workspace DCR. Each transformation is associated with a particular table. The transformation will be applied to all data sent to this table from any workflow not using a DCR.
17+
Workspace transformations are stored together in a single [DCR](../articles/azure-monitor/essentials/data-collection-rule-overview.md) for the workspace, which is called the workspace DCR. Each transformation is associated with a particular table. The transformation will be applied to all data sent to this table from any workflow not using a DCR.
1518

1619
> [!NOTE]
1720
> This tutorial uses the Azure portal to configure a workspace transformation. For the same tutorial using Azure Resource Manager templates and REST API, see [Tutorial: Add transformation in workspace data collection rule to Azure Monitor using resource manager templates](tutorial-workspace-transformations-api.md).
1821
1922
In this tutorial, you learn how to:
2023

2124
> [!div class="checklist"]
22-
> * Configure a [workspace transformation](../essentials/data-collection-transformations.md#workspace-transformation-dcr) for a table in a Log Analytics workspace.
25+
> * Configure a [workspace transformation](../articles/azure-monitor/essentials/data-collection-transformations.md#workspace-transformation-dcr) for a table in a Log Analytics workspace.
2326
> * Write a log query for a workspace transformation.
2427
2528
## Prerequisites
2629
To complete this tutorial, you need:
2730

28-
- A Log Analytics workspace where you have at least [contributor rights](manage-access.md#azure-rbac).
29-
- [Permissions to create DCR objects](../essentials/data-collection-rule-overview.md#permissions) in the workspace.
31+
- A Log Analytics workspace where you have at least [contributor rights](../articles/azure-monitor/logs/manage-access.md#azure-rbac).
32+
- [Permissions to create DCR objects](../articles/azure-monitor/data-collection-rule-overview.md#permissions) in the workspace.
3033
- A table that already has some data.
31-
- The table can't be linked to the [workspace transformation DCR](../essentials/data-collection-transformations.md#workspace-transformation-dcr).
34+
- The table can't be linked to the [workspace transformation DCR](../articles/azure-monitor/essentials/data-collection-transformations.md#workspace-transformation-dcr).
3235

3336
## Overview of the tutorial
3437
In this tutorial, you'll reduce the storage requirement for the `CDBDataPlaneRequests` table by filtering out certain records. You'll also remove the contents of a column while parsing the column data to store a piece of data in a custom column. The [CDBDataPlaneRequests table](monitor-resource-logs.md) is created when you enable [log analytics](monitor-resource-logs.md) in a workspace.
@@ -49,7 +52,7 @@ Now that the table's created, you can create the transformation for it.
4952

5053
:::image type="content" source="media/tutorial-workspace-transformations-portal/create-transformation.png" lightbox="media/tutorial-workspace-transformations-portal/create-transformation.png" alt-text="Screenshot that shows creating a new transformation.":::
5154

52-
2. Because this transformation is the first one in the workspace, you must create a [workspace transformation DCR](../essentials/data-collection-transformations.md#workspace-transformation-dcr). If you create transformations for other tables in the same workspace, they'll be stored in this same DCR. Select **Create a new data collection rule**. The **Subscription** and **Resource group** will already be populated for the workspace. Enter a name for the DCR and select **Done**.
55+
2. Because this transformation is the first one in the workspace, you must create a [workspace transformation DCR](../articles/azure-monitor/essentials/data-collection-transformations.md#workspace-transformation-dcr). If you create transformations for other tables in the same workspace, they'll be stored in this same DCR. Select **Create a new data collection rule**. The **Subscription** and **Resource group** will already be populated for the workspace. Enter a name for the DCR and select **Done**.
5356

5457
:::image type="content" source="media/tutorial-workspace-transformations-portal/new-data-collection-rule.png" lightbox="media/tutorial-workspace-transformations-portal/new-data-collection-rule.png" alt-text="Screenshot that shows creating a new data collection rule.":::
5558

@@ -102,6 +105,5 @@ A known issue currently affects dynamic columns. A temporary workaround is to ex
102105
103106
## Next steps
104107
105-
- [Read more about transformations](../essentials/data-collection-transformations.md)
106-
- [See which tables support workspace transformations](tables-feature-support.md)
107-
- [Learn more about writing transformation queries](../essentials/data-collection-transformations-structure.md)
108+
- [Read more about transformations](../articles/azure-monitor/essentials/data-collection-transformations.md)
109+
- [Learn more about writing transformation queries](../articles/azure-monitor/essentials/data-collection-transformations-structure.md)

0 commit comments

Comments
 (0)