Authentication
このセクションでは、本プロバイダーの接続設定で設定可能なAuthentication プロパティの全リストを提供します。
| プロパティ | 説明 |
| AuthScheme | 認証で使用されるスキーム。None、Basic、Negotiate (Kerberos)、AwsRootKeys、AwsIAMRoles、およびAPIKey のエントリーが許容されます。デフォルト値はNone です。 |
| User | Elasticsearch に認証を行っているユーザー。 |
| Password | Elasticsearch への認証に使われるパスワード。 |
| Server | Elasticsearch REST サーバーのホスト名またはIP アドレス。Alternatively, multiple nodes in a single cluster can be specified, though all such nodes must be able to support REST API calls. |
| Port | Elasticsearch REST サーバーのポート。 |
| APIKey | The APIKey used to authenticate to Elasticsearch. |
| APIKeyId | The APIKey Id to authenticate to Elasticsearch. |