diff --git a/content/v2.0/reference/cli/influx/telegrafs/_index.md b/content/v2.0/reference/cli/influx/telegrafs/_index.md index a5800cd47..96cc0a2dc 100644 --- a/content/v2.0/reference/cli/influx/telegrafs/_index.md +++ b/content/v2.0/reference/cli/influx/telegrafs/_index.md @@ -1,7 +1,8 @@ --- title: influx telegrafs description: > - placeholder + The `influx telegrafs` command lists Telegraf configurations. + Subcommands manage Telegraf configurations. menu: v2_0_ref: name: influx telegrafs diff --git a/content/v2.0/reference/cli/influx/telegrafs/create.md b/content/v2.0/reference/cli/influx/telegrafs/create.md index d76f4a54c..ab3faefd4 100644 --- a/content/v2.0/reference/cli/influx/telegrafs/create.md +++ b/content/v2.0/reference/cli/influx/telegrafs/create.md @@ -1,7 +1,8 @@ --- title: influx telegrafs create description: > - placeholder + The `influx telegrafs create` command creates a new Telegraf configuration in InfluxDB + using a provided Telegraf configuration file. menu: v2_0_ref: name: influx telegrafs create diff --git a/content/v2.0/reference/cli/influx/telegrafs/rm.md b/content/v2.0/reference/cli/influx/telegrafs/rm.md index 147100ea2..61bf25705 100644 --- a/content/v2.0/reference/cli/influx/telegrafs/rm.md +++ b/content/v2.0/reference/cli/influx/telegrafs/rm.md @@ -1,7 +1,7 @@ --- title: influx telegrafs rm description: > - placeholder + The `influx telegrafs rm` command removes Telegraf configurations from InfluxDB. menu: v2_0_ref: name: influx telegrafs rm diff --git a/content/v2.0/reference/cli/influx/telegrafs/update.md b/content/v2.0/reference/cli/influx/telegrafs/update.md index 0a12bd248..b562f6aca 100644 --- a/content/v2.0/reference/cli/influx/telegrafs/update.md +++ b/content/v2.0/reference/cli/influx/telegrafs/update.md @@ -1,7 +1,8 @@ --- title: influx telegrafs update description: > - placeholder + The `influx telegrafs update` command updates a Telegraf configuration to match the specified parameters. + If a name or description are not provided, they are set to an empty string. menu: v2_0_ref: name: influx telegrafs update