Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { Servers []string Username string Password string Sniffer bool // https://github.com/olivere/elastic/wiki/Sniffing MaxSpanAge time.Duration // configures the maximum lookback on span reads }
Configuration describes the configuration properties needed to connect to a ElasticSearch cluster
func (*Configuration) GetConfigs ¶
func (c *Configuration) GetConfigs() []elastic.ClientOptionFunc
GetConfigs wraps the configs to feed to the ElasticSearch client init
Click to show internal directories.
Click to hide internal directories.