|
|
@@ -1,4 +1,3 @@
|
|
|
-
|
|
|
emqx_ee_connector_influxdb {
|
|
|
type {
|
|
|
desc {
|
|
|
@@ -43,7 +42,7 @@ emqx_ee_connector_influxdb {
|
|
|
}
|
|
|
protocol {
|
|
|
desc {
|
|
|
- en: """InfluxDB protocol. UDP or HTTP API or HTTP API V2"""
|
|
|
+ en: """InfluxDB's protocol. UDP or HTTP API or HTTP API V2"""
|
|
|
zh: """InfluxDB 协议。UDP 或 HTTP API 或 HTTP API V2"""
|
|
|
}
|
|
|
label: {
|
|
|
@@ -51,9 +50,9 @@ emqx_ee_connector_influxdb {
|
|
|
zh: """协议"""
|
|
|
}
|
|
|
}
|
|
|
- protocol_udp {
|
|
|
+ influxdb_udp {
|
|
|
desc {
|
|
|
- en: """InfluxDB protocol."""
|
|
|
+ en: """InfluxDB's UDP protocol."""
|
|
|
zh: """InfluxDB UDP 协议"""
|
|
|
}
|
|
|
label: {
|
|
|
@@ -61,9 +60,9 @@ emqx_ee_connector_influxdb {
|
|
|
zh: """UDP 协议"""
|
|
|
}
|
|
|
}
|
|
|
- protocol_api_v1 {
|
|
|
+ influxdb_api_v1 {
|
|
|
desc {
|
|
|
- en: """InfluxDB protocol. Support InfluxDB v1.8 and before."""
|
|
|
+ en: """InfluxDB's protocol. Support InfluxDB v1.8 and before."""
|
|
|
zh: """InfluxDB HTTP API 协议。支持 Influxdb v1.8 以及之前的版本"""
|
|
|
}
|
|
|
label: {
|
|
|
@@ -71,9 +70,9 @@ emqx_ee_connector_influxdb {
|
|
|
zh: """HTTP API 协议"""
|
|
|
}
|
|
|
}
|
|
|
- protocol_api_v2 {
|
|
|
+ influxdb_api_v2 {
|
|
|
desc {
|
|
|
- en: """InfluxDB protocol. Support InfluxDB v2.0 and after."""
|
|
|
+ en: """InfluxDB's protocol. Support InfluxDB v2.0 and after."""
|
|
|
zh: """InfluxDB HTTP API V2 协议。支持 Influxdb v2.0 以及之后的版本"""
|
|
|
}
|
|
|
label: {
|
|
|
@@ -123,7 +122,7 @@ emqx_ee_connector_influxdb {
|
|
|
}
|
|
|
org {
|
|
|
desc {
|
|
|
- en: """InfluxDB organization name."""
|
|
|
+ en: """Organization name of InfluxDB."""
|
|
|
zh: """InfluxDB 组织名称。"""
|
|
|
}
|
|
|
label: {
|