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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ ms.date: 01/06/2022
10
10
This article describes how to migrate from [Data Collector API](data-collector-api.md) or [custom fields](custom-fields.md) in Azure Monitor to [DCR-based custom logs](custom-logs-overview.md). It includes configuration required for tables in your Log Analytics workspace and applies to both [direct ingestion](custom-logs-overview.md) and [ingestion-time transformations](ingestion-time-transformations.md).
11
11
12
12
> [!IMPORTANT]
13
-
> You do not need to follow this article if you are defining your DCR-based custom logs using the Azure Portal. This article only applies if you are using resource manager templates and the custom logs API.
13
+
> You do not need to follow this article if you are defining your DCR-based custom logs using the Azure Portal. This article only applies if you are using Resource Manager templates and the custom logs API.
14
14
15
15
## Background
16
16
To use a table with the [direct ingestion](custom-logs-overview.md), and [ingestion-time transformations](ingestion-time-transformations.md), it must be configured to support these new features. When you complete the process described in this article, the following actions are taken:
17
17
18
18
- The table will be reconfigured to enable all DCR-based custom logs features. This includes DCR and DCE support and management with the new Tables control plane.
19
19
- Any previously defined custom fields will stop populating.
20
-
- The Data Collector API will continue to work but will not create any new columns. Data will only populate into any columns that was created prior to migration.
20
+
- The Data Collector API will continue to work but won't create any new columns. Data will only populate into any columns that was created prior to migration.
21
21
- The schema and historic data is preserved and can be accessed the same way it was previously.
22
22
23
23
## Applicable scenarios
@@ -27,12 +27,12 @@ This article is only applicable if all of the following criteria apply:
27
27
- The table in question was either created using the Data Collector API, or has custom fields defined in it
28
28
- You want to migrate using the custom logs API instead of the Azure portal.
29
29
30
-
If all of these conditions are not true, then you can use DCR-based custom logs without following the procedure described here.
30
+
If all of these conditions aren't true, then you can use DCR-based custom logs without following the procedure described here.
31
31
32
32
## Migration procedure
33
33
If the table that you're targeting with DCR-based custom logs does indeed falls under the criteria described above, the following strategy is required for a graceful migration:
34
34
35
-
1. Configure your data collection rule (DCR) following procedures at [Send custom logs to Azure Monitor Logs using resource manager templates (preview)](tutorial-custom-logs-api.md) or [Add ingestion-time transformation to Azure Monitor Logs using resource manager templates (preview)](tutorial-ingestion-time-transformations-api.md).
35
+
1. Configure your data collection rule (DCR) following procedures at [Send custom logs to Azure Monitor Logs using Resource Manager templates (preview)](tutorial-custom-logs-api.md) or [Add ingestion-time transformation to Azure Monitor Logs using Resource Manager templates (preview)](tutorial-ingestion-time-transformations-api.md).
36
36
37
37
1. If using the DCR-based API, also [configure the data collection endpoint (DCE)](tutorial-custom-logs-api.md#create-data-collection-endpoint) and the agent or component that will be sending data to the API.
0 commit comments