Skip to content

Commit

Permalink
Add security module to winlogbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxg33k committed Aug 8, 2020
1 parent 760f25d commit 7b754d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Vagrant/scripts/install-winlogbeat.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ If (-not ($service)) {
choco install winlogbeat -y

$confFile = @"
processors:
- script:
when.equals.winlog.channel: Security
lang: javascript
id: security
file: `${path.home}/module/security/config/winlogbeat-security.js
winlogbeat.event_logs:
- name: ForwardedEvents
ignore_older: 15m
Expand Down

0 comments on commit 7b754d2

Please sign in to comment.