# ログ分析

## 前提条件

RADIUSaaS ログを **Azure Log Analytics Workspace**に取り込むには、ワークスペースがすでに作成されており、次の **必要な値** が利用可能であることを確認してください:

* Customer ID
* Shared Key
* Event Name

## 構成手順

追加するには、次の手順に従ってください。 **Log Analytics** エクスポート先:

* 次の場所に移動します **RADIUSaaS 管理ポータル**
* をクリックします **+ Export Target**
* 選択 **Azure Loganalytics Exporter**
* 以下を指定してください **名前** および **説明**
* を構成します **Message Filters** をニーズに合わせて
* 次のように構成します **Data** Log Analytics Workspace に取り込まれるように

{% hint style="warning" %}
Log Analytics workspace に送信する可能性のあるデータの中には、改行文字を含むものがあります。 \
各エントリに対して有効な JSON を得るために、テンプレートエンジンにはグローバルな **tojson** **パーサー** があり、アクセスするすべての変数に適用されます。&#x20;

したがって、 **jinja 変数は引用符で囲まないでください**.
{% endhint %}

**正しい**

![](/files/b4193bb976cb33d297c8db51d73d8f5432c71991)

**誤り**

![](/files/aaddfb3d118b92383e3d8732458f2b170fa09a3f)


---

# 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.radiusaas.com/ja/ptaru/settings/log-exporter/log-analytics.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.
