> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/de/ribbon-menu-bar/window/logs.md).

# Protokolle

Die Funktion ***Protokolle*** ist ähnlich wie [***Aktivitätsprotokolle***](/rdm/de/ribbon-menu-bar/reports/activity-logs.md), sie liefert jedoch nur Informationen über den ausgewählten Eintrag. Die Protokolle sind über das Kontextmenü ***Fenster – Panels – Protokolle*** verfügbar.

### Funktionen

Die Protokolleinträge können nach ***Datum*** oder mithilfe eines benutzerdefinierten Zeitraums gefiltert werden, wobei angegeben wird, ob es sich um ***Lokale Zeit*** oder ***UTC-Zeit*** handelt.

Es ist außerdem möglich, die Optionen ***Nur Live-Sitzung anzeigen (automatische Aktualisierung)*** und ***Benutzerspezifische Einstellungsprotokolle anzeigen*** zu aktivieren, indem das entsprechende Kästchen angekreuzt wird.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2029.png" alt=""><figcaption></figcaption></figure>

#### Protokollkommentar

![](https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2031.png)

Ein Klick auf die Schaltfläche ***Protokollkommentar einfügen*** öffnet ein Fenster, in dem Sie dem Protokoll einen Kommentar hinzufügen und dabei eine Ticketnummer, ein Startdatum (und, falls gewünscht, ein Enddatum) sowie Notizen angeben können.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2033.png" alt=""><figcaption></figcaption></figure>

#### Einen Bericht erstellen

![](https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2032.png)

Ein Klick auf die Schaltfläche ***Bericht erstellen*** öffnet ein Fenster, in dem Sie einen Bericht der Protokolle erstellen können, wobei Sie den Zeitraum, die Art der Zeit (***Lokale Zeit*** oder ***UTC-Zeit***) und optional einen ***Kommentar beim Öffnen***, einen ***Kommentar beim Schließen*** und eine ***Nachricht*** angeben. Wenn Sie fertig sind, erstellt ein Klick auf die Schaltfläche ***OK*** einen Bericht, der gespeichert, exportiert (im Format CSV, HTML, Xlsx oder XML) oder gedruckt werden kann.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2034.png" alt=""><figcaption></figcaption></figure>

### Protokolle

Das Protokoll enthält alle CRUD-Operationen (hinzufügen, bearbeiten und löschen), angezeigte Passwörter, verwendete Anmeldeinformationen usw. Es ist möglich, mit der rechten Maustaste auf einen Eintrag zu klicken, um auf weitere Optionen zuzugreifen.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2030.png" alt=""><figcaption></figcaption></figure>

Die Informationen über Einträge sind dieselben wie in [***Aktivitätsprotokolle***](/rdm/de/ribbon-menu-bar/reports/activity-logs.md), außer dass ***Ordner***, ***Verbindung***, ***Tresor*** und ***Verbindungsprotokoll-ID*** in ***Protokolle*** nicht verfügbar sind, da die Informationen nur für einen Eintrag spezifisch sind. Eine Beschreibung der verfügbaren Informationen finden Sie unter ***Aktivitätsprotokolle***.


---

# 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.devolutions.net/rdm/de/ribbon-menu-bar/window/logs.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.
