Merge pull request #725 from influxdata/templates/intro

Introductory content for templates
pull/746/head
Scott Anderson 2020-02-05 13:40:49 -07:00 committed by GitHub
commit 086ec1f45b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 12 deletions

View File

@ -1,17 +1,16 @@
--- ---
title: Influx Templates title: Influx templates
description: > description: >
Influx Templates are prepackaged InfluxDB configurations that contain Influx templates are prepackaged InfluxDB configurations that contain everything
everything from dashboards and Telegraf configurations to notifications and from dashboards and Telegraf configurations to notifications and alerts.
alerts in a single file.
menu: v2_0 menu: v2_0
weight: 10 weight: 10
v2.0/tags: [influx templates] v2.0/tags: [influx templates]
--- ---
Influx Templates are prepackaged InfluxDB configurations that contain everything Influx templates are prepackaged InfluxDB configurations that contain everything
from dashboards and Telegraf configurations to notifications and alerts in a single file. from dashboards and Telegraf configurations to notifications and alerts.
Use Influx Templates to quickly set up a fresh instance of InfluxDB, backup your Use Influx templates to quickly set up a fresh instance of InfluxDB, back up your
dashboard configuration, or share your configuration with the InfluxData community. dashboard configuration, or share your configuration with the InfluxData community.
## Template manifests ## Template manifests
@ -31,9 +30,7 @@ _See [Create an Influx Template](/v2.0/influx-templates/create/) for information
generating template manifests._ generating template manifests._
### Template resources ### Template resources
Template **resources** are elements of the InfluxDB user interface (UI) and data Include the following **resources** in a template:
storage that can be templated.
The following template resources are available:
- buckets - buckets
- checks - checks

View File

@ -4,7 +4,7 @@ description: >
placeholder placeholder
menu: menu:
v2_0: v2_0:
parent: Influx Templates parent: Influx templates
name: Create a template name: Create a template
identifier: Create an Influx Template identifier: Create an Influx Template
weight: 101 weight: 101

View File

@ -4,7 +4,7 @@ description: >
placeholder placeholder
menu: menu:
v2_0: v2_0:
parent: Influx Templates parent: Influx templates
name: Use a template name: Use a template
weight: 101 weight: 101
v2.0/tags: [influx templates] v2.0/tags: [influx templates]