Back to Influxdb

Plugins

layouts/shortcodes/telegraf/plugins.html

latest836 B
Original Source

{{ $scratch := newScratch }} {{ $type := .Get "type" }} {{ $latestTelegrafVersion := replaceRE \.[0-9]+$ "" .Site.Data.products.telegraf.latest_patches.v1 }} {{ $externalPluginLink := print "/telegraf/" .Page.Params.version "/configure_plugins/external_plugins/" }} {{ range (index .Site.Data.telegraf_plugins $type ) }} {{ $pluginTags := delimit .tags " " }} {{ $osTags := delimit .os_support " " }} {{ $minorVer := replaceRE v([0-9]+\.[0-9]+)\.[0-9]+$ "$1" .introduced }}

{{ .name }}

Plugin ID: {{ $type }}s.{{ .id }}
Telegraf {{ if not .deprecated }}{{ .introduced }}+{{ else }}{{ .introduced }} - {{ .deprecated }} Deprecated{{ end }}

{{ .description | markdownify | safeHTML }}

View {{ end }}