--- 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}}] {{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}}