> 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/fr/portail-dadministration/settings/log-exporter/log-analytics.md).

# Analyse des journaux

## Prérequis

Pour ingérer les journaux RADIUSaaS dans un **Espace de travail Azure Log Analytics**, veuillez vous assurer qu’un espace de travail a déjà été créé et que vous disposez des **valeurs requises** suivantes :

* ID client
* clé partagée
* nom de l’événement

## Étapes de configuration

Suivez ces étapes pour ajouter une **Log Analytics** destination d’exportation :

* Accédez à votre **Portail d’administration RADIUSaaS**
* Cliquez sur **+ destination d’exportation**
* Sélectionnez **Exportateur Azure Log Analytics**
* Fournissez un **Nom** et **Description**
* Configurez la **filtres de messages** selon vos besoins
* Structurez les **données** à ingérer dans votre espace de travail Log Analytics

{% hint style="warning" %}
Certaines données que vous pourriez envoyer à votre espace de travail Log Analytics contiendront des caractères de saut de ligne. \
Pour obtenir un JSON valide pour chaque entrée, le moteur de modèles dispose d’un **tojson** **analyseur** qui s’appliquera à toutes les variables auxquelles vous accédez.&#x20;

Par conséquent, **ne mettez entre guillemets aucune variable jinja**.
{% endhint %}

**Correct**

![](/files/7b6d18a018b2812c82e02f398ea87f8338358d2b)

**Incorrect**

![](/files/246c0771f518e0c582db740106589f1ccc85a079)


---

# 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/fr/portail-dadministration/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.
