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.
データ型
string
デフォルト値
""
解説
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.
SSL を使用するには、ホスト名またはIP アドレスの前に'https://' を付け、SSLServerCert のSSL 接続プロパティを設定します。
To specify multiple nodes, set the property to a comma delimited list of addresses, with ports optionally specified after the address and delimited from the address by a colon. For example, you could specify two dedicated, coordinating nodes for your cluster with 'https://01.01.01.01:1234,https://02.02.02.02:5678'. If a port is specified with a node, that port will take precedence over the Port property for connections to that node only.