--- description: "Telegraf plugin for collecting metrics from {{.Name}}" menu: telegraf_v1_ref: parent: input_plugins_reference name: {{.Name}} identifier: input-{{.ID}} tags: [{{.Name}}, "input-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}}