Skip to content

Commit 006d559

Browse files
authored
Merge pull request #178401 from rboucher/patch-7
add partner solutions
2 parents 17720aa + ea64f3b commit 006d559

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

articles/azure-monitor/essentials/diagnostic-settings.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Create diagnostic settings to send platform logs and metrics to different destinations
33
description: Send Azure Monitor platform metrics and logs to Azure Monitor Logs, Azure storage, or Azure Event Hubs using a diagnostic setting.
4-
author: bwren
5-
ms.author: bwren
4+
author: rboucher
5+
ms.author: robb
66
services: azure-monitor
77
ms.topic: conceptual
8-
ms.date: 06/09/2021
8+
ms.date: 11/02/2021
99
---
1010

1111
# Create diagnostic settings to send platform logs and metrics to different destinations
@@ -42,6 +42,7 @@ Platform logs and metrics can be sent to the destinations in the following table
4242
| [Log Analytics workspace](../logs/design-logs-deployment.md) | Sending logs and metrics to a Log Analytics workspace allows you to analyze them with other monitoring data collected by Azure Monitor using powerful log queries and also to leverage other Azure Monitor features such as alerts and visualizations. |
4343
| [Event hubs](../../event-hubs/index.yml) | Sending logs and metrics to Event Hubs allows you to stream data to external systems such as third-party SIEMs and other log analytics solutions. |
4444
| [Azure storage account](../../storage/blobs/index.yml) | Archiving logs and metrics to an Azure storage account is useful for audit, static analysis, or backup. Compared to Azure Monitor Logs and a Log Analytics workspace, Azure storage is less expensive and logs can be kept there indefinitely. |
45+
| [Azure Monitor partner integrations](/azure/partner-solutions/overview/)| Specialized integrations between Azure Monitor and other non-Microsoft monitoring platforms. |
4546

4647

4748
### Destination requirements
@@ -118,12 +119,12 @@ You can configure diagnostic settings in the Azure portal either from the Azure
118119
![Send to Storage](media/diagnostic-settings/storage-settings-new.png)
119120

120121
> [!TIP]
121-
> Consider setting the retention policy to 0 and manually deleting your data from storage using a scheduled job to avoid possible confusion in the future.
122+
> Consider setting the retention policy to 0 and either use [Azure Storage Lifecycle Policy](/azure/storage/blobs/lifecycle-management-policy-configure) or delete your data from storage using a scheduled job. These strategies are likely to provide more consistent behavior.
122123
>
123-
> First, if you are using storage for archiving, you generally want your data around for more than 365 days. Second, if you choose a retention policy that is greater than 0, the expiration date is attached to the logs at the time of storage. You can't change the date for those logs once stored.
124-
>
125-
> For example, if you set the retention policy for *WorkflowRuntime* to 180 days and then 24 hours later set it to 365 days, the logs stored during those first 24 hours will be automatically deleted after 180 days, while all subsequent logs of that type will be automatically deleted after 365 days. Changing the retention policy later doesn't make the first 24 hours of logs stay around for 365 days.
126-
124+
> First, if you are using storage for archiving, you generally want your data around for more than 365 days. Second, if you choose a retention policy that is greater than 0, the expiration date is attached to the logs at the time of storage. You can't change the date for those logs once stored. For example, if you set the retention policy for *WorkflowRuntime* to 180 days and then 24 hours later set it to 365 days, the logs stored during those first 24 hours will be automatically deleted after 180 days, while all subsequent logs of that type will be automatically deleted after 365 days. Changing the retention policy later doesn't make the first 24 hours of logs stay around for 365 days.
125+
126+
1. **Partner integration** - You must first install a partner integration into your subscription. For more information, see [Azure Monitor Partner integrations](/azure/partner-solutions/overview/).
127+
127128
6. Click **Save**.
128129

129130
After a few moments, the new setting appears in your list of settings for this resource, and logs are streamed to the specified destinations as new event data is generated. It may take up to 15 minutes between when an event is emitted and when it [appears in a Log Analytics workspace](../logs/data-ingestion-time.md).

0 commit comments

Comments
 (0)