Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logstash ¶
type Logstash struct { Settings interface{} `json:"settings"` Mappings interface{} `json:"mappings"` }
func NewLogstash ¶
type Plugin ¶
type Plugin struct { *qtypes_plugin.Plugin KVtoFields map[string]string SkipKV []string // contains filtered or unexported fields }
Plugin holds a buffer and the initial information from the server
func (*Plugin) ParseKVtoFields ¶
func (p *Plugin) ParseKVtoFields()
func (*Plugin) ParseSkipKV ¶
func (p *Plugin) ParseSkipKV()
Click to show internal directories.
Click to hide internal directories.