--- description: "Telegraf plugin for sending metrics to {{.Name}}" menu: telegraf_v1_ref: parent: output_plugins_reference name: {{.Name}} identifier: output-{{.ID}} tags: [{{.Name}}, "output-plugins", "configuration"{{range .Tags}}, "{{.}}"{{end}}] {{if .Introduced}}introduced: "{{.Introduced}}"{{end}} {{if .Deprecated}}deprecated: "{{.Deprecated}}"{{end}} {{if .Removal}}removal: "{{.Removal}}"{{end}} {{if .OS}}os_support: "{{.OS}}"{{end}} related: - /telegraf/v1/configure_plugins/ - {{.URL}}, {{.Name}} Plugin Source --- {{.Readme}}