influx telegrafs 更新
使用 influx telegrafs update
命令更新 Telegraf 配置以匹配指定的参数。如果未提供名称或描述,则将它们设置为空字符串。
用法
influx telegrafs update [flags]
标志
标志 | 描述 | 输入类型 | 映射到 ? | |
---|---|---|---|---|
-c | --active-config | 用于命令的 CLI 配置 | 字符串 | |
--configs-path | 到 influx CLI 配置的路径(默认 ~/.influxdbv2/configs ) | 字符串 | INFLUX_CONFIGS_PATH | |
-d | --description | Telegraf 配置描述 | 字符串 | |
-f | --file | Telegraf 配置路径 | 字符串 | |
-h | 显示帮助信息 | 关于update 命令的帮助 | ||
–hide-headers | 隐藏表格标题 | INFLUX_HIDE_HEADERS | ||
–json | 以JSON格式输出数据 | INFLUX_OUTPUT_JSON | ||
-n | –name | Telegraf配置名称 | 字符串 | |
-o | –org | 组织名称(与–org-id 互斥) | 字符串 | INFLUX_ORG |
–org-id | 组织ID(与–org 互斥) | 字符串 | INFLUX_ORG_ID | |
–skip-verify | 跳过TLS证书验证 | INFLUX_SKIP_VERIFY | ||
-t | –token | API令牌 | 字符串 | INFLUX_TOKEN |
示例
认证凭据
以下示例假设您的InfluxDB 主机、组织和令牌由活动的influx
CLI配置或环境变量(INFLUX_HOST
、INFLUX_ORG
和INFLUX_TOKEN
)提供。如果您没有设置CLI配置或环境变量,请在每个命令中使用以下标志包括所需的凭据
–host
: InfluxDB主机-o, --org
或–org-id
:InfluxDB组织名称或ID-t, --token
:InfluxDB API令牌
更新Telegraf配置
influx telegrafs update \
--id 0Xx0oox00XXoxxoo1 \
--name "Example configuration name" \
--description "Example Telegraf configuration description" \
--file /path/to/telegraf.conf
通过stdin更新Telegraf配置
cat /path/to/telegraf.conf | influx telegrafs update \
--id 0Xx0oox00XXoxxoo1 \
--name "Example configuration name" \
--description "Example Telegraf configuration description" \
这个页面有帮助吗?
感谢您的反馈!