Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (27 loc) · 1.83 KB

File metadata and controls

37 lines (27 loc) · 1.83 KB

Configuration Options

NOTE: All option names are case-insensitive.

Basic Options

Option Description Type Default
DSN Data Source Name used for configuring the connection. string
Host / Server Hostname or IP address for the target cluster. string
Port Port number on which the cluster's REST interface is listening. string

Authentication Options

Option Description Type Default
Auth Authentication mechanism to use. one of BASIC (basic HTTP), AWS_SIGV4 (AWS auth), NONE NONE
User / UID [Auth=BASIC] Username for the connection. string
Password / PWD [Auth=BASIC] Password for the connection. string
Region [Auth=AWS_SIGV4] Region used for signing requests AWS region (eg. us-west-1)

Advanced Options

Option Description Type Default
UseSSL Whether to establish the connection over SSL/TLS boolean (0 or 1) false (0)
HostnameVerification Indicate whether certificate hostname verification should be performed for an SSL/TLS connection. boolean (0 or 1) true (1)
ResponseTimeout The maximum time to wait for responses from the Host, in seconds. integer 10

Logging Options

Option Description Type Default
LogLevel Severity level for driver logs. one of ES_OFF, ES_FATAL, ES_ERROR, ES_INFO, ES_DEBUG, ES_TRACE, ES_ALL ES_WARNING
LogOutput Location for storing driver logs. string WIN: C:\, MAC: /tmp

NOTE: Administrative privileges are required to change the value of logging options on Windows.