Skip to content

Commit

Permalink
bug fix sysmon splunk uf
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bareiss committed Sep 4, 2024
1 parent c31b5c5 commit 598488c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- name: Install Splunk_UF MSI
win_package:
path: C:\splunkuf.msi
arguments: 'WINEVENTLOG_SEC_ENABLE=0 WINEVENTLOG_SYS_ENABLE=0 WINEVENTLOG_APP_ENABLE=0 SPLUNKPASSWORD=Pl3ase-k1Ll-me:p AGREETOLICENSE=YES /quiet'
arguments: 'WINEVENTLOG_SEC_ENABLE=0 WINEVENTLOG_SYS_ENABLE=0 WINEVENTLOG_APP_ENABLE=0 PRIVILEGESECURITY=1 USE_LOCAL_SYSTEM=1 SPLUNKPASSWORD=Pl3ase-k1Ll-me:p AGREETOLICENSE=YES /quiet'

- name: Start Splunk
win_service:
Expand Down

0 comments on commit 598488c

Please sign in to comment.