> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/torogu/audit-log.md).

# 監査ログ

## 概要

設定後 [Log Analytics](/ja/torogu/log-analytics.md) をデータストレージとして設定すると、RealmJoin は RealmJoin Portal で行われた操作を監査ログに記録し始めます。

<figure><img src="/files/3712a16b59516c37a65497672412f859f4f9480f" alt=""><figcaption><p>監査ログ一覧</p></figcaption></figure>

管理者として、監査ログを使用して RealmJoin Portal で実行されたあらゆる操作/変更を確認できます。これには以下が含まれます：

* グループメンバーの追加/削除
* グループの作成/削除
* Runbook の同期およびジョブ作成の操作
* アプリケーション管理の操作

ご注意ください、 [セルフサービスフォームの送信](/ja/to/self-service-forms.md#review-submissions) は、別のログがあるため、この領域には記録されません。

操作が監査ログに表示されるまで、数分かかる場合があります。

## 検索と並べ替え

メッセージ内容、カテゴリ、ユーザー名を含む、一覧に表示されるすべてのフィールドでエントリを検索できます。

フィールドのヘッダー（名前）をクリックすると、ほとんどのフィールドで並べ替えできます。

## イベントの詳細

クリック **詳細** 一覧エントリの横にあり、詳細ビューを開くためのものです。

<figure><img src="/files/0f667e45768f1e83af7d0d48ebdd6c1d39554583" alt=""><figcaption><p>監査ログエントリの詳細</p></figcaption></figure>

これにより、監査ログエントリで利用可能なすべてのメタデータが表示されます。

検索文字列を含むプロパティをハイライト表示するリアルタイム検索を使用できます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.realmjoin.com/ja/torogu/audit-log.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
