parent
5c1f35d15d
commit
83702433a4
|
@ -21,14 +21,13 @@ your local filesystem and from URLs.
|
||||||
|
|
||||||
|
|
||||||
## Use InfluxDB community templates
|
## Use InfluxDB community templates
|
||||||
The [InfluxDB Community Templates repository](https://github.com/influxdata/community-templates/)
|
The [InfluxDB community templates repository](https://github.com/influxdata/community-templates/)
|
||||||
is home to a growing number of InfluxDB templates developed and maintained by
|
is home to a growing number of InfluxDB templates developed and maintained by
|
||||||
others in the InfluxData community.
|
others in the InfluxData community.
|
||||||
Install community templates directly from GitHub using a template's download URL
|
Install community templates directly from GitHub using a template's download URL
|
||||||
or download the template.
|
or download the template.
|
||||||
|
|
||||||
{{% note %}} When attempting to access the Community Templates via the URL, the templates use the following as the root of the URL: `https://raw.githubusercontent.com/influxdata/community-templates/master/`. For example, the Community Template for Docker can be accessed via `https://raw.githubusercontent.com/influxdata/community-templates/master/docker/docker.yml`. {{% /note %}}
|
{{% note %}} When attempting to access the community templates via the URL, the templates use the following as the root of the URL: `https://raw.githubusercontent.com/influxdata/community-templates/master/`. For example, the Docker community template can be accessed via `https://raw.githubusercontent.com/influxdata/community-templates/master/docker/docker.yml`. {{% /note %}}
|
||||||
|
|
||||||
|
|
||||||
<a class="btn" href="https://github.com/influxdata/community-templates/" target="\_blank">View InfluxDB Community Templates</a>
|
<a class="btn" href="https://github.com/influxdata/community-templates/" target="\_blank">View InfluxDB Community Templates</a>
|
||||||
|
|
||||||
|
@ -63,7 +62,7 @@ influx pkg summary -u https://raw.githubusercontent.com/influxdata/community-tem
|
||||||
{{% /code-tabs-wrapper %}}
|
{{% /code-tabs-wrapper %}}
|
||||||
|
|
||||||
## Validate a template
|
## Validate a template
|
||||||
To validate a template before your install it or troubleshoot a template, use
|
To validate a template before you install it or troubleshoot a template, use
|
||||||
the [`influx pkg validate` command](/v2.0/reference/cli/influx/pkg/validate/).
|
the [`influx pkg validate` command](/v2.0/reference/cli/influx/pkg/validate/).
|
||||||
Validate a template stored in your local filesystem or from a URL.
|
Validate a template stored in your local filesystem or from a URL.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue