Skip to content

Commit e45923d

Browse files
authored
Merge pull request #49450 from priyamohanram/TSGs
Add TSGs
2 parents cea1783 + 5694a9d commit e45923d

File tree

6 files changed

+68
-8
lines changed

6 files changed

+68
-8
lines changed

articles/active-directory/TOC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@
112112
#### [Interpret the sign-in log schema in Azure Monitor](reports-monitoring/reference-azure-monitor-sign-ins-log-schema.md)
113113

114114
### Troubleshoot
115-
#### [Missing audit data](reports-monitoring/troubleshoot-missing-audit-data.md)
115+
#### [Missing data in Azure AD activity logs](reports-monitoring/troubleshoot-missing-audit-data.md)
116116
#### [Missing data in downloads](reports-monitoring/troubleshoot-missing-data-download.md)
117-
#### [Azure AD Activity logs content pack errors](reports-monitoring/troubleshoot-content-pack.md)
117+
#### [Azure AD activity logs content pack errors](reports-monitoring/troubleshoot-content-pack.md)
118118
#### [Errors in Azure AD Reporting API](reports-monitoring/troubleshoot-graph-api.md)
119119

120120
### [Programmatic Access](reports-monitoring/concept-reporting-api.md)
40.3 KB
Loading
44.3 KB
Loading

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,16 @@ This section answers frequently asked questions and discusses known issues with
131131

132132
---
133133

134+
**Q: How do I integrate Azure AD activity logs with my SIEM system?**
135+
136+
**A**: You can do this in two ways:
137+
138+
- Use Azure Monitor with Event Hubs to stream logs to your SIEM system. First, [stream the logs to an event hub](quickstart-azure-monitor-stream-logs-to-event-hub.md) and then [set up your SIEM tool](quickstart-azure-monitor-stream-logs-to-event-hub.md#access-data-from-your-event-hub) with the configured event hub.
139+
140+
- Use the [Reporting Graph API](concept-reporting-api.md) to access the data, and push it into the SIEM system using your own scripts.
141+
142+
---
143+
134144
**Q: What SIEM tools are currently supported?**
135145

136146
**A**: Currently, Azure Monitor is supported by [Splunk](tutorial-integrate-activity-logs-with-splunk.md), QRadar, and [Sumo Logic](https://help.sumologic.com/Send-Data/Applications-and-Other-Data-Sources/Azure_Active_Directory). For more information about how the connectors work, see [Stream Azure monitoring data to an event hub for consumption by an external tool](../../monitoring-and-diagnostics/monitor-stream-monitoring-data-event-hubs.md).

articles/active-directory/reports-monitoring/reports-faq.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ This article includes answers to frequently asked questions about Azure Active D
128128

129129
---
130130

131+
**Q: What does the risk event "Sign-in with additional risk detected" signify?**
132+
133+
**A:** To give you an insight into all the risky sign-ins in your environment, "Sign-in with additional risk detected" functions as placeholder for sign-ins for detections that are exclusive to Azure AD Identity Protection subscribers.
134+
135+
---
136+
131137
## Conditional access
132138

133139
**Q: What's new with this feature?**

articles/active-directory/reports-monitoring/troubleshoot-missing-audit-data.md

Lines changed: 50 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

3-
title: 'Troubleshoot: Missing data in the Azure Active Directory activity log | Microsoft Docs'
4-
description: Lists the various available reports for Azure Active Directory
3+
title: 'Troubleshoot Missing data in the Azure Active Directory activity logs | Microsoft Docs'
4+
description: Provides you with a resolution to missing data in Azure Active Directory activity logs.
55
services: active-directory
66
documentationcenter: ''
77
author: priyamohanram
@@ -21,17 +21,38 @@ ms.reviewer: dhanyahk
2121

2222
---
2323

24-
# Troubleshoot: Missing data in the Azure Active Directory activity log
24+
# Troubleshoot: Missing data in the Azure Active Directory activity logs
2525

26+
## I can't find audit logs for recent actions in the Azure portal
2627

27-
## Symptoms
28+
### Symptoms
2829

2930
I performed some actions in the Azure portal and expected to see the audit logs for those actions in the `Activity logs > Audit Logs` blade, but I can’t find them.
3031

3132
![Reporting](./media/troubleshoot-missing-audit-data/01.png)
3233

34+
### Cause
3335

34-
## Cause
36+
Actions don’t appear immediately in the activity logs. The table below enumerates our latency numbers for activity logs.
37+
38+
| Report |   | Latency (P95) | Latency (P99) |
39+
|--------|--------|---------------|---------------|
40+
| Directory audit |   | 2 mins | 5 mins |
41+
| Sign-in activity |   | 2 mins | 5 mins |
42+
43+
### Resolution
44+
45+
Wait for 15 minutes to two hours and see if the actions appear in the log. If you don’t see the logs even after two hours, please [file a support ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest) and we will look into it.
46+
47+
## I can’t find recent user sign-ins in the Azure Active Directory sign-ins activity log
48+
49+
### Symptoms
50+
51+
I recently signed into the Azure portal and expected to see the sign-in logs for those actions in the `Activity logs > Sign-ins` blade, but I can’t find them.
52+
53+
![Reporting](./media/troubleshoot-missing-audit-data/02.png)
54+
55+
### Cause
3556

3657
Actions don’t appear immediately in the activity logs. The table below enumerates our latency numbers for activity logs.
3758

@@ -40,13 +61,36 @@ Actions don’t appear immediately in the activity logs. The table below enumera
4061
| Directory audit |   | 2 mins | 5 mins |
4162
| Sign-in activity |   | 2 mins | 5 mins |
4263

43-
## Resolution
64+
### Resolution
4465

4566
Wait for 15 minutes to two hours and see if the actions appear in the log. If you don’t see the logs even after two hours, please [file a support ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest) and we will look into it.
4667

68+
## I can't view more than 30 days of report data in the Azure portal
69+
70+
### Symptoms
71+
72+
I can't view more than 30 days of sign-in and audit data from the Azure portal. Why?
73+
74+
![Reporting](./media/troubleshoot-missing-audit-data/03.png)
75+
76+
### Cause
77+
78+
Depending on your license, Azure Active Directory Actions stores activity reports for the following durations:
79+
80+
| Report |   | Azure AD Free | Azure AD Premium P1 | Azure AD Premium P2 |
81+
| --- | ---- | --- | --- | --- |
82+
| Directory Audit |   | 7 days | 30 days | 30 days |
83+
| Sign-in Activity |   | Not available. You can access your own sign-ins for 7 days from the individual user profile blade | 30 days | 30 days |
84+
85+
For more information, see [Azure Active Directory report retention policies](reference-reports-data-retention.md).
86+
87+
### Resolution
88+
89+
You have two options to retain the data for longer than 30 days. You can use the [Azure AD Reporting APIs](concept-reporting-api.md) to retrieve the data programmatically and store it in a database. Alternatively, you can integrate audit logs into a third party SIEM system like Splunk or SumoLogic.
4790

4891
## Next steps
4992

93+
* [Azure AD reporting retention](reference-reports-data-retention.md).
5094
* [Azure Active Directory reporting latencies](reference-reports-latencies.md).
5195
* [Azure Active Directory reporting FAQ](reports-faq.md).
5296

0 commit comments

Comments
 (0)