> 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/ja/ptaru/settings/log-exporter/log-analytics.md).

# ログ分析

## 前提条件

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
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/ja/ptaru/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.
