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: microsoft_sysmon/README.md
+24-24
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@
4
4
5
5
[Microsoft Sysmon][4] is a Windows system service and device driver that provides detailed logging of system activity, including process creation, network connections, file modifications, and registry changes.
6
6
7
-
This integration enriches and ingests the [Sysmon event logs][5]. Use pre-built dashboard to get a high-level view of Sysmon events helping security teams monitor system activity, detect anomalies, and identify potential threats.
7
+
This integration enriches and ingests the [Sysmon event logs][5]. Use pre-built dashboard to get a high-level view of Sysmon events helping security teams monitor system activity.
8
8
9
9
## Setup
10
10
11
11
### Installation
12
12
13
13
To install the Microsoft Sysmon integration, run the following Agent installation command and the steps below. For more information, see the [Integration Management][6] documentation.
14
14
15
-
**Note**: This step is not necessary for Agent version >= 7.52.0.
15
+
**Note**: This step is not necessary for Agent version >= 7.66.0.
16
16
17
17
Run powershell.exe as admin and execute following command:
18
18
```powershell
@@ -21,6 +21,27 @@ Run powershell.exe as admin and execute following command:
21
21
22
22
### Configuration
23
23
24
+
#### Configure Log Collection
25
+
26
+
1. Collecting logs is disabled by default in the Datadog Agent. Enable it in the `datadog.yaml` file with:
27
+
28
+
```yaml
29
+
logs_enabled: true
30
+
```
31
+
32
+
2. Add this configuration block to your `microsoft_sysmon.d/conf.yaml` file to start collecting your Microsoft Sysmon logs:
0 commit comments