Skip to content

Commit

Permalink
Added event log config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Britz committed Jul 12, 2024
1 parent c92ba8d commit 2792cff
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
34 changes: 34 additions & 0 deletions config/uberAgent-ESA-eventlog-windows.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
############################################
#
# uberAgent ESA Event Log configuration
#
# Uncomment the examples below or create your own configuration.
#
############################################

# # Collect Information events from the Security log as soon as they occur. Collecting on demand can be resource intensive.
# [EventLog Name=OnDemand-Security-Events]
# EventLog = Security
# LevelName=Information

# # Timer based collection of Error and Warning events from the Application and System log
# [Timer]
# Name = Eventlog
# EventLog=TimerBased-Application-Errors-Warnings, TimerBased-System-Errors-Warnings
# Interval=60000

# [EventLog Name=TimerBased-Application-Errors-Warnings]
# EventLog = Application
# LevelName=Error,Warning

# [EventLog Name=TimerBased-System-Errors-Warnings]
# EventLog = System
# LevelName=Error,Warning

# # Collect Information events from the provider "Windows Error Reporting" in the Application Log that have a BucketType of 5
# [EventLog Name=OnDemand-WER-Events]
# EventLog = Application
# Provider=Windows Error Reporting
# EventFilterXPath=*[EventData[Data[@Name='BucketType']=5]]
# EventID=1000,1001
# LevelName=Information
2 changes: 2 additions & 0 deletions config/uberAgent-ESA-eventlog.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Event log configuration
@ConfigInclude uberAgent-ESA-eventlog-windows.conf platform=Windows
5 changes: 4 additions & 1 deletion config/uberAgent-ESA.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@

# vast limits Security & Compliance Inventory checks
@ConfigInclude uberAgent-ESA-si-vastlimits-windows.conf platform=Windows
@ConfigInclude uberAgent-ESA-si-vastlimits-macos.conf platform=macOS
@ConfigInclude uberAgent-ESA-si-vastlimits-macos.conf platform=macOS

# Event log configuration
@ConfigInclude uberAgent-ESA-eventlog.conf

0 comments on commit 2792cff

Please sign in to comment.