# データエンリチャー (クラシック)

## 概要 <a href="#dataenricher-classic-overview" id="dataenricher-classic-overview"></a>

データ強化装置は、Nexthink Cloudにコレクターが送信する[ユーザー](https://docs.nexthink.com/platform/ja/references/references-classic/glossary-classic/user-classic)および[宛先](https://docs.nexthink.com/platform/ja/references/references-classic/glossary-classic/destination-classic)に関する情報を補完するソフトウェアコンポーネントです。

<figure><img src="https://3549141153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeLm8O7QKZDn6z806e7Sv%2Fuploads%2Fgit-blob-22e7e610c23c4eebccc1de13f69a26872a4facbc%2F450px-dataenricher.png?alt=media" alt=""><figcaption></figcaption></figure>

Active DirectoryとDNSサーバーに接続されたWindowsサーバーに[データ強化装置をインストール](https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/api-and-integrations-classic/data-enricher-classic/installing-data-enricher-classic)します。

## 取得した情報 <a href="#dataenricher-classic-informationretrieved" id="dataenricher-classic-informationretrieved"></a>

データ強化装置は、あなたのサーバーから以下の情報を取得します：

* Active Directoryからのユーザー情報：
  * 識別名
  * 名前
  * フルネーム
  * 部署
  * 職位
  * 位置
  * 地域名
  * 国コード
  * 組織単位名
* 逆DNSルックアップからの宛先情報：
  * 完全修飾ドメイン名

これらのデータは、オンプレミス設定でEngineが取得するデータと類似しています。 ユーザーフィールドの地域、地域名、国コード、組織単位名は、Nexthink Experience専用で利用可能です。

## 推定処理時間 <a href="#dataenricher-classic-estimatedprocessingtime" id="dataenricher-classic-estimatedprocessingtime"></a>

使用可能なネットワーク帯域幅が25 Mbpsの場合、Azure VM（Standard\_F4s - 4 CPUコア、8 GBメモリ）で動作するWindows Server 2016上でデータ強化装置を実行した場合の部分更新の以下の時間が計測されました。

ADからユーザー情報を取得するのにかかる時間：

| ユーザー数 | 期間         |
| ----- | ---------- |
| 500 k | < 7 分      |
| 250 k | < 3 分 30 秒 |
| 100 k | < 1 分 30 秒 |
| 50 k  | < 40 秒     |
| 20 k  | < 20 秒     |
| 10 k  | < 10 秒     |
| 1     | < 5 秒      |

DNSサーバーから宛先のFQDNを取得するのにかかる時間：

| 宛先数   | 期間     |
| ----- | ------ |
| 500 k | < 20 分 |
| 250 k | < 10 分 |
| 100 k | < 4 分  |
| 50 k  | < 2 分  |
| 20 k  | < 1 分  |
| 10 k  | < 30 秒 |
| 1     | < 5 秒  |


---

# 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.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/api-and-integrations-classic/data-enricher-classic.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.
