Skip to content

Commit f2c8915

Browse files
authored
Update active-directory-json-opentelemetry.md
1 parent 7e16acc commit f2c8915

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/integrations/microsoft-azure/opentelemetry/active-directory-json-opentelemetry.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,15 @@ We recommend using the Active Directory JSON app in combination with the Windows
1717

1818
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Active-Directory-OpenTelemetry/Active-Directory-Schematics.png' alt="Schematics" />
1919

20+
:::info
21+
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+
2024
## Fields creation in Sumo Logic for Active Directory
2125

2226
Following are the [fields](/docs/manage/fields/) which will be created as part of Active Directory App install if not already present.
2327

24-
**`sumo.datasource`** - Has fixed value of **activeDirectory**
28+
**`sumo.datasource`** - Has fixed value of **activeDirectory**.
2529

2630
### Event logs used by Active Directory app
2731

@@ -193,7 +197,7 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
193197
|:--|:--|:--|:--|
194198
| `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 |
195199
| `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

Comments
 (0)