AIDP(監査ログ管理システム)の監査ログを管理し、検索します。監査機能の有効/無効切り替え、ログの保持期間設定、DataLake内の監査ログエントリーの検索が可能です。 次のような場合に使用: - ユーザーが監査ログについて質問している - 誰がどのような操作を行ったかを確認したい - AIDP活動のコンプライアンス(規制対応)や保持期間について質問されている - 監査イベントを検索したい 公式の`aidp audit`コマンドラインツール(CLI)を優先的に使用し、対応していない場合は`oci raw-request`でフォールバック(代替手段)します。独立した機能として動作します。
Manage and search AIDP audit logs — enable/disable auditing, set retention, and query audit-log entries for a DataLake. Use when the user asks about audit logging, who did what, compliance/retention of AIDP activity, or wants to search audit events. Self-contained — official `aidp audit` CLI preferred, `oci raw-request` fallback.
aidp-audit — 監査ログ(有効化・保持期間・検索)AIDP Workbench の監査ログを管理し、監査エントリを検索します。
自己完結型: MCP / ai-data-engineer-agent は不要です。
実行エンジンの優先順位は references/aidp-cli-map.md に従います — 公式の aidp CLI を優先し、使用できない場合は oci raw-request を使用してください。
管理:
aidp audit manage-logs <instance-id> --body '{"action":"ENABLE","retentionPeriod":<days>}' --auth api_key --profile DEFAULT
(action には ENABLE / DISABLE などを指定; retentionPeriod はボディに含める)
検索:
aidp audit search-logs <instance-id> …
(時刻 / プリンシパル / リソースでフィルタリング — aidp help audit 参照)
フォールバック(oci raw-request):
管理: POST …/20240831/dataLakes/<OCID>/actions/manageAuditLogs
検索: 対応する監査検索エンドポイント
※ 実際のパス / リクエストボディを実行時に確認し、断言する前に references/rest-endpoint-map.md に記録してください(情報の捏造禁止)。
manage-logs(有効化 / 無効化 / 保持期間変更)を実行する場合 — コンプライアンス上の状態に影響するため、変更前に必ず確認を取る。aidp-audit — audit logs (enable, retention, search)Manage AIDP Workbench audit logging and search audit entries. Self-contained: no MCP / ai-data-engineer-agent
required. Engine precedence per references/aidp-cli-map.md — prefer the official aidp CLI, else oci raw-request.
aidp audit manage-logs <instance-id> --body '{"action":"ENABLE","retentionPeriod":<days>}' --auth api_key --profile DEFAULT
(action e.g. ENABLE/DISABLE; retentionPeriod in the body).aidp audit search-logs <instance-id> … (filter by time/principal/resource per aidp help audit).oci raw-request): POST …/20240831/dataLakes/<OCID>/actions/manageAuditLogs (manage) and
the audit search endpoint; verify the exact path/body live and record in references/rest-endpoint-map.md
before asserting (no-fabrication).manage-logs (enable/disable/retention) — confirm before changing, since it affects compliance posture.原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。