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/monitoring-and-diagnostics/monitoring-alerts-extend-tool.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ ms.author: vinagara
20
20
Alerts in Log Analytics is being replaced by Azure Alerts and as part of this transition, alerts that you configured in Log Analytics will be migrated into Azure. If you don't want to wait for them to be automatically moved into Azure, you can initiate the process following one of the options:
21
21
22
22
1. Manually from the OMS portal
23
-
2.Programatically using the AlertsVersion API
23
+
2.Programmatically using the AlertsVersion API
24
24
25
25
> [!NOTE]
26
26
> Microsoft will automatically migrate alerts created in Log Analytics to Azure alerts starting on **14 May 2018** in a phased approach until completed. From this day forward, Microsoft will begin to schedule migrating the alerts to Azure, and during this transition, alerts can be managed from both the OMS portal and Azure portal. This process is nondestructive and not interruptive.
@@ -136,7 +136,7 @@ armclient POST /subscriptions/<subscriptionId>/resourceGroups/<resourceGroupNam
136
136
> [!NOTE]
137
137
> Result of migrating alerts into Azure Alerts may vary based on the summary provided by GET response. Once scheduled, alerts in Log Analytics will be temporarily unavailable for editing/modification in the OMS portal. However, new alerts can be created.
138
138
139
-
If the POST resquest is successful, it returns a HTTP 200 OK status along with the following response:
139
+
If the POST request is successful, it returns an HTTP 200 OK status along with the following response:
140
140
141
141
```json
142
142
{
@@ -209,7 +209,7 @@ This response indicates the alerts have been successfully migrated into Azure Al
209
209
210
210
211
211
## Option 3 - Using custom PowerShell script
212
-
After May 14, 2018 - if Microsoft has not successfully extended your alerts from OMS portal to Azure; then till**July 5, 2018** - user can manually do the same via [Option1 - Via GUI](#option-1---initiate-from-the-oms-portal) or [Option 2 - Via API](#option-2---using-the-alertsversion-api).
212
+
After May 14, 2018 - if Microsoft has not successfully extended your alerts from OMS portal to Azure; then until**July 5, 2018** - user can manually do the same via [Option1 - Via GUI](#option-1---initiate-from-the-oms-portal) or [Option 2 - Via API](#option-2---using-the-alertsversion-api).
213
213
214
214
After **July 5, 2018** - all alerts from OMS portal will be extended into Azure. Users who didn't take the [necessary remediation steps suggested](#troubleshooting), will have their alerts running without firing actions or notifications due to the lack of associated [Action Groups](monitoring-action-groups.md).
215
215
@@ -432,19 +432,19 @@ $response = armclient post "/subscriptions/$subscriptionId/resourceGroups/$resou
432
432
433
433
434
434
**Using the custom PowerShell script**
435
-
- Pre-requisite is the installation of [ARMclient](https://github.com/projectkudu/ARMClient),an open-source command-line tool that simplifies invoking the Azure Resource Manager API
435
+
- Pre-requisite is the installation of [ARMclient](https://github.com/projectkudu/ARMClient),an open-source command-line tool that simplifies invoking the Azure Resource Manager API
436
436
- User running the said script must have Contributor or Owner role in the Azure Subscription
437
437
- The following are the parameters to be provided for the script:
438
-
- $subscriptionId: The Azure Subscription id associated with the OMS/LA Workspace
438
+
- $subscriptionId: The Azure Subscription ID associated with the OMS/LA Workspace
439
439
- $resourceGroup: The Azure Resource Group where lies the OMS/LA Workspace
440
440
- $workspaceName: The name of the OMS/LA Workspace
441
441
442
442
**Output of the custom PowerShell script**
443
443
The script is verbose and will output the steps as it executes.
444
-
- It will display the summary which contains the information about the existing OMS/LA alerts in the workspace and the Azure action groups to be created for the actions associated with them.
444
+
- It will display the summary, which contains the information about the existing OMS/LA alerts in the workspace and the Azure action groups to be created for the actions associated with them.
445
445
- User will be prompted to go ahead with the extension or exit after viewing the summary.
446
446
- If the user prompts to go ahead with extension, new Azure action groups will be created and all the existing alerts will be associated with them.
447
-
- In the end, the script exits by displaying the message "Extension complete!!". In case of any intermediate failures, subsequent errors will be displayed.
447
+
- In the end, the script exits by displaying the message "Extension complete!." In case of any intermediate failures, subsequent errors will be displayed.
448
448
449
449
## Troubleshooting
450
450
During the process of extending alerts from OMS into Azure, there can be occasional issue that prevents the system from creating necessary [Action Groups](monitoring-action-groups.md). In such cases an error message will be shown in OMS portal via banner in Alert section and in GET call done to API.
Copy file name to clipboardExpand all lines: articles/monitoring-and-diagnostics/monitoring-alerts-extend.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
@@ -17,7 +17,7 @@ ms.author: vinagara
17
17
18
18
---
19
19
# Migrate Log Analytics alerts to Azure Alerts
20
-
Until recently, Azure Log Analytics included its own alert functionality which could proactively notify you of conditions based on Log Analytics data. Management of alert rules were performed in [Microsoft Operation Management Suite (OMS) portal](../operations-management-suite/operations-management-suite-overview.md). The new alerts experience has now integrated the alerting experience across various services in Microsoft Azure. The new experience is available as **Alerts** under Azure Monitor in the Azure portal, and supports alerting from activity logs, metrics, and logs from both Log Analytics and Application Insights.
20
+
Until recently, Azure Log Analytics included its own alert functionality, which could proactively notify you of conditions based on Log Analytics data. Management of alert rules were performed in [Microsoft Operation Management Suite (OMS) portal](../operations-management-suite/operations-management-suite-overview.md). The new alerts experience has now integrated the alerting experience across various services in Microsoft Azure. The new experience is available as **Alerts** under Azure Monitor in the Azure portal, and supports alerting from activity logs, metrics, and logs from both Log Analytics and Application Insights.
21
21
22
22
## Benefits of migrating your alerts
23
23
There are several advantages of creating and managing alerts in the Azure port, such as:
@@ -44,10 +44,10 @@ When alerts in a Log Analytics workspace are scheduled for migrating to Azure, t
44
44
You can enjoy the benefits of migrating alerts before this date by voluntarily opting to move them to Azure Alerts.
45
45
46
46
### How to voluntarily migrate your alerts
47
-
To migrate your alerts to Azure Alerts, we have included two methods to complete this task in your workspace. You can accomlish this either from a wizard available in the OMS portal or programatically using a new API. For more information, see [Migrating alerts into Azure using OMS portal and API](monitoring-alerts-extend-tool.md).
47
+
To migrate your alerts to Azure Alerts, we have included two methods to complete this task in your workspace. You can accomplish this either from a wizard available in the OMS portal or programmatically using a new API. For more information, see [Migrating alerts into Azure using OMS portal and API](monitoring-alerts-extend-tool.md).
48
48
49
49
## Experience after migrating your alerts
50
-
After your alerts are migrated to Azure Alerts, they will continue to be available in the OMS portal for management no differently than before.<br><br> 
50
+
After your alerts are migrated to Azure Alerts, they will continue to be available in the OMS portal for management no differently than before.<br><br> 
51
51
52
52
When you attempt to edit an existing alert or create a new alert in the OMS portal, you are automatically redirected to Azure Alerts.
0 commit comments