# Monitoring & Logging

NGSurvey unterstützt das Weiterleiten aller [Aktivitätsprotokolle ](/de/form-management/aktivitatsprotokoll.md)Daten in Echtzeit an mehrere Drittanbieter-Logging-Systeme&#x20;

* [Azure Log Analytics](/de/installation-setup/installation/monitoring-and-logging/azure-log-analysen.md)
* [Azure Application Insights](/de/installation-setup/installation/monitoring-and-logging/azure-application-insight.md)
* [AWS CloudWatch](/de/installation-setup/installation/monitoring-and-logging/aws-cloudwatch.md)
* [Windows-Ereignisprotokoll](/de/installation-setup/installation/monitoring-and-logging/windows-ereignisprotokoll.md).

### Protokollformat

Aktivitätsprotokolle werden im folgenden strukturierten Format protokolliert:

* **ActivityId**: Der Typ der Aktivität (z. B. "Logon", "Error", "SystemStartup")&#x20;
* **Category**: Die Kategorie der Aktivität (z. B. "System", "Application", "Survey")
* **Level**: Die Schweregradstufe (z. B. "Information", "Warning", "Error")&#x20;
* **SurveyId**: Die ID der zugehörigen Survey (falls zutreffend)
* **Username**: Der Benutzername des Nutzers, der die Aktivität ausgeführt hat
* **IPAddress**: Die IP-Adresse des Nutzers
* **Tenant**: NGSurvey-Tenant, der die Aktivität protokolliert hat
* **Data**: Zusätzliche Daten im Zusammenhang mit der Aktivität


---

# 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.ngsurvey.com/de/installation-setup/installation/monitoring-and-logging.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.
