Versions in this module Expand all Collapse all v1 v1.2.0 Mar 24, 2017 Changes in this version + type Gelf struct + func NewGelfWriter(config GelfConfig) *Gelf + func (g *Gelf) Write(message []byte) (n int, err error) + type GelfConfig struct + Connection string + GraylogEndpoint string + MaxChunkSizeLan int + MaxChunkSizeWan int + type Graylog struct + Servers []string + func (g *Graylog) Close() error + func (g *Graylog) Connect() error + func (g *Graylog) Description() string + func (g *Graylog) SampleConfig() string + func (g *Graylog) Write(metrics []telegraf.Metric) error