Merge pull request #1008 from influxdata/pkg/related-links

InfluxDB template related links
pull/1009/head
Scott Anderson 2020-05-04 08:29:49 -06:00 committed by GitHub
commit dfa0cbeab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 28 additions and 4 deletions

View File

@ -9,6 +9,9 @@ menu:
identifier: Create an InfluxDB template
weight: 103
v2.0/tags: [templates]
related:
- /v2.0/reference/cli/influx/pkg/export/
- /v2.0/reference/cli/influx/pkg/export/all/
---
Use the InfluxDB user interface (UI) and the `influx pkg export` command to

View File

@ -9,6 +9,8 @@ menu:
name: Use templates
weight: 102
v2.0/tags: [templates]
related:
- /v2.0/reference/cli/influx/pkg/
---
Use the `influx pkg` command to summarize, validate, and install templates from
@ -27,11 +29,19 @@ others in the InfluxData community.
Install community templates directly from GitHub using a template's download URL
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/`.
{{% note %}}
When attempting to access the community templates via the URL, the templates use the following
as the root of the URL:
```sh
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`.
```sh
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>
@ -216,4 +226,3 @@ influx pkg -f /path/to/template.yml \
```
_To add a secret after installing a template, see [Add secrets](/v2.0/security/secrets/manage-secrets/add/)._

View File

@ -7,9 +7,13 @@ menu:
parent: influx
weight: 101
v2.0/tags: [templates]
related:
- /v2.0/influxdb-templates/use/
---
The `influx pkg` command manages InfluxDB templates.
_For information about finding and using InfluxDB templates, see
[Use InfluxDB templates](/v2.0/influxdb-templates/use/)._
## Usage
```

View File

@ -5,9 +5,13 @@ menu:
v2_0_ref:
parent: influx pkg
weight: 101
related:
- /v2.0/influxdb-templates/create/
---
The `influx pkg export` command exports existing resources as an InfluxDB template.
_For detailed examples of exporting InfluxDB templates, see
[Create an InfluxDB template](/v2.0/influxdb-templates/create/)._
## Usage
```

View File

@ -6,10 +6,14 @@ menu:
v2_0_ref:
parent: influx pkg export
weight: 201
related:
- /v2.0/influxdb-templates/create/
---
The `influx pkg export all` command exports all resources in an
organization as an InfluxDB template.
_For detailed examples of exporting InfluxDB templates, see
[Create an InfluxDB template](/v2.0/influxdb-templates/create/)._
## Usage
```