Documentation ¶
Index ¶
Constants ¶
View Source
const (
ESOFieldAWSEnabled = "enabled"
)
Variables ¶
View Source
var AWSOptFn = notImportedAWSOptFn
AWSOptFn is populated with the child `aws` package when imported.
Functions ¶
func AWSField ¶
func AWSField() *service.ConfigField
AWSField represents the aws block within an elasticsearch field. This is exported in order to make unit testing easier within the aws subpackage.
func OutputSpec ¶
func OutputSpec() *service.ConfigSpec
OutputSpec returns the config spec for an elasticsearch output writer.
Types ¶
type Output ¶
type Output struct {
// contains filtered or unexported fields
}
Output implements service.BatchOutput for elasticsearch.
func OutputFromParsed ¶
OutputFromParsed returns an elasticsearch output writer from a parsed config.
func (*Output) WriteBatch ¶
Click to show internal directories.
Click to hide internal directories.