Audit Report
Audit Report
This command/function helps to display a list of reports with proper message.
DotNet CLI
Command: audit-report --limit 50
It returns a list of reports with created date, username, event type and message.
Parameter:
limit - Limit number of rows.
Examples:
My Vault> audit-report --limit 50Reference:
Audit Report Regex Pattern Prefix
This command/function displays a list of reports for matched individual regex patterns.
DotNet CLI
Command: audit-report "regex:login.*"
Parameter:
regex:<pattern> - Individual regex pattern.
Examples:
Reference:
Audit Report Exact Pattern Prefix
This command/function displays a list of reports for Exact string matching.
DotNet CLI
Command: audit-report "exact:record_update"
Parameter:
exact:<text> - Exact string match.
Examples:
Reference:
Audit Report Negation Pattern Prefix
This command/function displays a list of reports for Negation filtering.
DotNet CLI
Command: audit-report "not:exact:login"
Parameter:
not:exact:<text> - Negation filtering.
Examples:
Reference:
Audit Report Match-all
This command/function displays a list of reports for multiple matched patterns.
DotNet CLI
Command: audit-report "exact:audit_alert_sent" "exact:A12" --match-all
Parameter:
exact:<text> - Exact string match.
Examples:
Reference:
Audit Report Report-type
This command/function displays a list of reports for particular report type.
DotNet CLI
Command: audit-report --report-type span --columns username audit_event_type
Parameter:
report-type - Type of report like raw, hour, day, week, month, span, dim .
columns - Column name created, audit_event_type, username, ip_address, keeper_version, message, record_uid .
Examples:
Reference:
Audit Report Aggregate
This command/function displays a list of reports with aggregate columns.
DotNet CLI
Command: audit-report --report-type day --aggregate occurrences
Parameter:
aggregate - Aggregate columns like occurrences, first_created, last_created .
Examples:
Reference:
Audit Report Order
This command/function displays a list of reports with sorting order.
DotNet CLI
Command: audit-report --report-type day --columns username ip_address --order asc
Parameter:
report-type - Type of report like raw, hour, day, week, month, span, dim .
columns - Column name created, audit_event_type, username, ip_address, keeper_version, message, record_uid .
order - Change the report list order asc or desc .
Examples:
Reference:
Audit Report Filters
This command/function displays a list of reports based on filters.
DotNet CLI
Command: audit-report --report-type day --created today --columns username ip_address
Parameter:
report-type - Type of report like raw, hour, day, week, month, span, dim .
columns - Column name created, audit_event_type, username, ip_address, keeper_version, message, record_uid .
Filters:
created - Created filter like today, yesterday, last_7_days, last_30_days, month_to_date, last_month, year_to_date, last_year .
event-type - Filter by event-type like login, record_update .
username - Filter by username.
to-username - Filter by event's target.
record-uid - Filter by record.
shared-folder-uid - Filter by shared folder.
ip-address- Filter by IP Address.
Examples:
Reference:
Audit Report Format
This command/function displays a list of reports output based on format like json, table, csv.
DotNet CLI
Command: audit-report --report-type day --columns username ip_address --format json
Parameter:
report-type - Type of report like raw, hour, day, week, month, span, dim .
columns - Column name created, audit_event_type, username, ip_address, keeper_version, message, record_uid .
format - Output format like json, table, csv.
Examples:
Reference:
Audit Report Format
This command/function displays a list of reports output based on format like json, table, csv.
DotNet CLI
Command: audit-report --report-type day --columns username ip_address --format json
Parameter:
report-type - Type of report like raw, hour, day, week, month, span, dim .
columns - Column name created, audit_event_type, username, ip_address, keeper_version, message, record_uid .
format - Output format like json, table, csv.
Examples:
Reference:
Last updated
Was this helpful?

