master
admingit 2 years ago
parent ee55facdc3
commit 2b59d2c456

@ -39,6 +39,34 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
###### WinEventLog Inputs for Active Directory ###### ###### WinEventLog Inputs for Active Directory ######
###### OS Logs ######
[WinEventLog://Application]
disabled = 0
start_from = oldest
current_only = 0
checkpointInterval = 5
renderXml=true
index=wineventlog
[WinEventLog://Security]
disabled = 0
start_from = oldest
current_only = 0
evt_resolve_ad_obj = 1
checkpointInterval = 5
blacklist1 = EventCode="4662" Message="Object Type:(?!\s*groupPolicyContainer)"
blacklist2 = EventCode="566" Message="Object Type:(?!\s*groupPolicyContainer)"
renderXml=false
index=wineventlog
[WinEventLog://System]
disabled = 0
start_from = oldest
current_only = 0
checkpointInterval = 5
renderXml=true
index=wineventlog
## Application and Services Logs - DFS Replication ## Application and Services Logs - DFS Replication
[WinEventLog://DFS Replication] [WinEventLog://DFS Replication]

Loading…
Cancel
Save