1.4 KiB
1.4 KiB
title | description | menu | weight | v2.0/tags | |
---|---|---|---|---|---|
InfluxDB templates | InfluxDB templates are prepackaged InfluxDB configurations that contain everything from dashboards and Telegraf configurations to notifications and alerts. | v2_0 | 10 |
|
InfluxDB templates are prepackaged InfluxDB configurations that contain everything from dashboards and Telegraf configurations to notifications and alerts. Use InfluxDB 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 is defined in a single file known as a manifest. Template manifests support the following formats:
{{% note %}} Template manifests are compatible with Kubernetes Custom Resource Definitions (CRD). {{% /note %}}
See Create an InfluxDB template for information about generating template manifests.
Template resources
Include the following resources in a template:
- buckets
- checks
- dashboards
- dashboard variables
- labels
- notification endpoints
- notification rules
- tasks
- Telegraf configurations
{{< children >}}