> 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 の検出結果をインフラ、アプリケーション、監査シグナルと 1 つの場所で相関させたい場合に便利です。

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

### 要件

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

* **API キー -** の **組織設定 > API キー** 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 で、次へ移動します **組織設定 > API キー**に戻って、 **新しいキー**を選択し、説明的な名前（たとえば「Aikido」）を付けます。キーをコピーしてください。次の手順で Aikido に貼り付けます。
{% endstep %}

{% step %}

#### SIEM を接続する

次へ **設定 > 統合** Aikido アプリで新しい SIEM 統合を追加します。 **SIEM を接続する** ダイアログで **Datadog Logs** を選択し、次を入力します:

**設定**

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

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

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

**認証**

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

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

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

{% step %}

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

Datadog 統合ページの **課題入力設定**で、SIEM に同期する Aikido の課題を設定します:

* **課題のステータス** – たとえば、未解決の課題のみを同期するか、解決済みおよび無視済みの課題も含めるかを選択します。
* **最小重大度** – 同期する最も低い重大度レベル。
* **課題の種類** – 特定の課題タイプに限定するか、すべてを同期します。
* **Language** – 特定の言語に限定するか、すべてを同期します。
* **同期頻度** – Aikido が一致する課題を Datadog に送信する頻度（たとえば 1 時間ごと）。

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

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

### イベントが届いていることを確認する

Datadog で、次へ移動します **ログ > 検索** で次をフィルターします `source:aikido` （または設定したカスタムソース）。設定した同期頻度が経過するのを待つか、Aikido でテスト課題をトリガーして、Datadog に表示されることを確認します。

### 統合の管理

から **設定 > 統合 > 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.
