{{ $productPathData := findRE "[^/]+.*?" .RelPermalink }} {{ .Scratch.Set "product" (index $productPathData 0) }} {{ if in (.Scratch.Get "product") "influxdb" }} {{ .Scratch.Set "product" "influxdb" }} {{ end }} {{ $product := .Scratch.Get "product" }} {{ $productName := (index .Site.Data.products $product).name }} {{ $supportBlacklist := slice "chronograf" "kapacitor" }} {{ .Scratch.Set "pageGithubLink" (print "https://github.com/influxdata/docs-v2/edit/master/content/" .File.Path) }} {{ .Scratch.Set "productGithubLink" (print "https://github.com/influxdata/" $product "/issues/new/choose/") }} {{ $pageGithubLink := .Scratch.Get "pageGithubLink" }} {{ $productGithubLink := .Scratch.Get "productGithubLink" }}

Support and feedback

Thank you for being part of our community! We welcome and encourage your feedback and bug reports for {{ $productName }} and this documentation. To find support, the following resources are available:

{{ if not (in $supportBlacklist $product) }}

InfluxDB Cloud{{ if eq $product "influxdb" }} and InfluxDB Enterprise{{ end }} customers can contact InfluxData Support.

{{ end }}
Edit this page Submit docs issue Submit {{ $productName }} issue