Skip to content

Commit 27ddccf

Browse files
authored
Merge pull request #178988 from MicrosoftDocs/master
Merge master to live, 4 AM
2 parents 5af89a2 + 3cb41ee commit 27ddccf

File tree

96 files changed

+937
-242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+937
-242
lines changed

articles/active-directory/reports-monitoring/concept-activity-logs-azure-monitor.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Introduction to Azure Active Directory activity logs in Azure Monit
44
services: active-directory
55
documentationcenter: ''
66
author: MarkusVi
7-
manager: daveba
7+
manager: karenhoran
88
editor: ''
99

1010
ms.assetid: 4b18127b-d1d0-4bdc-8f9c-6a4c991c5f75
@@ -26,8 +26,8 @@ ms.collection: M365-identity-device-management
2626
You can route Azure Active Directory (Azure AD) activity logs to several endpoints for long term retention and data insights. This feature allows you to:
2727

2828
* Archive Azure AD activity logs to an Azure storage account, to retain the data for a long time.
29-
* Stream Azure AD activity logs to an Azure event hub for analytics, using popular Security Information and Event Management (SIEM) tools, such as Splunk, QRadar, and Azure Sentinel.
30-
* Integrate Azure AD activity logs with your own custom log solutions by streaming them to an event hub.
29+
* Stream Azure AD activity logs to an Azure Event Hub for analytics, using popular Security Information and Event Management (SIEM) tools, such as Splunk, QRadar, and Azure Sentinel.
30+
* Integrate Azure AD activity logs with your own custom log solutions by streaming them to an Event Hub.
3131
* Send Azure AD activity logs to Azure Monitor logs to enable rich visualizations, monitoring and alerting on the connected data.
3232

