docs-v2/telegraf-build/templates/output_plugin.tmpl

23 lines
529 B
Cheetah

---
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}}]
introduced: "{{.Introduced}}"
{{- with .Deprecated}}
deprecated: {{.}}
{{- end}}
{{- with .Removal}}
removal: {{.}}
{{- end}}
os_support: "{{.OSTags | join ", "}}"
related:
- /telegraf/v1/configure_plugins/
- {{.URL}}, {{.Name}} Plugin Source
---
{{.Readme}}