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
This app includes [built-in monitors](#active-directory-alerts). For details on creating custom monitors, refer to the [Create monitors for Active Directory app](#create-monitors-for-active-directory-app).
22
+
:::
23
+
20
24
## Fields creation in Sumo Logic for Active Directory
21
25
22
26
Following are the [fields](/docs/manage/fields/) which will be created as part of Active Directory App install if not already present.
23
27
24
-
**`sumo.datasource`** - Has fixed value of **activeDirectory**
28
+
**`sumo.datasource`** - Has fixed value of **activeDirectory**.
25
29
26
30
### Event logs used by Active Directory app
27
31
@@ -193,7 +197,7 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
193
197
|:--|:--|:--|:--|
194
198
|`Active Directory - Account Lockouts Spike`| This alert is triggered when there are multiple account lockouts in a short time period, indicating potential brute force attempts. | Count `>=` 5 | Count `<` 5 |
195
199
|`Active Directory - Directory Service Failures`| This alert is triggered when there are critical Directory Service failures that could impact AD functionality. | Count `>=` 3 | Count `<` 3 |
196
-
|`Active Directory - Mass User Account Deletions`| This alert triggers when multiple user accounts are deleted in a short time period, which could indicate malicious activity | Count `>` 5 | Count `<=` 5 |
197
-
|`Active Directory - NTLM Authentication Failures`| This alert is triggered when there are multiple NTLM authentication failures, which could indicate credential theft attempts | Count `>=` 5 | Count `<` 5 |
198
-
|`Active Directory - Replication Failures`| This alert triggers when AD replication failures occur, which can impact directory synchronization | Count `>` 0 | Count `<=` 0 |
199
-
|`Active Directory - Schema Modifications`| This alert is triggered when changes are made to the AD schema, which are rare and potentially high-impact changes | Count `>` 0 | Count `<=` 0 |
200
+
|`Active Directory - Mass User Account Deletions`| This alert triggers when multiple user accounts are deleted in a short time period, which could indicate malicious activity.| Count `>` 5 | Count `<=` 5 |
201
+
|`Active Directory - NTLM Authentication Failures`| This alert is triggered when there are multiple NTLM authentication failures, which could indicate credential theft attempts.| Count `>=` 5 | Count `<` 5 |
202
+
|`Active Directory - Replication Failures`| This alert triggers when AD replication failures occur, which can impact directory synchronization.| Count `>` 0 | Count `<=` 0 |
203
+
|`Active Directory - Schema Modifications`| This alert is triggered when changes are made to the AD schema, which are rare and potentially high-impact changes.| Count `>` 0 | Count `<=` 0 |
0 commit comments