> For the complete documentation index, see [llms.txt](https://docs.radiusaas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.radiusaas.com/de/admin-portal/settings/log-exporter/log-analytics.md).

# Protokollanalyse

## Voraussetzungen

Um RADIUSaaS-Protokolle in einen **Azure Log Analytics Workspace**einzulesen, stellen Sie bitte sicher, dass bereits ein Workspace erstellt wurde und dass Ihnen die folgenden **erforderlichen Werte** zur Verfügung stehen:

* Customer ID
* Shared Key
* Event Name

## Konfigurationsschritte

Befolgen Sie diese Schritte, um einen **Log Analytics** Export-Ziel hinzuzufügen:

* Navigieren Sie zu Ihrem **RADIUSaaS Admin Portal**
* Klicken Sie auf **+ Export Target**
* Wählen Sie **Azure Loganalytics Exporter**
* Geben Sie einen **Namen** und **Beschreibung**
* Konfigurieren Sie die **Message Filters** an Ihre Anforderungen an
* Strukturieren Sie die **Daten** für die Übernahme in Ihren Log Analytics Workspace

{% hint style="warning" %}
Einige Daten, die Sie möglicherweise an Ihren Log Analytics Workspace senden, enthalten Zeilenumbruchzeichen. \
Um für jeden Eintrag ein gültiges JSON zu erhalten, verfügt die Template-Engine über einen globalen **tojson** **Parser,** der für alle von Ihnen verwendeten Variablen लागू wird.&#x20;

Daher, **setzen Sie keine Anführungszeichen um eine Jinja-Variable**.
{% endhint %}

**Korrekt**

![](/files/407b6fef466df82d3f5001797655e76fe58bd788)

**Falsch**

![](/files/52d089419bcdde126f45e82fb9f276a688caf748)


---

# 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.radiusaas.com/de/admin-portal/settings/log-exporter/log-analytics.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.
