diff --git a/content/v2.0/influx-templates/_index.md b/content/v2.0/influx-templates/_index.md index 441699add..8cad93fe4 100644 --- a/content/v2.0/influx-templates/_index.md +++ b/content/v2.0/influx-templates/_index.md @@ -1,22 +1,21 @@ --- -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 manifest 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 manifest 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 -A template manifest is a file that defines the contents of a template. -Manifest files support the following formats: +A template manifest is a file that defines the contents of a template and supports +the following formats: - YAML - JSON @@ -26,9 +25,7 @@ _See [Create an Influx Template](/v2.0/influx-templates/create/) for information generating manifest files._ ### Template resources -Template **resources** are elements of the InfluxDB user interface (UI) that can -be included in a template. -The following template resources are available: +Include the following **resources** in a template: - buckets - checks diff --git a/content/v2.0/influx-templates/create.md b/content/v2.0/influx-templates/create.md index edd7c39c4..d5b8119ee 100644 --- a/content/v2.0/influx-templates/create.md +++ b/content/v2.0/influx-templates/create.md @@ -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 diff --git a/content/v2.0/influx-templates/use.md b/content/v2.0/influx-templates/use.md index bd5fd4361..d6efc7951 100644 --- a/content/v2.0/influx-templates/use.md +++ b/content/v2.0/influx-templates/use.md @@ -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]