監査レポート

監査レポート

適切なメッセージ付きでレポートの一覧を表示するコマンド/関数です。

chevron-rightDotNet CLIhashtag

コマンド: audit-report --limit 50

作成日、ユーザー名、イベント種別、メッセージを含むレポートの一覧を返します。

パラメーター:

limit - 行数の上限。

例:

My Vault> audit-report --limit 50

参照:

コマンダーリファレンス

chevron-rightDotNet SDKhashtag
chevron-rightPowerCommanderhashtag
chevron-rightPython CLIhashtag
chevron-rightPython SDKhashtag

監査レポート (正規表現プレフィックス)

個別の正規表現パターンに一致したレポートの一覧を表示するコマンド/関数です。

chevron-rightDotNet CLIhashtag

コマンド: audit-report "regex:login.*"

パラメーター:

regex:<pattern> - 個別の正規表現パターン。

例:

参照:

コマンダーリファレンス

chevron-rightDotNet SDKhashtag
chevron-rightPowerCommanderhashtag
chevron-rightPython CLIhashtag
chevron-rightPython SDKhashtag

監査レポート (完全一致プレフィックス)

文字列の完全一致に基づくレポートの一覧を表示するコマンド/関数です。

chevron-rightDotNet CLIhashtag

コマンド: audit-report "exact:record_update"

パラメーター:

exact:<text> - 完全一致する文字列。

例:

参照:

コマンダーリファレンス

chevron-rightDotNet SDKhashtag
chevron-rightPowerCommanderhashtag
chevron-rightPython CLIhashtag
chevron-rightPython SDKhashtag

監査レポート (否定プレフィックス)

否定による絞り込みに基づくレポートの一覧を表示するコマンド/関数です。

chevron-rightDotNet CLIhashtag

コマンド: audit-report "not:exact:login"

パラメーター:

not:exact:<text> - 否定による絞り込み。

例:

参照:

コマンダーリファレンス

chevron-rightDotNet SDKhashtag
chevron-rightPowerCommanderhashtag
chevron-rightPython CLIhashtag
chevron-rightPython SDKhashtag

監査レポート (すべて一致)

複数のパターンがすべて一致したレポートの一覧を表示するコマンド/関数です。

chevron-rightDotNet CLIhashtag

コマンド: audit-report "exact:audit_alert_sent" "exact:A12" --match-all

パラメーター:

exact:<text> - 完全一致する文字列。

例:

参照:

コマンダーリファレンス

chevron-rightDotNet SDKhashtag
chevron-rightPowerCommanderhashtag
chevron-rightPython CLIhashtag
chevron-rightPython SDKhashtag

監査レポート (レポート種別)

特定のレポート種別に基づくレポートの一覧を表示するコマンド/関数です。

chevron-rightDotNet CLIhashtag

コマンド: 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

例:

参照:

コマンダーリファレンス

chevron-rightDotNet SDKhashtag
chevron-rightPowerCommanderhashtag
chevron-rightPython CLIhashtag
chevron-rightPython SDKhashtag

監査レポート (集計)

集計列付きのレポートの一覧を表示するコマンド/関数です。

chevron-rightDotNet CLIhashtag

コマンド: audit-report --report-type day --aggregate occurrences

パラメーター:

aggregate - 集計列。例: occurrences, first_created, last_created

例:

参照:

コマンダーリファレンス

chevron-rightDotNet SDKhashtag
chevron-rightPowerCommanderhashtag
chevron-rightPython CLIhashtag
chevron-rightPython SDKhashtag

監査レポート (並び順)

並び順を指定したレポートの一覧を表示するコマンド/関数です。

chevron-rightDotNet CLIhashtag

コマンド: audit-report --report-type day --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

例:

参照:

コマンダーリファレンス

chevron-rightDotNet SDKhashtag
chevron-rightPowerCommanderhashtag
chevron-rightPython CLIhashtag
chevron-rightPython SDKhashtag

監査レポート (フィルター)

フィルターに基づくレポートの一覧を表示するコマンド/関数です。

chevron-rightDotNet CLIhashtag

コマンド: audit-report --report-type day --created today --columns username ip_address

パラメーター:

report-type - レポートの種別。例: raw, hour, day, week, month, span, dim

columns - 列名 created, audit_event_type, username, ip_address, keeper_version, message, record_uid

フィルター:

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アドレスで絞り込む。

例:

参照:

コマンダーリファレンス

chevron-rightDotNet SDKhashtag
chevron-rightPowerCommanderhashtag
chevron-rightPython CLIhashtag
chevron-rightPython SDKhashtag

監査レポート (出力形式)

json、table、csv などの形式に基づいてレポート出力を表示するコマンド/関数です。

chevron-rightDotNet CLIhashtag

コマンド: 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。

例:

参照:

コマンダーリファレンス

chevron-rightDotNet SDKhashtag
chevron-rightPowerCommanderhashtag
chevron-rightPython CLIhashtag
chevron-rightPython SDKhashtag

最終更新

役に立ちましたか?