Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Host string `yaml:"host"`
Index string `yaml:"index"`
Type string `yaml:"type"`
Gzip bool `yaml:"gzip"`
Mapping string `yaml:"mapping,omitempty"`
Pipeline string `yaml:"pipeline,omitempty"`
PipelineName string `yaml:"pipeline_name,omitempty"`
UsePipeline bool
// contains filtered or unexported fields
}
Client represents the Client-Config
func (*Client) AddDocument ¶
AddDocument adds a Document to the Elasticsearch Bulk Processor
Click to show internal directories.
Click to hide internal directories.