Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions SQLTrace/SQLTrace.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,26 @@ KERBEROS = Yes # Kerberos logs
LSA = Yes # Local security authority logs


################## Perfmon Logs #############
##
## Perfmon counters (windows + SQL related)
##

PerfmonLogs = No # Controls the overall category of collection (Yes/No)
InstanceName = DEFAULT # SQL Instance Name / DEFAULT


################## Stop Trigger #############
##
## Stop trigger settings
##

Triggers = No # Controls the overall category of collection (Yes/No)
SharedPath = \\<YourServerName>\<YourShareName>\ # \\<YourServerName>\<YourShareName>\
TriggerEventSource = Application # Application or System
TriggerEventID = 0 # Event ID to trigger stop


################## MISC #############
##
## Other Collection Settings
Expand Down
Loading