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/automation/change-tracking/guidance-migration-log-analytics-monitoring-agent.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,16 +78,17 @@ Follow these steps to migrate using scripts.
78
78
#### Migration guidance
79
79
80
80
1. Install the [script](https://github.com/mayguptMSFT/AzureMonitorCommunity/blob/master/Azure%20Services/Azure%20Monitor/Agents/Migration%20Tools/DCR%20Config%20Generator/CTDcrGenerator/CTWorkSpaceSettingstoDCR.ps1) and run it to conduct migrations. The script does the following:
81
-
1. Ensure the new workspace resource ID is different from the one associated with the Change Tracking and Inventory using the LA version.
82
81
83
-
1. Migrate settings for the following data types:
82
+
1. It ensures the new workspace resource ID is different from the one associated with the Change Tracking and Inventory using the LA version.
83
+
84
+
1. It migrates the settings for the following data types:
84
85
- Windows Services
85
86
- Linux Files
86
87
- Windows Files
87
88
- Windows Registry
88
89
- Linux Daemons
89
90
90
-
1.**Parameters** - ensure to provide input for the following parameters as listed in the script.
91
+
1. The script consists of the following **Parameters** that require an input from you.
91
92
92
93
**Parameter** | **Required** | **Description** |
93
94
--- | --- | --- |
@@ -97,11 +98,8 @@ Follow these steps to migrate using scripts.
97
98
`OutputDCRLocation`| Yes | Azure location of the output workspace ID. |
98
99
`OutputDCRTemplateFolderPath`| Yes | Folder path where DCR templates are created. |
99
100
100
-
1. Generate and associate a new DCR to transfer the settings to the Change Tracking and Inventory using AMA.
101
-
102
-
To generate the DCR, follow these steps:
101
+
1. A DCR template is generated when you run the above script and the template is available in `OutputDCRTemplateFolderPath`. You have to associate the new DCR to transfer the settings to the Change Tracking and Inventory using AMA.
103
102
104
-
1.[Create Change Tracking Data collection rule](#create-data-collection-rule).
105
103
1. Sign in to [Azure portal](https://portal.azure.com) and go to **Monitor** and under **Settings**, select **Data Collection Rules**.
106
104
1. Select the data collection rule that you have created in Step 1 from the listing page.
107
105
1. In the data collection rule page, under **Configurations**, select **Resources** and then select **Add**.
@@ -122,6 +120,15 @@ Follow these steps to migrate using scripts.
122
120
```
123
121
---
124
122
123
+
124
+
If the CT logs table schema does not exist, the script mentioned in Step 1 will fail. To troubleshoot, run the following script -
### Compare data across Log analytics Agent and Azure Monitoring Agent version
126
133
127
134
After you complete the onboarding to Change tracking with AMA version, select **Switch to CT with AMA** on the landing page to switch across the two versions and compare the following events.
0 commit comments