* Add cloning telegraf config in the UI (addresses #2662 ) * Add clone telegraf config to cloudpull/2786/head
parent
9dc34b00aa
commit
5289b2a00e
|
@ -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 >}}
|
|
@ -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.
|
Loading…
Reference in New Issue