|
| 1 | +--- |
| 2 | +title: Troubleshoot Pushing Subscription Level Activity Logs to Sentinel |
| 3 | +description: Provides detailed instructions for pushing subscription activity logs to Sentinel. |
| 4 | +ms.date: 08/04/2025 |
| 5 | +ms.reviewer: v-liuamson; v-gsitser; v-sisidhu |
| 6 | +ms.service: azure-monitor |
| 7 | +ms.custom: I can’t configure export of Activity Logs |
| 8 | +--- |
| 9 | + |
| 10 | +# Troubleshoot pushing subscription level Activity Logs to Sentinel |
| 11 | + |
| 12 | +This article provides guidance for how to push subscription activity logs to Microsoft Sentinel by using Microsoft Azure Diagnostic Settings. This process is essential to monitor and analyze activity logs effectively. |
| 13 | + |
| 14 | +Users might encounter challenges when they try to push subscription activity logs to Sentinel. This guide outlines the steps to configure Azure Diagnostic Settings to achieve seamless data transfer to Sentinel. |
| 15 | + |
| 16 | +## Common issues and solutions |
| 17 | + |
| 18 | +- **Issue**: Logs aren't appearing in Sentinel. |
| 19 | + - **Solution**: Make sure that the correct Log Analytics workspace is selected and that the diagnostic settings are correctly configured. |
| 20 | + |
| 21 | +### Instructions to configure Azure Diagnostic Settings |
| 22 | + |
| 23 | +1. Navigate to the Azure portal. |
| 24 | + |
| 25 | +1. Open Diagnostic Settings: |
| 26 | + 1. Go to the **Azure Monitor** section. |
| 27 | + 1. On the menu, select **Diagnostic Settings**. |
| 28 | + |
| 29 | +1. **Configure Diagnostic Settings**: |
| 30 | + 1. Select the resource that you want to verify the logs for. |
| 31 | + 1. Select **Edit Diagnostic Setting**. |
| 32 | + 1. Review the diagnostic settings are set correctly. |
| 33 | + |
| 34 | +1. **Select Log Analytics workspace**: |
| 35 | + 1. Under **Destination details**, select **Log Analytics**. |
| 36 | + 1. Verify the correct Log Analytics workspace is selected. |
| 37 | + |
| 38 | +1. Review your settings, and select **Save** to apply the changes. |
| 39 | + |
| 40 | +1. To verify the data transfer, run the following query in your Log Analytics workspace: |
| 41 | + |
| 42 | + ```plaintext |
| 43 | + AzureActivity | where SubscriptionId contains "<YourSubscriptionId>" |
| 44 | + ``` |
| 45 | + |
| 46 | +1. Validate your [connector settings](/azure/sentinel/connect-services-diagnostic-setting-based#prerequisites). |
| 47 | + |
| 48 | +## References |
| 49 | + |
| 50 | +- [Azure Sentinel data connectors reference](/azure/sentinel/data-connectors-reference) |
| 51 | +- [Azure Monitor diagnostic settings](/azure/azure-monitor/platform/diagnostic-settings?tabs=CMD) |
| 52 | +- [Connect services through a diagnostic setting-based connector](/azure/sentinel/connect-services-diagnostic-setting-based#connect-via-a-diagnostic-setting-based-connector-managed-by-azure-policy) |
| 53 | +- [Time before telemetry gets to destination](/azure/azure-monitor/platform/diagnostic-settings#time-before-telemetry-gets-to-destination) |
| 54 | + |
| 55 | +[!INCLUDE [azure-help-support](../../../../includes/azure-help-support.md)] |
0 commit comments