Skip to content

Commit d3e2205

Browse files
authored
Include powershell module logging
1 parent a3fe3ca commit d3e2205

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Vagrant/scripts/install-winlogbeat.ps1

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,22 @@ winlogbeat.event_logs:
6767
- name: WEC7-Active-Directory
6868
- name: WEC7-Privilege-Use
6969
- name: WEC7-Terminal-Services
70+
71+
- name: Windows PowerShell
72+
event_id: 400, 403, 600, 800
73+
processors:
74+
- script:
75+
lang: javascript
76+
id: powershell
77+
file: ${path.home}/module/powershell/config/winlogbeat-powershell.js
78+
79+
- name: Microsoft-Windows-PowerShell/Operational
80+
event_id: 4103, 4104, 4105, 4106
81+
processors:
82+
- script:
83+
lang: javascript
84+
id: powershell-operational
85+
file: ${path.home}/module/powershell/config/winlogbeat-powershell.js
7086
7187
setup.kibana:
7288
host: "192.168.38.105:5601"

0 commit comments

Comments
 (0)