Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Setup ¶
func Setup(bs json.RawMessage) (types.OutputPlugin, error)
Types ¶
type Fluent ¶
type Fluent struct { plugin.PluginCommon *output.DnstapOutput // fluent server config // see https://pkg.go.dev/github.com/fluent/fluent-logger-golang/fluent#Config FluentConfig fluent.Config // fluent tag value Tag string // contains filtered or unexported fields }
The fluent plugin outputs messages to the fluent server.
func (*Fluent) SetOutputContext ¶
func (f *Fluent) SetOutputContext(oc *types.OutputContext)
Click to show internal directories.
Click to hide internal directories.