Skip to content

Commit

Permalink
Include powershell module logging
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxg33k committed May 17, 2021
1 parent a3fe3ca commit d3e2205
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Vagrant/scripts/install-winlogbeat.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,22 @@ winlogbeat.event_logs:
- name: WEC7-Active-Directory
- name: WEC7-Privilege-Use
- name: WEC7-Terminal-Services
- name: Windows PowerShell
event_id: 400, 403, 600, 800
processors:
- script:
lang: javascript
id: powershell
file: ${path.home}/module/powershell/config/winlogbeat-powershell.js
- name: Microsoft-Windows-PowerShell/Operational
event_id: 4103, 4104, 4105, 4106
processors:
- script:
lang: javascript
id: powershell-operational
file: ${path.home}/module/powershell/config/winlogbeat-powershell.js
setup.kibana:
host: "192.168.38.105:5601"
Expand Down

0 comments on commit d3e2205

Please sign in to comment.