Skip to content

Commit 5cbc240

Browse files
committed
fixes
1 parent 491aa3a commit 5cbc240

File tree

4 files changed

+221
-221
lines changed

4 files changed

+221
-221
lines changed

articles/azure-monitor/logs/custom-logs-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 01/06/2022
99
# Custom logs API in Azure Monitor Logs (Preview)
1010
With the DCR based custom logs API in Azure Monitor, you can send data to a Log Analytics workspace from any REST API client. This allows you to send data from virtually any source to [supported built-in tables](tables-feature-support.md) or to custom tables that you create. You can even extend the schema of built-in tables with custom columns.
1111

12-
[!INCLUDE [Sign up for preview](../../includes/azure-monitor-custom-logs-signup.md)]
12+
[!INCLUDE [Sign up for preview](../../../includes/azure-monitor-custom-logs-signup.md)]
1313

1414
> [!NOTE]
1515
> The custom logs API should not be confused with [custom logs](../agents/data-sources-custom-logs.md) data source with the legacy Log Analytics agent.

articles/azure-monitor/logs/ingestion-time-transformations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 01/19/2022
99
# Ingestion-time transformations in Azure Monitor Logs (preview)
1010
[Ingestion-time transformations](ingestion-time-transformations.md) allow you to manipulate incoming data before it's stored in a Log Analytics workspace. You can add data filtering, parsing and extraction, and control the structure of the data that gets ingested.in
1111

12-
[!INCLUDE [Sign up for preview](../../includes/azure-monitor-custom-logs-signup.md)]
12+
[!INCLUDE [Sign up for preview](../../../includes/azure-monitor-custom-logs-signup.md)]
1313

1414
## Basic operation
1515
The transformation is a [KQL query](../essentials/data-collection-rule-transformations.md) that runs against the incoming data and modifies it before it's stored in the workspace. Transformations are defined separately for each table in the workspace. This article provides an overview of this feature and guidance for further details and samples. Configuration for ingestion-time transformation is stored in a workspace transformation DCR. You can either [create this DCR directly](tutorial-ingestion-time-transformations-api.md) or configure transformation [through the Azure portal](tutorial-ingestion-time-transformations.md).

0 commit comments

Comments
 (0)