embed telegraf and template vids

pull/1143/head
Scott Anderson 2020-06-24 08:20:28 -06:00
parent 7e9dac5dc2
commit 02aad872e2
5 changed files with 10 additions and 0 deletions

View File

@ -19,6 +19,8 @@ dashboard configuration, or share your configuration with the InfluxData communi
- Facilitate secure, portable, source-controlled InfluxDB platform states.
- Simplify sharing and using pre-built InfluxDB solutions.
{{< youtube 2JjW4Rym9XE >}}
## Template manifests
A template consists of a single file known as a **manifest** that defines the
InfluxDB state and associated [resources](#template-resources).

View File

@ -19,6 +19,8 @@ create InfluxDB templates.
Add resources (buckets, Telegraf configurations, tasks, and more) in the InfluxDB
UI and export the resources as a template.
{{< youtube 714uHkxKM6U >}}
{{% note %}}
Templatable resources are scoped to a single organization, so the simplest way to create a
template is to create a new organization, build the template within the organization,

View File

@ -31,6 +31,8 @@ others in the InfluxData community.
Apply community templates directly from GitHub using a template's download URL
or download the template.
{{< youtube 2JjW4Rym9XE >}}
{{% note %}}
When attempting to access the community templates via the URL, the templates use the following
as the root of the URL:

View File

@ -29,6 +29,8 @@ For a list of available plugins, see [Telegraf plugins](/v2.0/reference/telegraf
_For information about installing Telegraf, see the
[Telegraf Installation instructions](https://docs.influxdata.com/telegraf/latest/introduction/installation/)._
{{< youtube qFS2zANwIrc >}}
## Configure Telegraf
Telegraf input and output plugins are enabled and configured in Telegraf's configuration file (`telegraf.conf`).
You have the following options for configuring Telegraf:

View File

@ -18,6 +18,8 @@ Use the Telegraf `influxdb_v2` output plugin to collect and write metrics into a
This article describes how to enable the `influxdb_v2` output plugin in new and existing Telegraf configurations,
then start Telegraf using the custom configuration file.
{{< youtube qFS2zANwIrc >}}
{{% note %}}
_View the [requirements](/v2.0/write-data/use-telegraf#requirements)
for using Telegraf with InfluxDB v2.0._