-
pipeline
String pipeline
Indicates the ingest pipeline used before spans are indexed. no default
-
hosts
List<E> hosts
A List of base urls to connect to. Defaults to http://localhost:9300
-
index
String index
The index prefix to use when generating daily index names. Defaults to zipkin.
-
dateSeparator
char dateSeparator
The date separator used to create the index name. Default to -.
-
maxRequests
int maxRequests
Sets maximum in-flight requests from this process to any Elasticsearch host. Defaults to 64
-
indexShards
int indexShards
Number of shards (horizontal scaling factor) per index. Defaults to 5.
-
indexReplicas
int indexReplicas
Number of replicas (redundancy factor) per index. Defaults to 1.`
-
username
String username
username used for basic auth. Needed when Shield or X-Pack security is enabled
-
password
String password
password used for basic auth. Needed when Shield or X-Pack security is enabled
-
httpLogging
okhttp3.logging.HttpLoggingInterceptor.Level httpLogging
When set, controls the volume of HTTP logging of the Elasticsearch Api. Options are BASIC, HEADERS, BODY
-
legacyReadsEnabled
boolean legacyReadsEnabled
When true, Redundantly queries indexes made with pre v1.31 collectors. Defaults to true.
-
timeout
int timeout
Controls the connect, read and write socket timeouts (in milliseconds) for Elasticsearch Api
requests. Defaults to 10000 (10 seconds)