# Audit Log

## Overview

After configuring [Log Analytics](/logs/log-analytics.md) as data storage, RealmJoin will start to log actions done in RealmJoin Portal into its Audit Log.

<figure><img src="/files/ZVnOHCWuhfalldmNteUo" alt=""><figcaption><p>Audit Log List</p></figcaption></figure>

As Admin you can review any actions/changes executed in RealmJoin Portal using Audit Log. This includes:

* Adding/Removing group members
* Group creations/deletions
* Runbook sync and job creation actions
* Application management actions

Please be aware, [Self Service Form Submissions](/realmjoin-settings/self-service-forms.md#review-submissions) are not logged in this space as they have a separate log.

It can take several minutes for an action to be visible in the Audit Log.

## Search and Sort

You can search entries by all fields displayed in the list, including the message content, category and username.

You can sort by most fields by clicking on the fields' header (name).

## Event Details

Click **Details** next to a list entry to open its detailed view.

<figure><img src="/files/gFV76XbNbv5rfG0aXWyk" alt=""><figcaption><p>Audit Log Entry Details</p></figcaption></figure>

This will display all available metadata for an audit log entry.

You can use a real-time search which will highlight properties containing the search string.


---

# Agent Instructions: 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:

```
GET https://docs.realmjoin.com/logs/audit-log.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
