You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/custom-logs-migrate.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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.
4
4
author: guywi-ms
5
5
ms.author: guywild
6
6
ms.reviewer: ivankh
@@ -45,7 +45,7 @@ If you have an existing custom table to which you currently send data using the
45
45
- Migrate the table to continue ingesting data into the same table using the Log Ingestion API.
46
46
- 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.
47
47
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.
49
49
50
50
This table summarizes considerations to keep in mind for each option:
51
51
@@ -62,7 +62,7 @@ POST https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/
62
62
```
63
63
This call is idempotent, so it has no effect if the table has already been converted.
64
64
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.
66
66
67
67
> [!IMPORTANT]
68
68
> - Column names must start with a letter and can consist of up to 45 alphanumeric characters and the characters `_` and `-`.
0 commit comments