Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ __init__
Method
__init__
keepercommander/commands/aram.py:478–479 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
476
477
class
AuditLogSplunkExport(AuditLogBaseExport):
478
def
__init__(self):
479
super(AuditLogSplunkExport, self).__init__()
480
481
def
default_record_title(self):
482
return
'Audit Log: Splunk'
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected