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

View File

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

View File

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