Audit Reportコマンド
イベント種別、ユーザー、期間、特定のレコードによるフィルターを伴うセキュリティおよびユーザー活動イベントのレポート生成 (集計およびグループ化オプション付き)
Audit Report
適切なメッセージを伴うレポート一覧を表示します。
DotNet CLI
コマンド: audit-report --limit 50
作成日、ユーザー名、イベント種別、メッセージを含むレポートの一覧を返します。
パラメーター:
limit - 行数の上限。
例:
My Vault> audit-report --limit 50参考:
Audit Report パターン接頭辞
個別の正規表現パターンに一致したレポートの一覧を表示します。
DotNet CLI
コマンド: audit-report "regex:login.*"
パラメーター:
regex:<pattern> - 個別の正規表現パターン。
exact:<text> - 完全一致の文字列。
not:exact:<text> - 否定フィルター。
例:
参考:
Audit Report すべて一致(match-all)
複数パターンに一致したレポートの一覧を表示します。
DotNet CLI
コマンド: audit-report "exact:audit_alert_sent" "exact:A12" --match-all
パラメーター:
exact:<text> - 完全一致の文字列。
match-all - ANDロジック(すべてのパターンが一致する必要がある)。
例:
参考:
Audit Report レポート種別
特定のレポート種別のレポート一覧を表示します。
DotNet CLI
コマンド: audit-report --report-type span --columns username audit_event_type
パラメーター:
report-type - raw, hour, day, week, month, span, dim などのレポート種別。
columns - 列名 created, audit_event_type, username, ip_address, keeper_version, message, record_uid 。
例:
参考:
Audit Report 集計
集計列付きのレポート一覧を表示します。
DotNet CLI
コマンド: audit-report --report-type day --aggregate occurrences
パラメーター:
aggregate - occurrences, first_created, last_created などの集計列。
例:
参考:
Audit Report フィルター
フィルターに基づくレポート一覧を表示します。
DotNet CLI
コマンド: audit-report --report-type day --created today --columns username ip_address --order asc
パラメーター:
report-type - raw, hour, day, week, month, span, dim などのレポート種別。
columns - 列名 created, audit_event_type, username, ip_address, keeper_version, message, record_uid 。
order - レポート一覧の並び順。asc または desc 。
フィルター:
created - today, yesterday, last_7_days, last_30_days, month_to_date, last_month, year_to_date, last_year などの作成日フィルター。
event-type - login, record_update などイベント種別によるフィルター。
username - ユーザー名によるフィルター。
to-username - イベントの対象ユーザーによるフィルター。
record-uid - レコードによるフィルター。
shared-folder-uid - 共有フォルダによるフィルター。
ip-address - IPアドレスによるフィルター。
例:
参考:
Audit Report 出力形式
json、table、csv などの形式に応じたレポート出力の一覧を表示します。
DotNet CLI
コマンド: audit-report --report-type day --columns username ip_address --format json
パラメーター:
report-type - raw, hour, day, week, month, span, dim などのレポート種別。
columns - 列名 created, audit_event_type, username, ip_address, keeper_version, message, record_uid 。
format - json、table、csv などの出力形式。
例:
参考:
最終更新
役に立ちましたか?

