Skip to content

Commit 9668763

Browse files
committed
Update custom-logs-migrate.md
1 parent f53eb75 commit 9668763

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Migrate from the HTTP Data Collector API to the Log Ingestion API
3-
description: Learn how to migrate from the legacy Azure Monitor Logs pipeline, which uses the Data Collector API, to the new pipeline, which uses the Log Ingestion API and provides more processing power and greater flexibility.
3+
description: Migrate from the legacy Azure Monitor Data Collector API to the Log Ingestion API, which provides more processing power and greater flexibility.
44
author: guywi-ms
55
ms.author: guywild
66
ms.reviewer: ivankh
@@ -45,7 +45,7 @@ If you have an existing custom table to which you currently send data using the
4545
- Migrate the table to continue ingesting data into the same table using the Log Ingestion API.
4646
- Maintain the existing table and data and set up a new table into which you ingest data using the Log Ingestion API. You can then delete the old table when you're ready.
4747

48-
This is the preferred option, especially if you to need to make changes to the existing table. Changes to existing data types and multiple multiple schema changes to existing Data Collector API custom tables can lead to errors.
48+
This is the preferred option, especially if you to need to make changes to the existing table. Changes to existing data types and multiple schema changes to existing Data Collector API custom tables can lead to errors.
4949

5050
This table summarizes considerations to keep in mind for each option:
5151

@@ -62,7 +62,7 @@ POST https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/
6262
```
6363
This call is idempotent, so it has no effect if the table has already been converted.
6464

65-
The API call enables all DCR-based custom logs features on the table. The Data Collector API will continue to ingest data into existing columns, but won't create any new columns. Any previously defined [custom fields](../logs/custom-fields.md) will stop populating. Another way to migrate an existing table to using data collection rules, but not necessarily the Log Ingestion API is applying a [workspace transformation](../logs/tutorial-workspace-transformations-portal.md) to the table.
65+
The API call enables all DCR-based custom logs features on the table. The Data Collector API will continue to ingest data into existing columns, but won't create any new columns. Any previously defined [custom fields](../logs/custom-fields.md) won't continue to be populated. Another way to migrate an existing table to using data collection rules, but not necessarily the Log Ingestion API is applying a [workspace transformation](../logs/tutorial-workspace-transformations-portal.md) to the table.
6666

6767
> [!IMPORTANT]
6868
> - Column names must start with a letter and can consist of up to 45 alphanumeric characters and the characters `_` and `-`.

0 commit comments

Comments
 (0)