Documentation

Influx服务器配置

influx server-config 命令显示 InfluxDB 运行时 服务器配置

要显示服务器配置,您必须使用一个 operator token

用法

influx server-config [flags]
influx server-config [command]

示例

# Show the server configuration.
influx server-config

# Show the server configuration as YAML.
influx server-config --yaml

标志

标志描述
-c--active-config用于命令的CLI配置
--configs-path指向 influx CLI 配置的路径(默认 ~/.influxdbv2/configs
-h--help关于list命令的帮助
--hide-headers隐藏表格标题(默认 false
--hostInfluxDB 的 HTTP 地址(默认 http://localhost:8086
--http-debug检查与InfluxDB服务器的通信
-i--id组织 ID
--json以JSON格式输出数据(默认 false
-n--name组织名称
--skip-verify跳过 TLS 证书验证
-t--tokenAPI令牌
--toml以TOML格式而不是JSON格式输出配置
--yaml将输出配置作为YAML而不是JSON


Flux的未来

Flux 正在进入维护模式。您可以像现在一样继续使用它,而无需对您的代码进行任何更改。

阅读更多

InfluxDB 3 开源版本现已公开Alpha测试

InfluxDB 3 Open Source is now available for alpha testing, licensed under MIT or Apache 2 licensing.

我们将发布两个产品作为测试版的一部分。

InfluxDB 3 核心,是我们新的开源产品。 它是一个用于时间序列和事件数据的实时数据引擎。 InfluxDB 3 企业版是建立在核心基础之上的商业版本,增加了历史查询能力、读取副本、高可用性、可扩展性和细粒度安全性。

有关如何开始的更多信息,请查看: