From 5289b2a00e7c8a4aa1b2f5d1e2f09bd389a98395 Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Fri, 25 Jun 2021 15:09:01 -0700 Subject: [PATCH] Add cloning Telegraf config in the UI (addresses #2662 ) (#2764) * Add cloning telegraf config in the UI (addresses #2662 ) * Add clone telegraf config to cloud --- .../influxdb/cloud/telegraf-configs/clone.md | 12 +++++++++++ .../influxdb/v2.0/telegraf-configs/clone.md | 21 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 content/influxdb/cloud/telegraf-configs/clone.md create mode 100644 content/influxdb/v2.0/telegraf-configs/clone.md diff --git a/content/influxdb/cloud/telegraf-configs/clone.md b/content/influxdb/cloud/telegraf-configs/clone.md new file mode 100644 index 000000000..fd26f7e24 --- /dev/null +++ b/content/influxdb/cloud/telegraf-configs/clone.md @@ -0,0 +1,12 @@ +--- +title: Clone a Telegraf configuration +description: > + Use the InfluxDB UI to clone an Telegraf configuration. +weight: 101 +menu: + influxdb_cloud:: + name: Clone a config + parent: Telegraf configurations +--- + +{{< duplicate-oss >}} diff --git a/content/influxdb/v2.0/telegraf-configs/clone.md b/content/influxdb/v2.0/telegraf-configs/clone.md new file mode 100644 index 000000000..5d9a57028 --- /dev/null +++ b/content/influxdb/v2.0/telegraf-configs/clone.md @@ -0,0 +1,21 @@ +--- +title: Clone a Telegraf configuration +description: > + Use the InfluxDB UI to clone an Telegraf configuration. +weight: 101 +menu: + influxdb_2_0: + name: Clone a config + parent: Telegraf configurations +--- + +Use the InfluxDB user interface (UI) to clone a Telegraf configuration. + + +1. In the navigation menu on the left, select **Data** (**Load Data**) > **Telegraf**. + + {{< nav-icon "load data" >}} + +2. Hover over the configuration you want to clone, click the **{{< icon "clone" >}}** + icon, and then click **Clone**. + The clone appears in your list of Telegraf configurations.