3333
> [!VIDEO https://www.youtube.com/embed/syT-9KNfug8]
@@ -36,7 +36,7 @@ You can route Azure Active Directory (Azure AD) activity logs to several endpoin
3636

3737
## Supported reports
3838

39-
You can route Azure AD audit logs and sign-in logs to your Azure storage account, event hub, Azure Monitor logs or custom solution by using this feature.
39+
You can route Azure AD audit logs and sign-in logs to your Azure storage account, Event Hub, Azure Monitor logs or custom solution by using this feature.
4040

4141
* **Audit logs**: The [audit logs activity report](concept-audit-logs.md) gives you access to information about changes applied to your tenant, such as users and group management, or updates applied to your tenant’s resources.
4242
* **Sign-in logs**: With the [sign-in activity report](concept-sign-ins.md), you can determine who performed the tasks that are reported in the audit logs.
@@ -63,7 +63,7 @@ Depending on where you want to route the audit log data, you need either of the
6363

6464
## Cost considerations
6565

66-
If you already have an Azure AD license, you need an Azure subscription to set up the storage account and event hub. The Azure subscription comes at no cost, but you have to pay to utilize Azure resources, including the storage account that you use for archival and the event hub that you use for streaming. The amount of data and, thus, the cost incurred, can vary significantly depending on the tenant size.
66+
If you already have an Azure AD license, you need an Azure subscription to set up the storage account and Event Hub. The Azure subscription comes at no cost, but you have to pay to utilize Azure resources, including the storage account that you use for archival and the Event Hub that you use for streaming. The amount of data and, thus, the cost incurred, can vary significantly depending on the tenant size.
6767

6868
### Storage size for activity logs
6969

@@ -89,13 +89,13 @@ The following table contains a cost estimate of, depending on the size of the te
8989

9090

9191

92-
### Event hub messages for activity logs
92+
### Event Hub messages for activity logs
9393

94-
Events are batched into approximately five-minute intervals and sent as a single message that contains all the events within that timeframe. A message in the event hub has a maximum size of 256 KB, and if the total size of all the messages within the timeframe exceeds that volume, multiple messages are sent.
94+
Events are batched into approximately five-minute intervals and sent as a single message that contains all the events within that timeframe. A message in the Event Hub has a maximum size of 256 KB, and if the total size of all the messages within the timeframe exceeds that volume, multiple messages are sent.
9595

96-
For example, about 18 events per second ordinarily occur for a large tenant of more than 100,000 users, a rate that equates to 5,400 events every five minutes. Because audit logs are about 2 KB per event, this equates to 10.8 MB of data. Therefore, 43 messages are sent to the event hub in that five-minute interval.
96+
For example, about 18 events per second ordinarily occur for a large tenant of more than 100,000 users, a rate that equates to 5,400 events every five minutes. Because audit logs are about 2 KB per event, this equates to 10.8 MB of data. Therefore, 43 messages are sent to the Event Hub in that five-minute interval.
9797

98-
The following table contains estimated costs per month for a basic event hub in West US, depending on the volume of event data which can vary from tenant to tenant as per many factors like user sign-in behaviour etc. To calculate an accurate estimate of the data volume that you anticipate for your application, use the [Event Hubs pricing calculator](https://azure.microsoft.com/pricing/details/event-hubs/).
98+
The following table contains estimated costs per month for a basic Event Hub in West US, depending on the volume of event data which can vary from tenant to tenant as per many factors like user sign-in behavior etc. To calculate an accurate estimate of the data volume that you anticipate for your application, use the [Event Hubs pricing calculator](https://azure.microsoft.com/pricing/details/event-hubs/).
9999

100100
| Log category | Number of users | Events per second | Events per five-minute interval | Volume per interval | Messages per interval | Messages per month | Cost per month (est.) |
101101
|--------------|-----------------|-------------------------|----------------------------------------|---------------------|---------------------------------|------------------------------|----------------------------|

articles/active-directory/reports-monitoring/concept-all-sign-ins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Overview of the sign-in logs in Azure Active Directory including ne
44
services: active-directory
55
documentationcenter: ''
66
author: MarkusVi
7-
manager: mtillman
7+
manager: karenhoran
88
editor: ''
99

1010
ms.assetid: 4b18127b-d1d0-4bdc-8f9c-6a4c991c5f75

articles/active-directory/reports-monitoring/concept-audit-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Overview of the audit logs in Azure Active Directory.
55
services: active-directory
66
documentationcenter: ''
77
author: MarkusVi
8-
manager: mtillman
8+
manager: karenhoran
99
editor: ''
1010

1111
ms.assetid: a1f93126-77d1-4345-ab7d-561066041161

articles/active-directory/reports-monitoring/concept-provisioning-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Overview of the provisioning logs in Azure Active Directory.
44
services: active-directory
55
documentationcenter: ''
66
author: MarkusVi
7-
manager: mtillman
7+
manager: karenhoran
88
editor: ''
99

1010
ms.assetid: 4b18127b-d1d0-4bdc-8f9c-6a4c991c5f75

articles/active-directory/reports-monitoring/concept-reporting-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How to get started with the Azure Active Directory reporting API
55
services: active-directory
66
documentationcenter: ''
77
author: MarkusVi
8-
manager: daveba
8+
manager: karenhoran
99
editor: ''
1010

1111
ms.assetid: 8813b911-a4ec-4234-8474-2eef9afea11e

articles/active-directory/reports-monitoring/concept-sign-in-diagnostics-scenarios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Lists the scenarios that are supported by the sign-in diagnostics f
55
services: active-directory
66
documentationcenter: ''
77
author: MarkusVi
8-
manager: mtillman
8+
manager: karenhoran
99
editor: ''
1010

1111
ms.assetid: e2b3d8ce-708a-46e4-b474-123792f35526

articles/active-directory/reports-monitoring/concept-sign-ins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Overview of the sign-in logs in Azure Active Directory.
44
services: active-directory
55
documentationcenter: ''
66
author: MarkusVi
7-
manager: mtillman
7+
manager: karenhoran
88
editor: ''
99

1010
ms.assetid: 4b18127b-d1d0-4bdc-8f9c-6a4c991c5f75

articles/active-directory/reports-monitoring/concept-usage-insights-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Introduction to usage and insights report in the Azure Active Direc
44
services: active-directory
55
documentationcenter: ''
66
author: MarkusVi
7-
manager: daveba
7+
manager: karenhoran
88
editor: ''
99

1010
ms.assetid: 3fba300d-18fc-4355-9924-d8662f563a1f

articles/active-directory/reports-monitoring/howto-configure-prerequisites-for-reporting-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the prerequisites to access the Azure AD reporting API
44
services: active-directory
55
documentationcenter: ''
66
author: MarkusVi
7-
manager: daveba
7+
manager: karenhoran
88
editor: ''
99

1010
ms.assetid: ada19f69-665c-452a-8452-701029bf4252

articles/active-directory/reports-monitoring/howto-download-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to download activity logs in Azure Active Directory.
55
services: active-directory
66
documentationcenter: ''
77
author: MarkusVi
8-
manager: mtillman
8+
manager: karenhoran
99
editor: ''
1010

1111
ms.service: active-directory

0 commit comments

Comments
 (0)