Skip to content

Commit

Permalink
Create FullEventLogView_AllEventLogs.mkape
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRathbun committed Apr 10, 2021
1 parent 93ea96a commit c974f31
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Modules/EventLogs/FullEventLogView_AllEventLogs.mkape
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Description: Parses all event logs using Nirsoft FullEventLogView.exe
Category: EventLogs
Author: Andrew Rathbun
Version: 1.0
Id: bb628207-56cc-4293-aa6a-2073d406c8cc
BinaryUrl: https://www.nirsoft.net/utils/fulleventlogview-x64.zip
ExportFormat: csv
FileMask: *.evtx
Processors:
-
Executable: FullEventLogView.exe
CommandLine: /TimeFilter 0 /DataSource 3 /LogFolder %sourceDirectory%\Windows\System32\winevt\Logs\ /scomma %destinationDirectory%\all_event_logs.csv
ExportFormat: csv
##
# Documentation
# https://www.nirsoft.net/utils/full_event_log_view.html
# Uses Nirsoft's FullEventLogView to export event logs to csv
# FullEventLogView.exe should be in the Modules\bin folder
# Assumes the msource will include the drive letter. e.g. D:\kape\C
# Example: .\kape.exe --msource D:\kape\C --mdest D:\kape\out --module SystemFullEventLogView
# Example: .\kape.exe --msource C:\Windows\System32\winevt\Logs\ --mdest D:\kape\out --module SystemFullEventLogView

0 comments on commit c974f31

Please sign in to comment.