Audit Log Report Command
Audit Log
This command/function helps to exports Keeper enterprise audit events to external systems or local files. It supports record-backed configuration and incremental export state, similar to Python Commander.
PowerCommander
Command: Export-KeeperAuditLog
Alias: kal
Parameter:
-TargetExport destination:json,syslog,splunk,sumo,azure-la,syslog-port-RecordKeeper record title or UID used to store export configuration and incremental state-FilePathOutput file path forjsonandsyslog-UrlEndpoint URL forsplunkandsumo-TokenSplunk HEC token, Required for splunk.-SyslogHostRemote syslog server host forsyslog-port-SyslogPortRemote syslog server port forsyslog-portt-SyslogProtocoltcporudpforsyslog-port-UseSslUse TLS forsyslog-portover TCP-OctetCountingUse RFC 5425 framing forsyslog-port-WorkspaceIdAzure Log Analytics workspace ID-WorkspaceKeyAzure Log Analytics workspace key-SharedFolderUidFilter by shared folder UID-NodeIdFilter by enterprise node ID-DaysExport only events from the last N days-LastEventTimeResume export from a previous Unix timestamp-AnonymizeReplace usernames and emails with enterprise user IDs-IgnoreCertificateErrorsIgnore certificate validation errors forsplunk,sumo, andazure-la
Examples:
PS > Export-KeeperAuditLog -Target json -FilePath "audit_events.json" -Days 7
Exported 4271 audit event(s).
ExportedCount LastEventTime Target Success
------------- ------------- ------ -------
4271 1774947466 json TrueLast updated
Was this helpful?

