@emqx/shared-ui-i18n 0.0.64 → 0.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +94 -20
- package/dist/index.umd.cjs +13 -13
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -174,6 +174,7 @@ FROM
|
|
|
174
174
|
health_check_interval_jitter: "Health Check Interval Jitter",
|
|
175
175
|
health_check_timeout: "Health Check Timeout",
|
|
176
176
|
query_mode: "Query Mode",
|
|
177
|
+
dispatch_strategy: "Dispatch Strategy",
|
|
177
178
|
max_retries: "Max Retries",
|
|
178
179
|
worker_pool_size: "Buffer Pool Size",
|
|
179
180
|
start_after_created: "Start After Created",
|
|
@@ -440,6 +441,9 @@ FROM
|
|
|
440
441
|
},
|
|
441
442
|
bigquery: {
|
|
442
443
|
dataset: "Dataset"
|
|
444
|
+
},
|
|
445
|
+
quasardb: {
|
|
446
|
+
health_check_table: "Health Check Table"
|
|
443
447
|
}
|
|
444
448
|
}, a = {
|
|
445
449
|
common: {
|
|
@@ -447,6 +451,7 @@ FROM
|
|
|
447
451
|
health_check_timeout: "健康检查超时",
|
|
448
452
|
health_check_interval_jitter: "健康检查间隔抖动",
|
|
449
453
|
query_mode: "请求模式",
|
|
454
|
+
dispatch_strategy: "调度策略",
|
|
450
455
|
max_retries: "最大重试次数",
|
|
451
456
|
worker_pool_size: "缓存池大小",
|
|
452
457
|
start_after_created: "创建后立即启动",
|
|
@@ -713,6 +718,9 @@ FROM
|
|
|
713
718
|
},
|
|
714
719
|
bigquery: {
|
|
715
720
|
dataset: "数据集"
|
|
721
|
+
},
|
|
722
|
+
quasardb: {
|
|
723
|
+
health_check_table: "健康检查表"
|
|
716
724
|
}
|
|
717
725
|
}, o = {
|
|
718
726
|
common: {
|
|
@@ -780,7 +788,13 @@ FROM
|
|
|
780
788
|
retry_interval: "Message Retry Interval",
|
|
781
789
|
max_inflight: "Max Inflight",
|
|
782
790
|
static_clientids: "Static ClientId Entries",
|
|
783
|
-
dsn: "Data Source Name (DSN)"
|
|
791
|
+
dsn: "Data Source Name (DSN)",
|
|
792
|
+
service_account_email: "Service Account Email",
|
|
793
|
+
gcp_project_id: "GCP Project ID",
|
|
794
|
+
gcp_project_number: "GCP Project Number",
|
|
795
|
+
gcp_wif_pool_id: "Workload Identity Pool ID",
|
|
796
|
+
gcp_wif_pool_provider_id: "Workload Identity Provider ID",
|
|
797
|
+
audience: "OAuth Request Audience"
|
|
784
798
|
},
|
|
785
799
|
kafka_producer: {
|
|
786
800
|
kerberos_principal: "Kerberos Principal",
|
|
@@ -792,6 +806,8 @@ FROM
|
|
|
792
806
|
enable_pipelining: "HTTP Pipelining"
|
|
793
807
|
},
|
|
794
808
|
gcp_pubsub_producer: {
|
|
809
|
+
authentication_type: "Authentication Type",
|
|
810
|
+
authentication_initial_token_type: "Credential Type",
|
|
795
811
|
query_mode: "Query Mode",
|
|
796
812
|
batch_size: "Batch Size"
|
|
797
813
|
},
|
|
@@ -805,7 +821,9 @@ FROM
|
|
|
805
821
|
},
|
|
806
822
|
redis: {
|
|
807
823
|
parameters: "Redis Mode",
|
|
808
|
-
sentinel: "Sentinel Mode"
|
|
824
|
+
sentinel: "Sentinel Mode",
|
|
825
|
+
sentinel_username: "Sentinel Username",
|
|
826
|
+
sentinel_password: "Sentinel Password"
|
|
809
827
|
},
|
|
810
828
|
mongodb: {
|
|
811
829
|
parameters: "MongoDB Mode",
|
|
@@ -827,7 +845,8 @@ FROM
|
|
|
827
845
|
min_heartbeat_frequency_ms: "Minimum Heartbeat Period"
|
|
828
846
|
},
|
|
829
847
|
influxdb: {
|
|
830
|
-
parameters: "Version of InfluxDB"
|
|
848
|
+
parameters: "Version of InfluxDB",
|
|
849
|
+
ping_with_auth: "Ping With Auth"
|
|
831
850
|
},
|
|
832
851
|
iotdb: {
|
|
833
852
|
base_url: "IoTDB REST Service Base URL",
|
|
@@ -843,8 +862,11 @@ FROM
|
|
|
843
862
|
server: "Server"
|
|
844
863
|
},
|
|
845
864
|
mqtt: {
|
|
865
|
+
keepalive: "MQTT Keepalive",
|
|
866
|
+
tcp_opts_keepalive: "TCP Keepalive",
|
|
846
867
|
node: "EMQX Node",
|
|
847
|
-
ids: "Static Client IDs"
|
|
868
|
+
ids: "Static Client IDs",
|
|
869
|
+
buffer: "TCP Connection Buffer Size"
|
|
848
870
|
},
|
|
849
871
|
cassandra: {
|
|
850
872
|
keyspace: "Keyspace"
|
|
@@ -863,6 +885,8 @@ FROM
|
|
|
863
885
|
region: "DynamoDB Region"
|
|
864
886
|
},
|
|
865
887
|
gcp_pubsub_consumer: {
|
|
888
|
+
authentication_type: "Authentication Type",
|
|
889
|
+
authentication_initial_token_type: "Credential Type",
|
|
866
890
|
pull_max_messages: "Maximum Messages to Pull"
|
|
867
891
|
},
|
|
868
892
|
hstreamdb: {
|
|
@@ -947,6 +971,10 @@ FROM
|
|
|
947
971
|
quasardb: {
|
|
948
972
|
uri: "URI",
|
|
949
973
|
cluster_public_key: "Cluster Public Key"
|
|
974
|
+
},
|
|
975
|
+
bigquery: {
|
|
976
|
+
authentication_type: "Authentication Type",
|
|
977
|
+
authentication_initial_token_type: "Credential Type"
|
|
950
978
|
}
|
|
951
979
|
}, r = {
|
|
952
980
|
common: {
|
|
@@ -1014,7 +1042,13 @@ FROM
|
|
|
1014
1042
|
retry_interval: "消息重发间隔",
|
|
1015
1043
|
max_inflight: "飞行窗口",
|
|
1016
1044
|
static_clientids: "静态客户端 ID 映射表",
|
|
1017
|
-
dsn: "数据源名称"
|
|
1045
|
+
dsn: "数据源名称",
|
|
1046
|
+
service_account_email: "服务账号邮箱",
|
|
1047
|
+
gcp_project_id: "GCP 项目 ID",
|
|
1048
|
+
gcp_project_number: "GCP 项目编号",
|
|
1049
|
+
gcp_wif_pool_id: "工作负载身份池 ID",
|
|
1050
|
+
gcp_wif_pool_provider_id: "工作负载身份提供商 ID",
|
|
1051
|
+
audience: "OAuth 请求受众 (Audience)"
|
|
1018
1052
|
},
|
|
1019
1053
|
kafka_producer: {
|
|
1020
1054
|
kerberos_principal: "Kerberos Principal",
|
|
@@ -1026,8 +1060,10 @@ FROM
|
|
|
1026
1060
|
enable_pipelining: "HTTP 管道"
|
|
1027
1061
|
},
|
|
1028
1062
|
gcp_pubsub_producer: {
|
|
1063
|
+
authentication_type: "认证类型",
|
|
1029
1064
|
query_mode: "请求模式",
|
|
1030
|
-
batch_size: "最大批量请求大小"
|
|
1065
|
+
batch_size: "最大批量请求大小",
|
|
1066
|
+
authentication_initial_token_type: "凭证类型"
|
|
1031
1067
|
},
|
|
1032
1068
|
azure_event_hub_producer: {
|
|
1033
1069
|
bootstrap_hosts: "引导主机",
|
|
@@ -1039,7 +1075,9 @@ FROM
|
|
|
1039
1075
|
},
|
|
1040
1076
|
redis: {
|
|
1041
1077
|
parameters: "部署模式",
|
|
1042
|
-
sentinel: "哨兵模式"
|
|
1078
|
+
sentinel: "哨兵模式",
|
|
1079
|
+
sentinel_username: "Sentinel 用户名",
|
|
1080
|
+
sentinel_password: "Sentinel 密码"
|
|
1043
1081
|
},
|
|
1044
1082
|
mongodb: {
|
|
1045
1083
|
parameters: "部署模式",
|
|
@@ -1061,7 +1099,8 @@ FROM
|
|
|
1061
1099
|
min_heartbeat_frequency_ms: "最小心跳周期"
|
|
1062
1100
|
},
|
|
1063
1101
|
influxdb: {
|
|
1064
|
-
parameters: "InfluxDB 版本"
|
|
1102
|
+
parameters: "InfluxDB 版本",
|
|
1103
|
+
ping_with_auth: "Ping 请求携带认证"
|
|
1065
1104
|
},
|
|
1066
1105
|
iotdb: {
|
|
1067
1106
|
base_url: "IoTDB REST 服务基础 URL",
|
|
@@ -1077,8 +1116,11 @@ FROM
|
|
|
1077
1116
|
server: "服务器地址"
|
|
1078
1117
|
},
|
|
1079
1118
|
mqtt: {
|
|
1119
|
+
keepalive: "MQTT Keepalive",
|
|
1120
|
+
tcp_opts_keepalive: "TCP Keepalive",
|
|
1080
1121
|
node: "节点名称",
|
|
1081
|
-
ids: "客户端 ID 列表"
|
|
1122
|
+
ids: "客户端 ID 列表",
|
|
1123
|
+
buffer: "TCP 连接缓冲区大小"
|
|
1082
1124
|
},
|
|
1083
1125
|
cassandra: {
|
|
1084
1126
|
keyspace: "Keyspace"
|
|
@@ -1097,7 +1139,9 @@ FROM
|
|
|
1097
1139
|
region: "DynamoDB 区域"
|
|
1098
1140
|
},
|
|
1099
1141
|
gcp_pubsub_consumer: {
|
|
1100
|
-
|
|
1142
|
+
authentication_type: "认证类型",
|
|
1143
|
+
pull_max_messages: "拉取的最大消息数",
|
|
1144
|
+
authentication_initial_token_type: "凭证类型"
|
|
1101
1145
|
},
|
|
1102
1146
|
hstreamdb: {
|
|
1103
1147
|
grpc_timeout: "gRPC 超时"
|
|
@@ -1181,6 +1225,10 @@ FROM
|
|
|
1181
1225
|
quasardb: {
|
|
1182
1226
|
uri: "URI",
|
|
1183
1227
|
cluster_public_key: "集群公钥"
|
|
1228
|
+
},
|
|
1229
|
+
bigquery: {
|
|
1230
|
+
authentication_type: "认证类型",
|
|
1231
|
+
authentication_initial_token_type: "凭证类型"
|
|
1184
1232
|
}
|
|
1185
1233
|
}, s = {
|
|
1186
1234
|
authn: {
|
|
@@ -1252,6 +1300,8 @@ HGETALL mqtt_acl:\${username}`
|
|
|
1252
1300
|
}, i = {
|
|
1253
1301
|
async: "Async",
|
|
1254
1302
|
sync: "Sync",
|
|
1303
|
+
per_clientid: "Per Client ID",
|
|
1304
|
+
random: "Random",
|
|
1255
1305
|
get: "GET",
|
|
1256
1306
|
post: "POST",
|
|
1257
1307
|
delete: "DELETE",
|
|
@@ -1333,10 +1383,15 @@ HGETALL mqtt_acl:\${username}`
|
|
|
1333
1383
|
sql_sql_dialect_tree: "Tree Model",
|
|
1334
1384
|
sql_sql_dialect_table: "Table Model",
|
|
1335
1385
|
parameters_action_parameters_tree: "Tree Model",
|
|
1336
|
-
parameters_action_parameters_table: "Table Model"
|
|
1386
|
+
parameters_action_parameters_table: "Table Model",
|
|
1387
|
+
authentication_auth_service_account_json: "Service Account JSON",
|
|
1388
|
+
authentication_auth_wif: "Workload Identity Federation (WIF)",
|
|
1389
|
+
oidc_client_credentials: "OIDC Client Credentials"
|
|
1337
1390
|
}, n = {
|
|
1338
1391
|
async: "异步",
|
|
1339
1392
|
sync: "同步",
|
|
1393
|
+
per_clientid: "按客户端 ID",
|
|
1394
|
+
random: "随机",
|
|
1340
1395
|
get: "GET",
|
|
1341
1396
|
post: "POST",
|
|
1342
1397
|
delete: "DELETE",
|
|
@@ -1418,7 +1473,10 @@ HGETALL mqtt_acl:\${username}`
|
|
|
1418
1473
|
sql_sql_dialect_tree: "树模型",
|
|
1419
1474
|
sql_sql_dialect_table: "表模型",
|
|
1420
1475
|
parameters_action_parameters_tree: "树模型",
|
|
1421
|
-
parameters_action_parameters_table: "表模型"
|
|
1476
|
+
parameters_action_parameters_table: "表模型",
|
|
1477
|
+
authentication_auth_service_account_json: "服务账号 JSON",
|
|
1478
|
+
authentication_auth_wif: "工作负载身份联合 (WIF)",
|
|
1479
|
+
oidc_client_credentials: "OIDC 客户端凭证"
|
|
1422
1480
|
}, c = {
|
|
1423
1481
|
common: {
|
|
1424
1482
|
auto_restart_interval: "资源断开以后,自动重连的时间间隔。",
|
|
@@ -1429,6 +1487,7 @@ HGETALL mqtt_acl:\${username}`
|
|
|
1429
1487
|
health_check_interval_jitter: "在健康检查间隔中添加一个均匀的随机延迟,以便使用同一连接器的动作和 Source 在不同时间点开始其健康检查。",
|
|
1430
1488
|
inflight_window: "请求飞行队列窗口大小。当请求模式为异步时,如果需要严格保证来自同一 MQTT 客户端的消息有序,则必须将此值设为 1。",
|
|
1431
1489
|
query_mode: "请求模式。可选 '同步/异步',默认为'异步'模式。",
|
|
1490
|
+
dispatch_strategy: "当请求未显式设置 pick key 时的分发策略。默认值 <code>按客户端 ID</code> 保持现有行为;设置为 <code>随机</code> 时,此类请求会随机分散到多个 worker。",
|
|
1432
1491
|
request_ttl: "从请求进入缓冲区开始计时,如果请求在规定的时间内仍停留在缓冲区内或者已发送但未能及时收到响应或确认,该请求将被视为过期。",
|
|
1433
1492
|
start_timeout: "在回复资源创建请求前等待资源进入健康状态的时间。",
|
|
1434
1493
|
worker_pool_size: "缓存队列 worker 数量。仅对 egress 类型的桥接有意义。当桥接仅有 ingress 方向时,可设置为 0,否则必须大于 0。",
|
|
@@ -1469,7 +1528,8 @@ HGETALL mqtt_acl:\${username}`
|
|
|
1469
1528
|
max_row_group_bytes: "行组大小超过此值时,将刷新行组。 实际触发行组刷新使用缓冲数据大小的估计值,因为实际输出可能与原始输入数据大小不同。",
|
|
1470
1529
|
name: "Schema Registry 中的 Avro Schema 名称。",
|
|
1471
1530
|
default_compression: "用于压缩 Parquet 行组中数据页的默认算法。",
|
|
1472
|
-
def: "JSON 格式的 Avro Schema。"
|
|
1531
|
+
def: "JSON 格式的 Avro Schema。",
|
|
1532
|
+
audience: "指定请求 OAuth 访问令牌时提供的 `audience` 参数。"
|
|
1473
1533
|
},
|
|
1474
1534
|
mqtt: {
|
|
1475
1535
|
bridge_mode: "该设置仅适用于 MQTT 协议版本低于 5.0 的情况,且远程 MQTT 服务必须支持该功能。开启后,远端服务器将识别当前连接为一个桥接,消息回环检测更高效,收到的保留消息标志位会透传给本地。",
|
|
@@ -1542,7 +1602,8 @@ HGETALL mqtt_acl:\${username}`
|
|
|
1542
1602
|
org: "InfluxDB 组织名称。",
|
|
1543
1603
|
bucket: "InfluxDB bucket 名称。",
|
|
1544
1604
|
write_syntax: "使用 InfluxDB API Line Protocol 写入 InfluxDB 的数据,支持占位符,参考 [InfluxDB 2.3 Line Protocol](https://docs.influxdata.com/influxdb/v2.3/reference/syntax/line-protocol/) 及 [InfluxDB 1.8 Line Protocol](https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_tutorial/) <br/>TLDR: <br/>```<measurement>[,<tag_key>=<tag_value>[,<tag_key>=<tag_value>]] <field_key>=<field_value>[,<field_key>=<field_value>] [<timestamp>]```<br/>注意,整形数值占位符后需要添加一个字符 `i` 类型标识。例如 `${'{'}payload.int_value{'}'}i`",
|
|
1545
|
-
precision: "InfluxDB 时间精度。"
|
|
1605
|
+
precision: "InfluxDB 时间精度。",
|
|
1606
|
+
ping_with_auth: "控制 EMQX 在发送 /ping 健康检查请求时是否附带连接器认证信息。如果你的 InfluxDB 服务要求 /ping 也进行认证,请启用此项。默认值为 false,即保持原有行为,不在 /ping 请求中附带认证信息。"
|
|
1546
1607
|
},
|
|
1547
1608
|
datalayers: {
|
|
1548
1609
|
write_syntax: "Datalayers 采用与 InfluxDB v1 完全兼容的行协议,为用户提供了熟悉且高效的数据写入方式。虽然兼容InfluxDB v1 的语法,但 Datalayers 在底层实现上有其独特之处,以优化性能和适应其特定的存储结构。参考 [InfluxDB Line Protocol](https://docs.datalayers.cn/datalayers/latest/development-guide/writing-with-influxdb-line-protocol.html)",
|
|
@@ -1652,6 +1713,8 @@ HGETALL mqtt_acl:\${username}`
|
|
|
1652
1713
|
server: "将要连接的 IPv4 或 IPv6 地址,或者主机名。<br/>主机名具有以下形式:`Host[:Port]`。<br/>如果未指定 `[:Port]`,则使用 Redis 默认端口 6379。",
|
|
1653
1714
|
servers: "集群将要连接的节点列表。 节点之间用逗号分隔,如:`Node[,Node].`<br/>每个节点的配置为:将要连接的 IPv4 或 IPv6 地址或主机名。<br/>主机名具有以下形式:`Host[:Port]`。<br/>如果未指定 `[:Port]`,则使用 Redis 默认端口 6379。",
|
|
1654
1715
|
sentinel: "哨兵模式。当 Redis 服务运行在哨兵模式下,该配置必须设置为 'sentinel'。",
|
|
1716
|
+
sentinel_username: "用于向 Redis Sentinel 进行身份认证的用户名。若 Sentinel 不需要 ACL 用户名认证,请留空。",
|
|
1717
|
+
sentinel_password: "用于向 Redis Sentinel 进行身份认证的密码。若 Sentinel 不需要认证,请留空。",
|
|
1655
1718
|
command_template: "用于推送数据的 Redis 命令模板。 每个列表元素代表一个命令名称或其参数。<br/>例如,要通过键 `msgs` 将消息体推送到 Redis 列表中,数组元素应该是: `rpush`, `msgs`, `${'{'}payload{'}'}`。"
|
|
1656
1719
|
},
|
|
1657
1720
|
rocketmq: {
|
|
@@ -1862,6 +1925,9 @@ HGETALL mqtt_acl:\${username}`
|
|
|
1862
1925
|
},
|
|
1863
1926
|
s3tables: {
|
|
1864
1927
|
s_3_client_transport_options_request_timeout: "向 S3 服务发起单次 HTTP 请求的最大等待时间,超时后会重试或失败。"
|
|
1928
|
+
},
|
|
1929
|
+
quasardb: {
|
|
1930
|
+
health_check_table: "在动作健康检查中使用的表名。目前,无法直接从 SQL 中推断表名。如果设置,此值将在 `SHOW TABLE <table>` 语句中用于在动作健康检查期间探测表的存在。"
|
|
1865
1931
|
}
|
|
1866
1932
|
}, l = {
|
|
1867
1933
|
common: {
|
|
@@ -1875,6 +1941,7 @@ When disabled the messages are buffered in RAM only.`,
|
|
|
1875
1941
|
health_check_interval_jitter: "A uniform random delay to be added to health check interval, so that Actions and Sources from the same Connector start their health checks at different instants.",
|
|
1876
1942
|
inflight_window: "Query inflight window. When query_mode is set to async, this config has to be set to 1 if messages from the same MQTT client have to be strictly ordered.",
|
|
1877
1943
|
query_mode: "Query mode. Optional 'sync/async', default 'async'.",
|
|
1944
|
+
dispatch_strategy: "The strategy for dispatching queries when a query does not set an explicit pick key. The default value <code>per_clientid</code> preserves the existing behavior. Set to <code>random</code> to spread such queries across multiple workers.",
|
|
1878
1945
|
request_ttl: "Starting from the moment when the request enters the buffer, if the request remains in the buffer for the specified time or is sent but does not receive a response or acknowledgement in time, the request is considered expired.",
|
|
1879
1946
|
start_timeout: "Time interval to wait for an auto-started resource to become healthy before responding resource creation requests.",
|
|
1880
1947
|
worker_pool_size: `The number of buffer workers. Only applicable for egress type bridges.
|
|
@@ -1915,7 +1982,8 @@ For bridges only have ingress direction data flow, it can be set to 0 otherwise
|
|
|
1915
1982
|
max_row_group_bytes: "The size above which row groups are flushed. The actual triggering of row group flushes uses estimates of the buffered data sizes, since the actual output may differ in size from the raw input data size.",
|
|
1916
1983
|
name: "Avro schema name that lives in Schema Registry.",
|
|
1917
1984
|
default_compression: "The default algorithm to use for compressing data pages in Parquet row groups.",
|
|
1918
|
-
def: "Avro schema definition in JSON format."
|
|
1985
|
+
def: "Avro schema definition in JSON format.",
|
|
1986
|
+
audience: "Specify the `audience` to be provided when requesting the OAuth access token."
|
|
1919
1987
|
},
|
|
1920
1988
|
mqtt: {
|
|
1921
1989
|
bridge_mode: "This setting is only for MQTT protocol version older than 5.0, and the remote MQTT broker MUST support this feature. After being enabled, the remote broker will recognize the current connection as a bridge, that loop detection will be more effective and that retained messages will be propagated correctly.",
|
|
@@ -1988,7 +2056,8 @@ For bridges only have ingress direction data flow, it can be set to 0 otherwise
|
|
|
1988
2056
|
org: "Organization name of InfluxDB.",
|
|
1989
2057
|
bucket: "InfluxDB bucket name.",
|
|
1990
2058
|
write_syntax: "Conf of InfluxDB line protocol to write data points. It is a text-based format that provides the measurement, tag set, field set, and timestamp of a data point, and placeholder supported. See also [InfluxDB 2.3 Line Protocol](https://docs.influxdata.com/influxdb/v2.3/reference/syntax/line-protocol/) and [InfluxDB 1.8 Line Protocol](https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_tutorial/) <br/>TLDR:<br/>```<measurement>[,<tag_key>=<tag_value>[,<tag_key>=<tag_value>]] <field_key>=<field_value>[,<field_key>=<field_value>] [<timestamp>]```<br/>Please note that a placeholder for an integer value must be annotated with a suffix `i`. For example `${'{'}payload.int_value{'}'}i`.",
|
|
1991
|
-
precision: "InfluxDB time precision."
|
|
2059
|
+
precision: "InfluxDB time precision.",
|
|
2060
|
+
ping_with_auth: "Controls whether EMQX includes connector credentials in /ping health-check requests. Enable this option if your InfluxDB service requires authentication on /ping. The default is false, which preserves the previous behavior and sends /ping without authentication."
|
|
1992
2061
|
},
|
|
1993
2062
|
datalayers: {
|
|
1994
2063
|
write_syntax: "Datalayers adopts a line protocol fully compatible with InfluxDB v1, providing users with a familiar and efficient method for data ingestion. While compatible with InfluxDB v1 syntax, Datalayers has its unique characteristics in its underlying implementation to optimize performance and adapt to its specific storage structure. For more information, refer to [InfluxDB Line Protocol](https://docs.datalayers.cn/datalayers/latest/development-guide/writing-with-influxdb-line-protocol.html).",
|
|
@@ -2100,6 +2169,8 @@ Note: this parameter only takes effect when the <code>Driver Type</code> set to
|
|
|
2100
2169
|
server: "The IPv4 or IPv6 address or the hostname to connect to.<br/>A host entry has the following form: `Host[:Port]`.<br/>The Redis default port 6379 is used if `[:Port]` is not specified.",
|
|
2101
2170
|
servers: "A Node list for Cluster to connect to. The nodes should be separated with commas, such as: `Node[,Node].`<br/>For each Node should be: The IPv4 or IPv6 address or the hostname to connect to.<br/>A host entry has the following form: `Host[:Port]`.<br/>The Redis default port 6379 is used if `[:Port]` is not specified.",
|
|
2102
2171
|
sentinel: "Sentinel mode. Must be set to 'sentinel' when Redis server is running in sentinel mode.",
|
|
2172
|
+
sentinel_username: "Username used to authenticate with Redis Sentinel. Leave it unset when Sentinel does not require ACL username authentication.",
|
|
2173
|
+
sentinel_password: "Password used to authenticate with Redis Sentinel. Leave it unset when Sentinel does not require authentication.",
|
|
2103
2174
|
command_template: "Redis command template used to export messages. Each list element stands for a command name or its argument.<br/>For example, to push payloads in a Redis list by key `msgs`, the elements should be the following:<br/>`rpush`, `msgs`, `${'{'}payload{'}'}`."
|
|
2104
2175
|
},
|
|
2105
2176
|
rocketmq: {
|
|
@@ -2313,6 +2384,9 @@ Default: 1, i.e., the primary shard.`,
|
|
|
2313
2384
|
},
|
|
2314
2385
|
s3tables: {
|
|
2315
2386
|
s_3_client_transport_options_request_timeout: "The maximum time allowed for a single HTTP request to the S3 service. If exceeded, the request will be retried or fail."
|
|
2387
|
+
},
|
|
2388
|
+
quasardb: {
|
|
2389
|
+
health_check_table: "Table name to use in Action health checks. Currently, it's not possible to infer the table name directly from the SQL. If set, this value will be used in a `SHOW TABLE <table>` statement to probe the table existence during Action health checks."
|
|
2316
2390
|
}
|
|
2317
2391
|
}, d = {
|
|
2318
2392
|
title: "Streaming (beta)",
|
|
@@ -2389,7 +2463,7 @@ Default: 1, i.e., the primary shard.`,
|
|
|
2389
2463
|
total_messages_in_rate: "Messages In",
|
|
2390
2464
|
total_messages_out_rate: "Messages Out"
|
|
2391
2465
|
}
|
|
2392
|
-
},
|
|
2466
|
+
}, u = {
|
|
2393
2467
|
title: "Streaming (beta)",
|
|
2394
2468
|
streams: "Streams",
|
|
2395
2469
|
streamName: "Stream 名称",
|
|
@@ -2463,7 +2537,7 @@ Default: 1, i.e., the primary shard.`,
|
|
|
2463
2537
|
total_messages_in_rate: "消息流入速率",
|
|
2464
2538
|
total_messages_out_rate: "消息流出速率"
|
|
2465
2539
|
}
|
|
2466
|
-
},
|
|
2540
|
+
}, m = {
|
|
2467
2541
|
title: "ストリーミング(ベータ)",
|
|
2468
2542
|
streams: "ストリーム",
|
|
2469
2543
|
streamName: "ストリーム名",
|
|
@@ -3095,7 +3169,7 @@ export {
|
|
|
3095
3169
|
x as jaFlow,
|
|
3096
3170
|
g as jaRuleFunction,
|
|
3097
3171
|
k as jaRuleSQL,
|
|
3098
|
-
|
|
3172
|
+
m as jaStreaming,
|
|
3099
3173
|
a as zhActionsLabel,
|
|
3100
3174
|
S as zhAiLog,
|
|
3101
3175
|
h as zhCommon,
|
|
@@ -3104,6 +3178,6 @@ export {
|
|
|
3104
3178
|
c as zhIntegrationDesc,
|
|
3105
3179
|
b as zhRuleFunction,
|
|
3106
3180
|
v as zhRuleSQL,
|
|
3107
|
-
|
|
3181
|
+
u as zhStreaming,
|
|
3108
3182
|
n as zhSymbolLabel
|
|
3109
3183
|
};
|