> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/sonono/datadog-siem.md).

# Datadog SIEM

{% hint style="info" %}
この SIEM コネクタは現在リクエストにより利用可能です。 [サポートにお問い合わせください](https://www.aikido.dev/contact) を有効化して、ワークスペースで使用できるようにします。
{% endhint %}

Aikido の問題を Datadog Logs に送信して、セキュリティ検出結果を他の可観測性および監視スタックと並べて管理できます。

これは、チームがすでに Datadog を SIEM として使用しており、Aikido の検出結果をインフラストラクチャ、アプリケーション、監査シグナルと相関させる単一の場所を求めている場合に便利です。

<figure><img src="/files/eeb1c650fa5955009420db4adb84916631185b69" alt=""><figcaption></figcaption></figure>

### 要件

接続する前に、Datadog から次の情報を取得してください:

* **API キー -** から **Organization Settings > API Keys** in Datadog。
* **ドメイン URL** – Datadog アカウントのリージョンに対応するベースドメイン。例: `datadoghq.com` （デフォルト）、 `us3.datadoghq.com`, `us5.datadoghq.com`, `datadoghq.eu`, `ap1.datadoghq.com`, `ap2.datadoghq.com`、または `ddog-gov.com`。Datadog にログインするときに使用する URL からリージョンを確認できます。

### Datadog の接続

{% stepper %}
{% step %}

#### Datadog の API キーを取得

Datadog で **Organization Settings > API Keys**、クリックし **New Key**に移動し、説明的な名前（例:「Aikido」）を付けます。キーをコピーしてください。次の手順で Aikido に貼り付けます。
{% endstep %}

{% step %}

#### SIEM を接続する

に移動し **Settings > Integrations** を Aikido アプリで開き、新しい SIEM 統合を追加します。 **SIEM を接続する** ダイアログで **Datadog Logs** を選択し、次を入力してください:

**設定**

* **ドメイン URL** – Datadog アカウントのリージョンに一致するベースドメインを選択します（既定値は `datadoghq.com`).

**オプション** *（すべて任意）*

* **ソース** – Datadog がこれらのログに関連付ける統合名。既定値は `aikido`で、Datadog は対応するパーサーとファセットを自動的にインストールします。
* **タグ** – カスタムタグ（例: `team:security`, `env:production`）で、Datadog でのフィルタリングとグループ化に使用します。
* **ホスト名** – ログの発信元ホスト。設定に関連する場合。
* **サービス** – 既存の APM サービスと Aikido のログを相関付けられます。既定値は `aikido`.

**認証**

* **API キー** – Datadog で生成したキーを貼り付けます。

クリック **接続をテスト** して Aikido が Datadog に到達できることを確認し、次に **変更を保存**.

<figure><img src="/files/1ffec9e5c94ee8469fa4af9c483e79a493cb61a8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 同期する問題を設定

Datadog 統合ページの **Issue input settings**で、どの Aikido の問題を SIEM に同期するかを設定します:

* **問題のステータス** – 例: オープンの問題のみ同期する、または解決済みや無視済みの問題も含める。
* **最小重大度** – 同期する最低の重大度レベル。
* **問題タイプ** – 特定の問題タイプに限定するか、すべて同期します。
* **言語** – 特定の言語に限定するか、すべて同期します。
* **同期頻度** – Aikido が一致する問題を Datadog に送信する頻度（例: 1 時間ごと）。

クリック **設定を保存**.

<figure><img src="/files/27152a9f60f39e0bafaa150a91fe2a3bb6f44602" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### イベントが到着していることを確認中

Datadog で **Logs > Search** で絞り込み `source:aikido` （または設定したカスタムソース）を使用してください。設定した同期頻度が経過するのを待つか、Aikido でテスト問題を発生させて、Datadog に表示されることを確認します。

### 統合の管理

から **Settings > Integrations > Datadog** Aikido では、次の操作ができます:

* **統合を管理** – ドメイン URL、オプション、または API キーを更新します。
* **統合を削除** – Datadog の接続を解除します。これにより今後の同期はすべて停止します。すでに Datadog に送信されたログは削除されません。


---

# 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://help.aikido.dev/docs/docs-ja/sonono/datadog-siem.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.
