{{ $productPathData := findRE "[^/]+.*?" .RelPermalink }} {{ $product := index $productPathData 0 }} {{ $version := index $productPathData 1 }} {{ $productData := index $.Site.Data.products (print $product "_" (replaceRE "-" "_" $version)) }} {{ $earlyAccessList := slice "influxdb/clustered" }} {{ if in $earlyAccessList (print $product "/" $version )}}
{{ $productData.name }} is currently only available to a limited group of InfluxData customers. If interested in being part of the limited access group, please contact the InfluxData Sales team.