Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|
---|---|---|
communication protocol, possible values are: VST, HTTP_JSON, HTTP_VPACK, HTTP2_JSON, HTTP2_VPACK, (default: HTTP2_JSON) Environment variable: |
|
|
connection and request timeout (ms), (default 0, no timeout) Environment variable: |
int |
|
username for authentication, (default: root) Environment variable: |
string |
required |
password for authentication Environment variable: |
string |
required |
use SSL connection, (default: false) Environment variable: |
boolean |
|
enable hostname verification, (HTTP only, default: true) Environment variable: |
boolean |
|
VST chunk size in bytes, (default: 30000) Environment variable: |
int |
|
max number of connections per host, (default: 1 VST, 1 HTTP/2, 20 HTTP/1.1) Environment variable: |
int |
|
max lifetime of a connection (ms), (default: no ttl) Environment variable: |
long |
|
VST keep-alive interval (s), (default: no keep-alive probes will be sent) Environment variable: |
int |
|
acquire the list of available hosts, (default: false) Environment variable: |
boolean |
|
acquireHostList interval (ms), (default: 3_600_000, 1 hour) Environment variable: |
int |
|
load balancing strategy, possible values are: NONE, ROUND_ROBIN, ONE_RANDOM, (default: NONE) Environment variable: |
|
|
amount of samples kept for queue time metrics, (default: 10) Environment variable: |
int |
|
Type |
Default |
|
host hostname Environment variable: |
string |
required |
host port Environment variable: |
int |
required |
sslTruststore configuration This configuration section is optional |
Type |
Default |
location where to find the cert file Environment variable: |
path |
required |
trustStore password Environment variable: |
string |
required |