> 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/de/uberwachung-and-protokolle/audit-log.md).

# Audit-Protokoll

## Überblick

Nach der Konfiguration von [Log Analytics](/de/uberwachung-and-protokolle/log-analytics.md) als Datenspeicher beginnt RealmJoin damit, Aktionen, die im RealmJoin Portal ausgeführt werden, in sein Audit-Log zu protokollieren.

<figure><img src="/files/396b06ec34805c2c20e7fe3d1bb2ae2752e4dad4" alt=""><figcaption><p>Audit-Log-Liste</p></figcaption></figure>

Als Admin können Sie alle Aktionen/Änderungen, die im RealmJoin Portal ausgeführt wurden, mithilfe des Audit-Logs überprüfen. Dazu gehören:

* Hinzufügen/Entfernen von Gruppenmitgliedern
* Erstellen/Löschen von Gruppen
* Runbook-Synchronisierungs- und Job-Erstellungsaktionen
* Aktionen zur Anwendungsverwaltung

Bitte beachten Sie, [Self-Service-Formularübermittlungen](/de/verwaltung-and-einstellungen/self-service-forms.md#review-submissions) werden in diesem Bereich nicht protokolliert, da sie ein separates Protokoll haben.

Es kann einige Minuten dauern, bis eine Aktion im Audit-Log sichtbar ist.

## Suchen und Sortieren

Sie können Einträge nach allen in der Liste angezeigten Feldern durchsuchen, einschließlich des Nachrichteninhalts, der Kategorie und des Benutzernamens.

Sie können die meisten Felder sortieren, indem Sie auf die Kopfzeile des Felds (Name) klicken.

## Ereignisdetails

Klicken Sie **Details** neben einem Listeneintrag, um dessen Detailansicht zu öffnen.

<figure><img src="/files/cb7bb6ee940682f4727027d5abbdac4cb2b6940f" alt=""><figcaption><p>Details zum Audit-Log-Eintrag</p></figcaption></figure>

Dies zeigt alle verfügbaren Metadaten für einen Audit-Log-Eintrag an.

Sie können eine Echtzeitsuche verwenden, die Eigenschaften hervorhebt, die den Suchbegriff enthalten.


---

# 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/de/uberwachung-and-protokolle/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.
