> 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-Log

## Übersicht

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

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

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

* Hinzufügen/Entfernen von Gruppenmitgliedern
* Erstellen/Löschen von Gruppen
* Runbook-Synchronisierungs- und Joberstellungsaktionen
* 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 über ein separates Protokoll verfügen.

Es kann mehrere 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 nach den meisten Feldern sortieren, indem Sie auf die Kopfzeile (den Namen) des Felds klicken.

## Ereignisdetails

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

<figure><img src="/files/cb7bb6ee940682f4727027d5abbdac4cb2b6940f" alt=""><figcaption><p>Details des Audit-Log-Eintrags</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 Suchstring 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.
