Elasticsearch
Version 24.2.9064
Version 24.2.9064
Elasticsearch
CData Sync アプリケーションからElasticsearch コネクタを使用して、Elasticsearch からデータを取得してサポートされている任意の同期先に移動できます。これを行うには、コネクタを追加し、コネクタへの認証を行い、接続を完了する必要があります。
Elasticsearch コネクタを追加
Sync でElasticsearch のデータを使用できるようにするには、まず以下の手順でコネクタを追加する必要があります。
-
Sync のダッシュボードから接続ページを開きます。
-
接続を追加をクリックしてコネクタを選択ページを開きます。
-
データソースタブをクリックしてElasticsearch 行に移動します。
-
行末にある接続を設定アイコンをクリックして、新しい接続ページを開きます。接続を設定アイコンが利用できない場合は、コネクタをダウンロードアイコンをクリックしてElasticsearch コネクタをインストールします。新規コネクタのインストールについて詳しくは、接続を参照してください。
Elasticsearch への認証
コネクタを追加したら、必須プロパティを設定する必要があります。
-
Connection Name - Enter a connection name of your choice.
-
Server - Enter the host name or IP address of your Elasticsearch REST server. You can specify multiple nodes in a single cluster, also. However, such nodes must be able to support REST API calls.
-
Port - Enter the port number for the Elasticsearch REST server. The default port value is 9200.
-
Aliases Filter (optional) - Enter a comma-separated list of alias names or filters that you want to use to filter aliases that are exposed as views.
-
Indices and Data Streams Filter (optional) - Enter a comma-separated list of index and data stream names or filters.
CData Sync supports authenticating to Elasticsearch in several ways. Select your authentication method below to proceed to the relevant section that contains the authentication details.
None
認証なしで接続するには、Auth Scheme でNone を選択します。追加のプロパティは必要ありません。
BASIC
To connect with your user credentials, set the following properties:
-
Auth Scheme: Select BASIC.
-
User - Enter the username that you use to authenticate to your Elasticsearch account.
-
Password - Enter the password that you use to authenticate to your Elasticsearch account.
Negotiate
Kerberos 資格情報で接続するには、次のプロパティを指定します。
-
Auth Scheme - Negotiate を選択。
-
Kerberos KDC - 認証に使用するKerberos Key Distribution Center(KDC)サービスを入力。
-
Kerberos Realm - 認証に使用するKerberos レルムを入力。
-
Kerberos SPN - Kerberos ドメインコントローラーのサービスプリンシパル名(SPN)を入力。
-
Kerberos Keytab File(オプション)- Kerberos プリンシパルと暗号化キーのペアを含むキータブファイルを入力。
-
Kerberos Ticket Cache(オプション)- Kerberos 資格情報キャッシュファイルへの完全なファイルパスを入力。
AWS Root Keys
To connect with your account root credentials, specify the following properties:
-
Auth Scheme - Select AwsRootKeys.
-
AWS Access Key - Enter your Amazon Web Services (AWS) account access key. You can locate this value on your AWS security credentials page.
-
AWS Secret Key - Enter your AWS account secret key. You can locate this value on your AWS security credentials page.
-
AWS Region - Select the region that hosts your Amazon Web Services. The default region is NORTHERNVIRGINIA.
AWS IAM Roles
To connect with your IAM user credentials, specify the following properties:
-
Auth Scheme - Select AwsIAMRoles.
-
AWS Access Key - Enter your Amazon Web Services (AWS) account access key. You can locate this value on your AWS security credentials page.
-
AWS Secret Key - Enter your AWS account secret key. You can locate this value on your AWS security credentials page.
-
AWS Role ARN - Enter the Amazon Resource Name (ARN) for the role with which you want to authenticate.
-
AWS Region - Select the region that hosts your Amazon Web Services. The default region is NORTHERNVIRGINIA.
-
AWS External Id (optional) - Enter the unique identifier that is required when you assume a role in another account.
API Key
To connect with an API key, specify the following properties:
-
API Key - Enter the API key that you use to authenticate to Elasticsearch.
-
API Key Id - Enter the API key that you use to authenticate to Elasticsearch.
Complete Your Connection
To complete your connection:
-
Specify the following properties:
-
Use SSL (optional) - Specify whether you want to use the Secure Sockets Layer (SSL) protocol. The default value is False.
-
Data Model (optional) - Select the data model that you want to use to parse Elasticsearch documents and generating the database metadata. The default data model is Document.
-
Expose Dot Indices (optional) - Specify whether you want to expose dot indices as either tables or views. These indices have names that begin with “.” (dot). The default option is False.
-
-
高度な設定タブで接続の高度な設定を定義します。(ただし、ほとんどの場合これらの設定は必要ありません。)
-
作成およびテストをクリックして接続を作成します。
詳細情報
CData Sync とElasticsearch の連携について、詳しくはElasticsearch Connector for CData Sync を参照してください。