Skip to content

Commit 26cd947

Browse files
authored
Merge pull request #292375 from agrimayadav/updated-diagnostic-settings-vF
Updated Diagnostic Settings in troubleshooting guide
2 parents 13fd8c1 + 1c55ce8 commit 26cd947

File tree

5 files changed

+24
-1
lines changed

5 files changed

+24
-1
lines changed

articles/partner-solutions/datadog/troubleshoot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ If the Datadog agent is configured with an incorrect key, navigate to the API ke
7373

7474
If logs are being emitted and diagnostic settings remain active on monitored resources even after the Datadog resource is disabled or tag rules are modified to exclude certain resources, it's likely that there's a delete lock applied to the resources or the resource group containing the resource. This lock prevents the cleanup of the diagnostic settings, and hence, logs continue to be forwarded for those resources. To resolve this issue, remove the delete lock from the resource or the resource group. If the lock is removed after the Datadog resource is deleted, the diagnostic settings have to be cleaned up manually to stop log forwarding.
7575

76+
[!INCLUDE [diagnostic-settings](../includes/diagnostic-settings.md)]
77+
7678
## Next steps
7779

7880
- Learn about [managing your instance](manage.md) of Datadog.

articles/partner-solutions/dynatrace/dynatrace-troubleshoot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ If those options don't solve the problem, contact [Dynatrace support](https://s
4949

5050
If logs are being emitted and diagnostic settings remain active on monitored resources even after the Dynatrace resource is disabled or tag rules have been modified to exclude certain resources, it's likely that there's a delete lock applied to the resource(s) or the resource group containing the resource. This lock prevents the cleanup of the diagnostic settings, and hence, logs continue to be forwarded for those resources. To resolve this, remove the delete lock from the resource or the resource group. If the lock is removed after the Dynatrace resource is deleted, the diagnostic settings have to be cleaned up manually to stop log forwarding.
5151

52+
[!INCLUDE [diagnostic-settings](../includes/diagnostic-settings.md)]
53+
5254
## Free trial errors
5355

5456
- **Unable to create another free trial resource on Azure**

articles/partner-solutions/elastic/troubleshoot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Only users who have *Owner* or *Contributor* access on the Azure subscription ca
3434

3535
If logs are being emitted and diagnostic settings remain active on monitored resources even after the Elastic resource is disabled or tag rules have been modified to exclude certain resources, it's likely that there's a delete lock applied to the resource(s) or the resource group containing the resource. This lock prevents the cleanup of the diagnostic settings, and hence, logs continue to be forwarded for those resources. To resolve this, remove the delete lock from the resource or the resource group. If the lock is removed after the Elastic resource is deleted, the diagnostic settings have to be cleaned up manually to stop log forwarding.
3636

37+
[!INCLUDE [diagnostic-settings](../includes/diagnostic-settings.md)]
38+
3739
## Marketplace Purchase errors
3840

3941
[!INCLUDE [marketplace-purchase-errors](../includes/marketplace-purchase-errors.md)]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
author: agrimayadav
3+
ms.topic: include
4+
ms.date: 12/16/2024
5+
ms.author: agrimayadav
6+
---
7+
## Diagnostic settings not created as expected after moving a resource
8+
9+
If you need to delete a resource, rename, or move a resource, or migrate it across resource groups or subscriptions, first delete its diagnostic settings. Otherwise, if you recreate this resource, the diagnostic settings for the deleted resource could be included with the new resource, depending on the resource configuration for each resource. If the diagnostics settings are included with the new resource, this resumes the collection of resource logs as defined in the diagnostic setting and sends the applicable metric and log data to the previously configured destination. Also, it's a good practice to delete the diagnostic settings for a resource you're going to delete and don't plan on using again to keep your environment clean. [Learn more](/azure/azure-monitor/essentials/diagnostic-settings)
10+
11+
## Manual updates to diagnostic settings created via tag rules
12+
13+
Diagnostic settings are created based on tag rules. Currently, modifying log categories through the diagnostic settings page is not permitted. While you may be able to uncheck log categories and save them, they will revert to default settings (as per tag rules).
14+
15+
If destination details are modified, a new diagnostic setting with the original configuration is recreated. This is subject to the limitation of a maximum of five diagnostic settings per resource. [Learn More](/azure/azure-monitor/essentials/diagnostic-settings)

articles/partner-solutions/new-relic/new-relic-troubleshoot.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Only virtual machines that currently have the New Relic agent installed should b
3434

3535
## Resource monitoring stopped working
3636

37-
Resource monitoring in New Relic is enabled through the *ingest API key*, which you set up at the time of resource creation. Revoking the ingest API key from the New Relic portal disrupts monitoring of logs and metrics for all resources, including virtual machines and app services. You shouldn't* revoke the ingest API key. If the API key is already revoked, contact New Relic support.
37+
Resource monitoring in New Relic is enabled through the *ingest API key*, which you set up at the time of resource creation. Revoking the ingest API key from the New Relic portal disrupts monitoring of logs and metrics for all resources, including virtual machines and app services. You shouldn't revoke the ingest API key. If the API key is already revoked, contact New Relic support.
3838

3939
If your Azure subscription is suspended or deleted because of payment-related issues, resource monitoring in New Relic automatically stops. Use a different Azure subscription. Or, add or update the credit card or payment method for the subscription. For more information, see [Add, update, or delete a payment method](../../cost-management-billing/manage/change-credit-card.md).
4040

@@ -44,6 +44,8 @@ New Relic manages the APIs for creating and managing resources, and for the stor
4444

4545
If logs are being emitted and diagnostic settings remain active on monitored resources even after the New Relic resource is disabled or tag rules have been modified to exclude certain resources, it's likely that there's a delete lock applied to the resource(s) or the resource group containing the resource. This lock prevents the cleanup of the diagnostic settings, and hence, logs continue to be forwarded for those resources. To resolve this, remove the delete lock from the resource or the resource group. If the lock is removed after the New Relic resource is deleted, the diagnostic settings have to be cleaned up manually to stop log forwarding.
4646

47+
[!INCLUDE [diagnostic-settings](../includes/diagnostic-settings.md)]
48+
4749
## Next steps
4850

4951
- [Manage Azure Native New Relic Service](new-relic-how-to-manage.md)

0 commit comments

Comments
 (0)