You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/reports-monitoring/overview-activity-logs-in-azure-monitor.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,16 @@ This section answers frequently asked questions and discusses known issues with
131
131
132
132
---
133
133
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
+
134
144
**Q: What SIEM tools are currently supported?**
135
145
136
146
**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).
Copy file name to clipboardExpand all lines: articles/active-directory/reports-monitoring/reports-faq.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,12 @@ This article includes answers to frequently asked questions about Azure Active D
128
128
129
129
---
130
130
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.
Copy file name to clipboardExpand all lines: articles/active-directory/reports-monitoring/troubleshoot-missing-audit-data.md
+50-6Lines changed: 50 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
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.
5
5
services: active-directory
6
6
documentationcenter: ''
7
7
author: priyamohanram
@@ -21,17 +21,38 @@ ms.reviewer: dhanyahk
21
21
22
22
---
23
23
24
-
# Troubleshoot: Missing data in the Azure Active Directory activity log
24
+
# Troubleshoot: Missing data in the Azure Active Directory activity logs
25
25
26
+
## I can't find audit logs for recent actions in the Azure portal
26
27
27
-
## Symptoms
28
+
###Symptoms
28
29
29
30
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.
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.
Actions don’t appear immediately in the activity logs. The table below enumerates our latency numbers for activity logs.
37
58
@@ -40,13 +61,36 @@ Actions don’t appear immediately in the activity logs. The table below enumera
40
61
| Directory audit | | 2 mins | 5 mins |
41
62
| Sign-in activity | | 2 mins | 5 mins |
42
63
43
-
## Resolution
64
+
###Resolution
44
65
45
66
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
67
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?
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.
47
90
48
91
## Next steps
49
92
93
+
*[Azure AD reporting retention](reference-reports-data-retention.md).
50
94
*[Azure Active Directory reporting latencies](reference-reports-latencies.md).
51
95
*[Azure Active Directory reporting FAQ](reports-faq.md).
0 commit comments