Skip to content

Commit eda16c5

Browse files
author
amsliu
committed
1st batch of changes requested by neil ghuman
1 parent 32c5353 commit eda16c5

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

support/azure/azure-monitor/activity-logs/config-export/export-directory-level-activity-logs-to-event-hubs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Export Directory-Level Activity Logs to Event Hubs
33
description: Provides guidance for exporting directory-level activity logs to Event Hubs by using Azure management group-level diagnostic settings.
4-
ms.date: 07/28/2025
4+
ms.date: 08/04/2025
55
ms.reviewer: v-liuamson; v-gsitser; v-sisidhu
66
ms.service: azure-monitor
77
ms.custom: I can’t configure export of Activity Logs
@@ -16,7 +16,7 @@ You can export directory-level activity logs to an event hub through an API call
1616
## Common issues and solutions
1717

1818
- **Issue:** Logs don't appear in Event Hubs.
19-
- **Solution:** Double-check the event hub configuration to make sure that the correct namespace and key ID are used.
19+
- **Solution:** Double-check the event hub configuration to make sure that the correct namespace is used.
2020

2121
- **Issue:** Permission errors occur when making diagnostic settings.
2222
- **Solution:** Make sure that you have the necessary permissions to create or update diagnostic settings in Azure.
@@ -29,7 +29,7 @@ You can export directory-level activity logs to an event hub through an API call
2929

3030
3. Select **Add diagnostic setting**, and select the resource that you want to export logs for.
3131

32-
4. Under **Destination details**, select **Event Hub**, and then provide the required **Event Hub namespace** and **Event Hub name** values. Make sure that the **Event Hub key ID** value is entered correctly.
32+
4. Under **Destination details**, select **Event Hubs**, and then provide the required **Event Hubs namespace** and **Event Hubs name** values.
3333

3434
5. Select **Save** to apply the settings. Check the event hub for incoming data to verify that the logs are exported.
3535

support/azure/azure-monitor/activity-logs/config-export/push-subscription-activity-logs-to-sentinel.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Push Subscription Activity Logs to Sentinel
2+
title: Troubleshoot Pushing Subscription Level Activity Logs to Sentinel
33
description: Provides detailed instructions for pushing subscription activity logs to Sentinel.
4-
ms.date: 07/28/2025
4+
ms.date: 08/04/2025
55
ms.reviewer: v-liuamson; v-gsitser; v-sisidhu
66
ms.service: azure-monitor
77
ms.custom: I can’t configure export of Activity Logs
88
---
99

10-
# Push subscription Activity Logs to Sentinel
10+
# Troubleshoot pushing subscription level Activity Logs to Sentinel
1111

1212
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.
1313

1414
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.
1515

16-
### Common issues and solutions
16+
## Common issues and solutions
1717

1818
- **Issue**: Logs aren't appearing in Sentinel.
1919
- **Solution**: Make sure that the correct Log Analytics workspace is selected and that the diagnostic settings are correctly configured.
@@ -22,27 +22,29 @@ Users might encounter challenges when they try to push subscription activity log
2222

2323
1. Navigate to the Azure portal.
2424

25-
2. Open Diagnostic Settings:
25+
1. Open Diagnostic Settings:
2626
1. Go to the **Azure Monitor** section.
2727
1. On the menu, select **Diagnostic Settings**.
2828

29-
3. **Configure Diagnostic Settings**:
30-
1. Select the resource that you want to configure the logs for.
31-
1. Select **Add Diagnostic Setting**.
32-
1. Name your setting, and select the logs that you want to send to Sentinel.
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.
3333

34-
4. **Select Log Analytics workspace**:
35-
1. Under **Destination details**, select **Send to Log Analytics**.
36-
1. Select the appropriate Log Analytics workspace that you want to send the logs to.
34+
1. **Select Log Analytics workspace**:
35+
1. Under **Destination details**, select **Log Analytics**.
36+
1. Verify the correct Log Analytics workspace is selected.
3737

38-
5. Review your settings, and select **Save** to apply the changes.
38+
1. Review your settings, and select **Save** to apply the changes.
3939

40-
6. To verify the data transfer, run the following query in your Log Analytics workspace:
40+
1. To verify the data transfer, run the following query in your Log Analytics workspace:
4141

4242
```plaintext
4343
AzureActivity | where SubscriptionId contains "<YourSubscriptionId>"
4444
```
4545

46+
1. Validate your [connector settings](/azure/sentinel/connect-services-diagnostic-setting-based#prerequisites).
47+
4648
## References
4749

4850
- [Azure Sentinel data connectors reference](/azure/sentinel/data-connectors-reference)

support/azure/azure-monitor/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ items:
1111
href: activity-logs/config-export/transition-from-legacy-to-diagnostic-settings.md
1212
- name: Manage diagnostic settings to transition from legacy solutions
1313
href: activity-logs/config-export/diagnostic-settings-transition-from-legacy-solutions.md
14-
- name: Push subscription Activity Logs to Sentinel
14+
- name: Troubleshoot pushing subscription level Activity Logs to Sentinel
1515
href: activity-logs/config-export/push-subscription-activity-logs-to-sentinel.md
1616
- name: Export directory-level Activity Logs to Event Hubs
1717
href: activity-logs/config-export/export-directory-level-activity-logs-to-event-hubs.md
18-
- name: Resolve log limit issues in Azure Functions apps
19-
href: activity-logs/config-export/resolve-log-limit-issues-in-azure-functions-apps.md
2018
- name: Understand and manage diagnostic settings retention
2119
href: activity-logs/config-export/understand-and-manage-diagnostic-settings-retention.md
2220
- name: Troubleshoot Azure CLI configuration issues
@@ -55,6 +53,8 @@ items:
5553
href: app-insights/telemetry/auto-instrumentation-troubleshoot.md
5654
- name: Troubleshoot high data ingestion
5755
href: app-insights/telemetry/troubleshoot-high-data-ingestion.md
56+
- name: Resolve log limit issues in Azure Functions apps
57+
href: activity-logs/config-export/resolve-log-limit-issues-in-azure-functions-apps.md
5858
- name: Application Insights classic SDK troubleshooting
5959
items:
6060
- name: SDK support guidance

0 commit comments

Comments
 (0)