Documentation
¶
Overview ¶
Package elasticsearch implements a result emitter for elasticsearch.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Username string `json:"username" yaml:"username"`
Password string `json:"password" yaml:"password"`
Urls []string `json:"urls" yaml:"urls"`
Index string `json:"index" yaml:"index"`
MaxPendingBytes int64 `json:"max_pending_bytes" yaml:"max_pending_bytes"`
MaxPendingResults int64 `json:"max_pending_results" yaml:"max_pending_results"`
MaxPendingTime time.Duration `json:"max_pending_time" yaml:"max_pending_time"`
}
Config for elasticsearch emitter
Click to show internal directories.
Click to hide internal directories.