@emqx/shared-ui-i18n 0.0.70 → 0.0.71
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 +23 -5
- package/dist/index.umd.cjs +17 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -818,7 +818,8 @@ FROM
|
|
|
818
818
|
gcp_project_number: "GCP Project Number",
|
|
819
819
|
gcp_wif_pool_id: "Workload Identity Pool ID",
|
|
820
820
|
gcp_wif_pool_provider_id: "Workload Identity Provider ID",
|
|
821
|
-
audience: "OAuth Request Audience"
|
|
821
|
+
audience: "OAuth Request Audience",
|
|
822
|
+
ciphers: "Cipher Suites"
|
|
822
823
|
},
|
|
823
824
|
kafka_producer: {
|
|
824
825
|
authentication_endpoint: "Roles Anywhere Endpoint",
|
|
@@ -1084,7 +1085,8 @@ FROM
|
|
|
1084
1085
|
gcp_project_number: "GCP 项目编号",
|
|
1085
1086
|
gcp_wif_pool_id: "工作负载身份池 ID",
|
|
1086
1087
|
gcp_wif_pool_provider_id: "工作负载身份提供商 ID",
|
|
1087
|
-
audience: "OAuth 请求受众 (Audience)"
|
|
1088
|
+
audience: "OAuth 请求受众 (Audience)",
|
|
1089
|
+
ciphers: "加密套件"
|
|
1088
1090
|
},
|
|
1089
1091
|
kafka_producer: {
|
|
1090
1092
|
authentication_endpoint: "Roles Anywhere 端点",
|
|
@@ -1913,6 +1915,14 @@ HGETALL mqtt_acl:\${username}`
|
|
|
1913
1915
|
partition_key: "与发布的消息关联的 Amazon Kinesis 分区键。支持 ${'{'}var{'}'} 格式的占位符。"
|
|
1914
1916
|
},
|
|
1915
1917
|
greptimedb: {
|
|
1918
|
+
ciphers: `此配置保存由逗号分隔的 TLS 密码套件名称。支持的套件如下
|
|
1919
|
+
- TLS_AES_256_GCM_SHA384
|
|
1920
|
+
- TLS_AES_128_GCM_SHA256
|
|
1921
|
+
- TLS_CHACHA20_POLY1305_SHA256
|
|
1922
|
+
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
|
|
1923
|
+
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
|
|
1924
|
+
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
|
1925
|
+
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256`,
|
|
1916
1926
|
server: "要连接的 IPv4 或 IPv6 地址或主机名。<br/>\n主机条目的格式为:`Host[:Port]`。",
|
|
1917
1927
|
dbname: "GreptimeDB 数据库名称。",
|
|
1918
1928
|
precision: "GreptimeDB 时间精度。",
|
|
@@ -2397,7 +2407,15 @@ This value is to specify the size of each on-disk buffer file.`,
|
|
|
2397
2407
|
precision: "GreptimeDB time precision.",
|
|
2398
2408
|
write_syntax: "Conf of GreptimeDB gRPC protocol to write data points. Write syntax is a text-based format that provides the measurement, tag set, field set, and timestamp of a data point, and placeholder supported, which is the same as InfluxDB line protocol.\nSee also [InfluxDB 2.3 Line Protocol](https://docs.influxdata.com/influxdb/v2.3/reference/syntax/line-protocol/) and\n[InfluxDB 1.8 Line Protocol](https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_tutorial/) <br/>\nTLDR:<br/>\n```\n<measurement>[,<tag_key>=<tag_value>[,<tag_key>=<tag_value>]] <field_key>=<field_value>[,<field_key>=<field_value>] [<timestamp>]\n```\nPlease note that a placeholder for an integer value must be annotated with a suffix `i`. For example `${'{'}payload.int_value{'}'}i`.",
|
|
2399
2409
|
ttl: "The time-to-live setting for automatically created tables in GreptimeDB.",
|
|
2400
|
-
ts_column: "If defined, specifies a custom timestamp column name that will appear when querying."
|
|
2410
|
+
ts_column: "If defined, specifies a custom timestamp column name that will appear when querying.",
|
|
2411
|
+
ciphers: `This config holds TLS cipher suite names separated by comma. The supported suites are as follows
|
|
2412
|
+
- TLS_AES_256_GCM_SHA384
|
|
2413
|
+
- TLS_AES_128_GCM_SHA256
|
|
2414
|
+
- TLS_CHACHA20_POLY1305_SHA256
|
|
2415
|
+
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
|
|
2416
|
+
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
|
|
2417
|
+
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
|
2418
|
+
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256`
|
|
2401
2419
|
},
|
|
2402
2420
|
syskeeper_proxy: {
|
|
2403
2421
|
listen: "The listening address for this Syskeeper proxy server",
|
|
@@ -3186,7 +3204,7 @@ Default: 1, i.e., the primary shard.`,
|
|
|
3186
3204
|
checkoutTimeoutDesc: "Timeout for the checkout from connection pool for a request to the AI provider.",
|
|
3187
3205
|
confirm: "Confirm",
|
|
3188
3206
|
baseURLDesc: "The default value is {url}, or you can use any base URL that works with the {name} API format."
|
|
3189
|
-
},
|
|
3207
|
+
}, A = {
|
|
3190
3208
|
guideSourceNodeLabel: "ソース",
|
|
3191
3209
|
guideSourceNodeDesc: "複数のノードをドラッグしてメッセージとイベント入力を選択",
|
|
3192
3210
|
guideProcessingNodeLabel: "処理(任意)",
|
|
@@ -3258,7 +3276,7 @@ export {
|
|
|
3258
3276
|
d as enStreaming,
|
|
3259
3277
|
i as enSymbolLabel,
|
|
3260
3278
|
_ as jaCommon,
|
|
3261
|
-
|
|
3279
|
+
A as jaFlow,
|
|
3262
3280
|
g as jaRuleFunction,
|
|
3263
3281
|
k as jaRuleSQL,
|
|
3264
3282
|
m as jaStreaming,
|
package/dist/index.umd.cjs
CHANGED
|
@@ -25,7 +25,7 @@ FROM
|
|
|
25
25
|
"t/#"`,input:{x:8},outputs:{x:7}},{title:{zh:"数组处理 - 从 JSON 格式的 payload 中获取嵌套的值",en:"Array - Get nested values from JSON-formatted payload"},scene:{zh:"处理 JSON 格式的 payload,从嵌套格式中获取所需要的值。",en:"Process JSON-formatted payload and get the values needed from the nested format."},sql:`SELECT
|
|
26
26
|
payload.data[1].id as id
|
|
27
27
|
FROM
|
|
28
|
-
"t/#"`,input:{data:[{id:1,name:"steve"},{id:2,name:"bill"}]},outputs:{id:1}}],a={common:{health_check_interval:"Health Check Interval",health_check_interval_jitter:"Health Check Interval Jitter",health_check_timeout:"Health Check Timeout",query_mode:"Query Mode",dispatch_strategy:"Dispatch Strategy",max_retries:"Max Retries",worker_pool_size:"Buffer Pool Size",start_after_created:"Start After Created",start_timeout:"Start Timeout",request_ttl:"Request TTL",inflight_window:"Inflight Window",max_buffer_bytes:"Max Buffer Queue Size",sql:"SQL Template",batch_size:"Batch Size",topic:"Kafka Topic",key:"Message Key",value:"Message Value",compression:"Compression",partition_strategy:"Partition Strategy",kafka_headers:"Kafka Headers",kafka_ext_headers:"More Kafka Headers",kafka_ext_header_key:"Key",kafka_ext_header_value:"Value",kafka_header_value_encode_mode:"Kafka Header Value Encode Mode",max_batch_bytes:"Max Batch Bytes",required_acks:"Required Acks",partition_count_refresh_interval:"Partition Count Refresh Interval",max_inflight:"Max Inflight",mode:"Buffer Mode",per_partition_limit:"Per-partition Buffer Limit",segment_bytes:"Segment File Bytes",memory_overload_protection:"Memory Overload Protection",sync_query_timeout:"Synchronous Query Timeout",template:"Message Template",partitions_limit:"Partitions Limit",precision:"Time Precision",write_syntax:"Write Syntax",column_order:"Column Order",time_interval:"Time Interval",max_records:"Max Records",max_linger_time:"Max Linger Time",max_linger_bytes:"Max Linger Bytes",undefined_vars_as_null:"Undefined Vars As Null",fallback_actions:"Fallback Actions",min_part_size:"Min Part Size",max_part_size:"Max Part Size",schema:"Parquet Schema (Avro)",max_row_group_bytes:"Parquet Max Row Group Bytes",name:"Schema Name",default_compression:"Parquet Default Compression",def:"Schema Definition",table:"Table",qos:"QoS",retain:"Retain",payload:"Payload"},kafka_producer:{timestamp:"Message Timestamp",kafka_ext_header_key:"Kafka Header Key",kafka_ext_header_value:"Kafka Header Value"},http:{body:"Body",headers:"Headers",method:"Method",path:"URL Path"},azure_event_hub_producer:{topic:"Event Hub Name",key:"Message Key",value:"Message Value",partition_strategy:"Partition Strategy",required_acks:"Required Acks",kafka_headers:"Azure Event Hubs Headers",kafka_ext_headers:"Extra Azure Event Hubs headers",kafka_header_value_encode_mode:"Azure Event Hubs headers value encode mode",partition_count_refresh_interval:"Partition Count Refresh Interval",max_inflight:"Max Inflight",mode:"Buffer Mode",per_partition_limit:"Per-partition Buffer Limit",segment_bytes:"Segment File Bytes",memory_overload_protection:"Memory Overload Protection",max_batch_bytes:"Max Batch Bytes",query_mode:"Query mode"},gcp_pubsub_producer:{attributes_template:"Attributes Template",pubsub_topic:"GCP PubSub Topic",ordering_key_template:"Ordering Key template",payload_template:"Payload Template"},gcp_pubsub_consumer:{topic:"GCP PubSub Topic"},syskeeper_forwarder:{target_topic:"Topic",target_qos:"QoS"},redis:{command_template:"Redis Command Template"},mongodb:{collection:"Collection",payload_template:"Payload template"},iotdb:{device_id:"Device ID",is_aligned:"Align Timeseries",data:"Write Data",timestamp:"Timestamp",measurement:"Measurement",data_type:"Data Type",value:"Value",parameters:"SQL Dialect",write_to_table:"Write to Table",column_category:"Column Category"},mqtt:{topic:"Topic",retain_as_published:"Retain As Published"},azure_event_grid:{topic:"Topic"},elasticsearch:{parameters:"Action",index:"Index Name",id:"Document ID",doc:"Document Template",routing:"Routing",overwrite:"Overwrite Document",doc_as_upsert:"Enable Upsert"},cassandra:{cql:"CQL Template"},opents:{timestamp:"Timestamp",metric:"Metric",tags:"Tags",value:"Value",data:"Write Data"},hstreamdb:{stream:"Stream",partition_key:"Partition Key",grpc_flush_timeout:"gRPC Flush Interval",aggregation_pool_size:"Aggregation Pool Size",max_batches:"Max Batches",writer_pool_size:"Writer Pool Size",batch_interval:"Max Batch Interval",record_template:"Record Template",parameters_batch_size:"HStreamDB Batch Size"},kafka_consumer:{key_encoding_mode:"Key Encoding Mode",value_encoding_mode:"Value Encoding Mode",offset_reset_policy:"Offset Reset Policy",offset_commit_interval_seconds:"Offset Commit Interval",topic:"Kafka Topic",group_id:"Group ID",max_wait_time:"Max Wait Time"},rabbitmq:{exchange:"Exchange",routing_key:"Routing Key",delivery_mode:"Message Delivery Mode",wait_for_publish_confirmations:"Wait for Publish Confirmations",publish_confirmation_timeout:"Publish Confirmation Timeout",payload_template:"Payload Template",headers_template:"Headers Template",properties_template:"Properties Template"},pulsar:{pulsar_topic:"Pulsar Topic Name",strategy:"Partition Strategy",retention_period:"Retention Period",compression:"Compression",sync_timeout:"Sync Publish Timeout",send_buffer:"Socket Send Buffer Size",per_partition_limit:"Pulsar Per-partition Buffer Limit",message_key:"Message Key",message_value:"Message Value"},kinesis:{payload_template:"Payload template",stream_name:"Amazon Kinesis Stream",partition_key:"Partition key"},tdengine:{database:"Database Name"},rocketmq:{topic:"RocketMQ Topic",refresh_interval:"Topic Route Refresh Interval",send_buffer:"Send Buffer Size",sync_timeout:"Sync Timeout",strategy:"Produce Strategy",tag:"Tag",key:"Key"},clickhouse:{batch_value_separator:"Batch Value Separator"},s3:{bucket:"Bucket",acl:"ACL",content:"Object Content",key:"Object Key",parameters:"Upload Mode",type:"Aggregation Type",container:"Aggregation Upload Format"},azure_blob_storage:{parameters:"Upload Mode",content:"Object Content",type:"Aggregation Type",blob:"Blob Name",container:"Container",parameters_aggregation_container:"Aggregation Upload Format"},dynamo:{hash_key:"Hash Key",range_key:"Range Key"},snowflake:{mode:"Upload Mode",type:"Aggregation Upload Format",private_key:"Private Key",schema:"Schema",stage:"Stage",pipe:"Pipe",pipe_user:"Pipe User",proxy:"Proxy",host:"Proxy Host",port:"Proxy Port",max_inactive:"Max Inactive",private_key_password:"Private Key Password",parameters:"Upload Mode"},snowflake_streaming:{schema:"Schema",pipe:"Pipe"},tablestore:{storage_model_type:"Storage Model Type",table_name:"Table Name",measurement:"Measurement",tags:"Tags",fields:"Fields",data_source:"Data Source",timestamp:"Timestamp",meta_update_model:"Meta Update Model",column:"Column",isint:"Is Int",isbinary:"Is Binary"},disk_log:{write_mode:"Write Mode"},s3tables:{namespace:"Namespace",container:"Data File Format",type:"Data File Format",max_row_group_bytes:"Parquet Max Row Group Bytes"},bigquery:{dataset:"Dataset"},bigtable:{instance_id:"Instance ID",type:"Mutation Type",table_id:"Table ID",row_key:"Row Key",mutations:"Mutations",family_name:"Column Family",column_qualifier:"Column Qualifier",timestamp_micros:"Timestamp (microseconds)",value:"Value"},quasardb:{health_check_table:"Health Check Table"}},o={common:{health_check_interval:"健康检查间隔",health_check_timeout:"健康检查超时",health_check_interval_jitter:"健康检查间隔抖动",query_mode:"请求模式",dispatch_strategy:"调度策略",max_retries:"最大重试次数",worker_pool_size:"缓存池大小",start_after_created:"创建后立即启动",start_timeout:"启动超时时间",request_ttl:"请求超期",inflight_window:"请求飞行队列窗口",max_buffer_bytes:"缓存队列最大长度",sql:"SQL 模板",batch_size:"最大批量请求大小",topic:"Kafka 主题名称",key:"消息的键",value:"消息的值",compression:"压缩",partition_strategy:"分区选择策略",kafka_headers:"Kafka Headers",kafka_ext_headers:"更多的 Kafka Headers",kafka_ext_header_key:"键",kafka_ext_header_value:"值",kafka_header_value_encode_mode:"Kafka Headers 值编码类型",max_batch_bytes:"最大批量字节数",required_acks:"Kafka 确认数量",partition_count_refresh_interval:"分区数量刷新间隔",max_inflight:"飞行窗口",mode:"缓存模式",per_partition_limit:"Kafka 分区缓存上限",segment_bytes:"缓存文件大小",memory_overload_protection:"内存过载保护",sync_query_timeout:"同步查询超时时间",template:"消息模板",partitions_limit:"分区限制",precision:"时间精度",write_syntax:"写语句",column_order:"列排序",time_interval:"时间间隔",max_records:"最大记录数",max_linger_time:"最大延迟时间",max_linger_bytes:"最大延迟字节数",undefined_vars_as_null:"未定义变量作为 NULL",fallback_actions:"备选动作",min_part_size:"最小分块大小",max_part_size:"最大分块大小",schema:"Parquet Schema (Avro)",max_row_group_bytes:"Parquet 最大行组大小",name:"Schema 名称",default_compression:"Parquet 默认压缩算法",def:"Schema 定义",table:"表",qos:"QoS",retain:"Retain",payload:"消息模版"},kafka_producer:{timestamp:"消息的时间戳",kafka_ext_header_key:"Kafka Headers 键",kafka_ext_header_value:"Kafka Headers 值"},http:{body:"请求体",headers:"请求头",method:"请求方法",path:"URL 路径"},azure_event_hub_producer:{topic:"事件中心名称",key:"消息键",value:"消息值",partition_strategy:"分区策略",required_acks:"所需确认",kafka_headers:"Azure Event Hubs 头部",kafka_ext_headers:"额外的 Azure Event Hubs 头部信息",kafka_header_value_encode_mode:"Azure Event Hubs 头部值编码模式",partition_count_refresh_interval:"分区数刷新间隔",max_inflight:"最大传输数",mode:"缓冲区模式",per_partition_limit:"每个分区缓冲限制",segment_bytes:"段文件字节数",memory_overload_protection:"内存过载保护",max_batch_bytes:"最大批次字节数",query_mode:"查询模式"},gcp_pubsub_producer:{attributes_template:"属性模版",pubsub_topic:"GCP PubSub 主题",ordering_key_template:"排序键模板",payload_template:"HTTP 请求消息体模板"},gcp_pubsub_consumer:{topic:"GCP PubSub 主题"},syskeeper_forwarder:{target_topic:"主题",target_qos:"QoS"},redis:{command_template:"Redis 命令模板"},mongodb:{collection:"集合(Collection)",payload_template:"有效载荷模板"},iotdb:{device_id:"设备 ID",is_aligned:"对齐时间序列",data:"写入数据",timestamp:"时间戳",measurement:"字段",data_type:"数据类型",value:"值",write_to_table:"写入表",parameters:"SQL 方言",column_category:"列类别"},mqtt:{topic:"主题",retain_as_published:"保留发布时 Retain 标志"},azure_event_grid:{topic:"主题"},elasticsearch:{parameters:"操作",index:"索引名称",id:"文档 ID",doc:"文档模版",routing:"路由",overwrite:"是否覆盖文档",doc_as_upsert:"启用更新插入"},cassandra:{cql:"CQL 模板"},opents:{timestamp:"时间戳",metric:"度量",tags:"标签",value:"值",data:"写入数据"},hstreamdb:{stream:"Stream",partition_key:"分区键",grpc_flush_timeout:"gRPC 刷新间隔",aggregation_pool_size:"Record 聚合池大小",max_batches:"最大批次",writer_pool_size:"写入池大小",batch_interval:"最大批处理间隔",record_template:"Record 模板",parameters_batch_size:"HStreamDB 最大批量请求大小"},kafka_consumer:{key_encoding_mode:"Key 编码模式",value_encoding_mode:"Value 编码模式",offset_reset_policy:"偏移重置策略",offset_commit_interval_seconds:"偏移提交间隔",topic:"Kafka 主题名称",group_id:"消费组 ID",max_wait_time:"最大等待时间"},rabbitmq:{exchange:"交换机",routing_key:"路由键",delivery_mode:"消息传递模式",wait_for_publish_confirmations:"等待发布确认",publish_confirmation_timeout:"发布确认超时时间",payload_template:"有效载荷模板",headers_template:"Headers 模板",properties_template:"属性模版"},pulsar:{pulsar_topic:"Pulsar 主题名称",strategy:"分区选择策略",retention_period:"消息保留时间",compression:"压缩",sync_timeout:"同步发布超时",send_buffer:"Socket 发送缓存大小",per_partition_limit:"Pulsar 分区缓存上限",message_key:"消息的 Key",message_value:"消息的 Value"},kinesis:{payload_template:"载荷模板",stream_name:"Amazon Kinesis 流",partition_key:"分区键"},tdengine:{database:"数据库名字"},rocketmq:{topic:"RocketMQ 主题",refresh_interval:"主题路由更新间隔",send_buffer:"发送消息的缓冲区大小",sync_timeout:"同步调用超时时间",strategy:"Produce 策略",tag:"标签",key:"索引"},clickhouse:{batch_value_separator:"分隔符"},s3:{bucket:"存储桶",acl:"ACL",content:"对象内容",key:"对象键",parameters:"上传方式",type:"增强类型",container:"聚合上传文件格式"},azure_blob_storage:{parameters:"上传方式",content:"对象内容",type:"增强类型",blob:"Blob 名称",container:"容器名称",parameters_aggregation_container:"聚合上传文件格式"},dynamo:{hash_key:"哈希键",range_key:"范围键"},snowflake:{mode:"上传方式",type:"聚合上传文件格式",private_key:"私钥",schema:"模式",stage:"存储区",pipe:"管道",pipe_user:"管道用户",proxy:"代理",host:"代理主机",port:"代理端口",max_inactive:"最大空闲时间",private_key_password:"私钥密码",parameters:"上传方式"},snowflake_streaming:{schema:"模式",pipe:"管道"},tablestore:{storage_model_type:"存储模型类型",table_name:"表名",measurement:"度量名称",tags:"标签",fields:"字段",data_source:"数据源",timestamp:"时间戳",meta_update_model:"元数据更新模式",column:"列",isint:"是否为整数",isbinary:"是否为二进制"},disk_log:{write_mode:"写入模式"},s3tables:{namespace:"命名空间",container:"数据文件格式",type:"数据文件格式",max_row_group_bytes:"Parquet 最大行组大小"},bigquery:{dataset:"数据集"},bigtable:{instance_id:"实例 ID",type:"变更类型",table_id:"表 ID",row_key:"行键",mutations:"变更列表",family_name:"列族",column_qualifier:"列限定符",timestamp_micros:"时间戳(微秒)",value:"值"},quasardb:{health_check_table:"健康检查表"}},r={common:{connect_timeout:"Connect Timeout",bootstrap_hosts:"Bootstrap Hosts",min_metadata_refresh_interval:"Min Metadata Refresh Interval",metadata_request_timeout:"Metadata Request Timeout",tcp_keepalive:"TCP Keepalive",sndbuf:"Socket Send Buffer Size",recbuf:"Socket Receive Buffer Size",nodelay:"No Delay",username:"Username",password:"Password",pool_size:"Connection Pool Size",pool_type:"Pool Type",server:"Server Host",database:"Database Name",health_check_interval:"Health Check Interval",health_check_timeout:"Health Check Timeout",start_timeout:"Start Timeout",max_retries:"Max Retries",worker_pool_size:"Buffer Pool Size",request_ttl:"Request TTL",max_buffer_bytes:"Max Buffer Queue Size",inflight_window:"Inflight Window",servers:"Servers",enable_pipelining:"HTTP Pipelining",pipelining:"HTTP Pipelining",url:"Server URL",authentication:"Authentication",disable_prepared_statements:"Disable Prepared Statements",health_check_topic:"Health Check Topic",max_inactive:"Max Inactive",token:"Token",access_key_id:"Access Key ID",secret_access_key:"Secret Access Key",access_method:"Access Method",request_timeout:"Request Timeout",ipv6_probe:"IPv6 Probe",headers:"HTTP Headers",service_account_json:"GCP Service Account Credentials",account:"Account",private_key_password:"Private Key Password",proxy:"Proxy",host:"Proxy Host",port:"Proxy Port",allow_auto_topic_creation:"Allow Auto Topic Creation",bucket:"Bucket",org:"Organization",mechanism:"Mechanism",grant_type:"OAuth Grant Type",endpoint_uri:"OAuth Token Endpoint URI",client_id:"OAuth Client ID",client_secret:"OAuth Client Secret",scope:"OAuth Request Scope",extensions:"SASL Extensions",dbname:"Database",ttl:"Time-To-Live (TTL)",ts_column:"Custom Timestamp Column Name",clientid_prefix:"ClientID Prefix",proto_ver:"MQTT Version",bridge_mode:"Bridge Mode",clean_start:"Clean start",keepalive:"Keepalive",retry_interval:"Message Retry Interval",max_inflight:"Max Inflight",static_clientids:"Static ClientId Entries",dsn:"Data Source Name (DSN)",service_account_email:"Service Account Email",gcp_project_id:"GCP Project ID",gcp_project_number:"GCP Project Number",gcp_wif_pool_id:"Workload Identity Pool ID",gcp_wif_pool_provider_id:"Workload Identity Provider ID",audience:"OAuth Request Audience"},kafka_producer:{authentication_endpoint:"Roles Anywhere Endpoint",authentication_region:"AWS Region",authentication_type:"Authentication Type",kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos Keytab File"},http:{url:"URL",headers:"Headers",enable_pipelining:"HTTP Pipelining"},gcp_pubsub_producer:{authentication_type:"Authentication Type",authentication_initial_token_type:"Credential Type",query_mode:"Query Mode",batch_size:"Batch Size"},azure_event_hub_producer:{bootstrap_hosts:"Bootstrap Hosts",password:"Connection String"},syskeeper_forwarder:{ack_mode:"ACK Mode",ack_timeout:"ACK Timeout"},redis:{parameters:"Redis Mode",sentinel:"Sentinel Mode",sentinel_username:"Sentinel Username",sentinel_password:"Sentinel Password"},mongodb:{parameters:"MongoDB Mode",w_mode:"Write Mode",r_mode:"Read Mode",srv_record:"Srv Record",use_legacy_protocol:"Use Legacy Protocol",auth_source:"Auth Source",replica_set_name:"Replica Set Name",max_overflow:"Max Overflow Workers",overflow_ttl:"Overflow TTL",overflow_check_period:"Overflow Check Period",local_threshold_ms:"Local Threshold",connect_timeout_ms:"Connect Timeout",socket_timeout_ms:"Socket Timeout",server_selection_timeout_ms:"Server Selection Timeout",wait_queue_timeout_ms:"Wait Queue Timeout",heartbeat_frequency_ms:"Heartbeat period",min_heartbeat_frequency_ms:"Minimum Heartbeat Period"},influxdb:{parameters:"Version of InfluxDB",ping_with_auth:"Ping With Auth"},iotdb:{base_url:"IoTDB REST Service Base URL",iotdb_version:"IoTDB Version",driver:"Driver",protocol_version:"Protocol Version",zoneId:"Zone ID",recv_timeout:"Receive Timeout",sql:"SQL Dialect",dialect:"SQL Dialect"},elasticsearch:{server:"Server"},mqtt:{keepalive:"MQTT Keepalive",tcp_opts_keepalive:"TCP Keepalive",node:"EMQX Node",ids:"Static Client IDs",buffer:"TCP Connection Buffer Size",delay_send:"Delay Send",active_n:"Active N"},cassandra:{keyspace:"Keyspace"},opents:{summary:"Summary",details:"Details"},clickhouse:{url:"Server URL"},dynamo:{url:"DynamoDB Endpoint",aws_access_key_id:"AWS Access Key ID",aws_secret_access_key:"AWS Secret Access Key",region:"DynamoDB Region"},gcp_pubsub_consumer:{authentication_type:"Authentication Type",authentication_initial_token_type:"Credential Type",pull_max_messages:"Maximum Messages to Pull"},hstreamdb:{grpc_timeout:"gRPC Timeout"},kafka_consumer:{authentication_endpoint:"Roles Anywhere Endpoint",authentication_region:"AWS Region",authentication_type:"Authentication Type",kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos Keytab File",mechanism:"Mechanism"},rocketmq:{access_key:"AccessKey",secret_key:"SecretKey",security_token:"Security Token",namespace:"Namespace"},sqlserver:{driver:"SQL Server Driver Name"},oracle:{sid:"Oracle Database SID",service_name:"Oracle Database Service Name",role:"Role"},rabbitmq:{port:"Port",virtual_host:"Virtual Host",heartbeat:"Heartbeat",timeout:"Connection Timeout"},pulsar:{jwt:"JWT"},kinesis:{aws_access_key_id:"AWS Access Key ID",aws_secret_access_key:"AWS Secret Access Key",endpoint:"Amazon Kinesis Endpoint"},s3:{host:"Host",port:"Port"},azure_blob_storage:{account_name:"Account Name",account_key:"Account Key"},datalayers:{driver_type:"Driver Type",enable_prepared:"Enable Prepared Statements"},snowflake:{private_key_path:"Private Key Path"},snowflake_streaming:{pipe_user:"Pipe User",private_key:"Private Key"},tablestore:{endpoint:"Endpoint",access_key_id:"Access Key ID",access_key_secret:"Access Key Secret",instance_name:"Instance Name",storage_model_type:"Storage Model Type"},disk_log:{filepath:"Log Filepath",max_file_size:"Maximum File Size",max_file_number:"Maximum Number of Files"},s3tables:{s3tables_arn:"S3Tables ARN",s_3_client_transport_options_request_timeout:"Single Request Timeout"},confluent_producer:{logical_cluster:"Logical Cluster ID",identity_pool_id:"Identity Pool ID"},aws_timestream:{influxdb_type:"InfluxDB Type",parameters:"Version of InfluxDB"},quasardb:{uri:"URI",cluster_public_key:"Cluster Public Key"},bigquery:{authentication_type:"Authentication Type",authentication_initial_token_type:"Credential Type"},bigtable:{authentication_type:"Authentication Type",authentication_initial_token_type:"Credential Type"}},s={common:{connect_timeout:"连接超时",bootstrap_hosts:"主机列表",min_metadata_refresh_interval:"元数据刷新最小间隔",metadata_request_timeout:"元数据请求超时",tcp_keepalive:"TCP Keepalive",sndbuf:"Socket 发送缓存大小",recbuf:"Socket 收包缓存大小",nodelay:"是否关闭延迟发送",username:"用户名",password:"密码",pool_size:"连接池大小",pool_type:"连接池类型",server:"服务器地址",database:"数据库名字",health_check_interval:"健康检查间隔",health_check_timeout:"健康检查超时",start_timeout:"启动超时时间",max_retries:"最大重试次数",worker_pool_size:"缓存池大小",request_ttl:"请求超期",max_buffer_bytes:"缓存队列最大长度",inflight_window:"请求飞行队列窗口",servers:"服务器列表",enable_pipelining:"HTTP 流水线",pipelining:"HTTP 流水线",url:"服务器地址",authentication:"认证",disable_prepared_statements:"禁用预处理语句",health_check_topic:"健康检查主题",max_inactive:"最大空闲时间",token:"Token",access_key_id:"访问密钥 ID",secret_access_key:"访问密钥",ipv6_probe:"IPv6 探针",headers:"请求头",request_timeout:"请求超时",access_method:"访问模式",service_account_json:"GCP 服务账户凭证",account:"账户",private_key_password:"私钥密码",proxy:"代理",host:"代理主机",port:"代理端口",allow_auto_topic_creation:"允许自动创建主题",bucket:"Bucket",org:"组织",mechanism:"认证方法",grant_type:"OAuth 授权类型",endpoint_uri:"OAuth Token 端点 URI",client_id:"OAuth 客户端 ID",client_secret:"OAuth 客户端密钥",scope:"OAuth 请求范围",extensions:"SASL 扩展",dbname:"数据库",ttl:"数据保留期限 (TTL)",ts_column:"自定义时间戳列名",clientid_prefix:"客户端 ID 前缀",proto_ver:"MQTT 协议版本",bridge_mode:"桥接模式",clean_start:"清除会话",keepalive:"Keepalive",retry_interval:"消息重发间隔",max_inflight:"飞行窗口",static_clientids:"静态客户端 ID 映射表",dsn:"数据源名称",service_account_email:"服务账号邮箱",gcp_project_id:"GCP 项目 ID",gcp_project_number:"GCP 项目编号",gcp_wif_pool_id:"工作负载身份池 ID",gcp_wif_pool_provider_id:"工作负载身份提供商 ID",audience:"OAuth 请求受众 (Audience)"},kafka_producer:{authentication_endpoint:"Roles Anywhere 端点",authentication_region:"AWS 区域",authentication_type:"认证类型",kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos Keytab 文件"},http:{url:"URL",headers:"请求头",enable_pipelining:"HTTP 管道"},gcp_pubsub_producer:{authentication_type:"认证类型",query_mode:"请求模式",batch_size:"最大批量请求大小",authentication_initial_token_type:"凭证类型"},azure_event_hub_producer:{bootstrap_hosts:"引导主机",password:"连接字符串"},syskeeper_forwarder:{ack_mode:"ACK 模式",ack_timeout:"ACK 超时"},redis:{parameters:"部署模式",sentinel:"哨兵模式",sentinel_username:"Sentinel 用户名",sentinel_password:"Sentinel 密码"},mongodb:{parameters:"部署模式",w_mode:"写模式",r_mode:"读模式",srv_record:"SRV 记录",use_legacy_protocol:"使用旧协议",auth_source:"认证源",replica_set_name:"副本集名称",max_overflow:"最大溢出",overflow_ttl:"溢出 TTL",overflow_check_period:"溢出检查周期",local_threshold_ms:"本地阈值",connect_timeout_ms:"连接超时",socket_timeout_ms:"套接字操作超时",server_selection_timeout_ms:"服务器选择超时",wait_queue_timeout_ms:"等待队列超时",heartbeat_frequency_ms:"心跳期",min_heartbeat_frequency_ms:"最小心跳周期"},influxdb:{parameters:"InfluxDB 版本",ping_with_auth:"Ping 请求携带认证"},iotdb:{base_url:"IoTDB REST 服务基础 URL",iotdb_version:"IoTDB 版本",driver:"驱动",protocol_version:"协议版本",zoneId:"时区 ID",recv_timeout:"接收超时",sql:"SQL 方言",dialect:"SQL 方言"},elasticsearch:{server:"服务器地址"},mqtt:{keepalive:"MQTT Keepalive",tcp_opts_keepalive:"TCP Keepalive",node:"节点名称",ids:"客户端 ID 列表",buffer:"TCP 连接缓冲区大小",delay_send:"延迟发送",active_n:"TCP 接收批量数"},cassandra:{keyspace:"Keyspace"},opents:{summary:"摘要信息",details:"详细信息"},clickhouse:{url:"服务器 URL"},dynamo:{url:"DynamoDB 地址",aws_access_key_id:"连接访问 ID",aws_secret_access_key:"连接访问密钥",region:"DynamoDB 区域"},gcp_pubsub_consumer:{authentication_type:"认证类型",pull_max_messages:"拉取的最大消息数",authentication_initial_token_type:"凭证类型"},hstreamdb:{grpc_timeout:"gRPC 超时"},kafka_consumer:{authentication_endpoint:"Roles Anywhere 端点",authentication_region:"AWS 区域",authentication_type:"认证类型",kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos Keytab 文件",mechanism:"认证方法"},rocketmq:{access_key:"AccessKey",secret_key:"SecretKey",security_token:"安全令牌",namespace:"命名空间"},sqlserver:{driver:"SQL Server Driver 名称"},oracle:{sid:"Oracle Database SID",service_name:"Oracle 数据库服务名称",role:"角色"},rabbitmq:{port:"端口",virtual_host:"虚拟主机",heartbeat:"心跳",timeout:"连接超时时间"},pulsar:{jwt:"JWT"},kinesis:{aws_access_key_id:"AWS 访问密钥 ID",aws_secret_access_key:"AWS 秘密访问密钥",endpoint:"Amazon Kinesis 端点"},s3:{host:"地址",port:"端口"},azure_blob_storage:{account_name:"账户名称",account_key:"访问密钥"},datalayers:{driver_type:"驱动类型",enable_prepared:"启用预处理语句"},snowflake:{private_key_path:"私钥路径"},snowflake_streaming:{pipe_user:"管道用户",private_key:"私钥"},tablestore:{endpoint:"端点",access_key_id:"访问密钥 ID",access_key_secret:"访问密钥",instance_name:"实例名称",storage_model_type:"存储模型类型"},disk_log:{filepath:"日志文件路径",max_file_size:"最大文件大小",max_file_number:"最大文件数量"},s3tables:{s3tables_arn:"S3Tables 资源名称(ARN)",s_3_client_transport_options_request_timeout:"单次请求超时时间"},confluent_producer:{logical_cluster:"逻辑集群 ID",identity_pool_id:"身份池 ID"},aws_timestream:{influxdb_type:"InfluxDB 类型",parameters:"InfluxDB 版本"},quasardb:{uri:"URI",cluster_public_key:"集群公钥"},bigquery:{authentication_type:"认证类型",authentication_initial_token_type:"凭证类型"},bigtable:{authentication_type:"认证类型",authentication_initial_token_type:"凭证类型"}},i={authn:{mysql:"CREATE TABLE IF NOT EXISTS `mqtt_user` (\n `id` int(11) unsigned NOT NULL AUTO_INCREMENT,\n `username` varchar(100) DEFAULT NULL,\n `password_hash` varchar(100) DEFAULT NULL,\n `salt` varchar(35) DEFAULT NULL,\n `is_superuser` tinyint(1) DEFAULT 0,\n `created` datetime DEFAULT NULL,\n PRIMARY KEY (`id`),\n UNIQUE KEY `mqtt_username` (`username`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;",postgresql:`CREATE TABLE mqtt_user (
|
|
28
|
+
"t/#"`,input:{data:[{id:1,name:"steve"},{id:2,name:"bill"}]},outputs:{id:1}}],a={common:{health_check_interval:"Health Check Interval",health_check_interval_jitter:"Health Check Interval Jitter",health_check_timeout:"Health Check Timeout",query_mode:"Query Mode",dispatch_strategy:"Dispatch Strategy",max_retries:"Max Retries",worker_pool_size:"Buffer Pool Size",start_after_created:"Start After Created",start_timeout:"Start Timeout",request_ttl:"Request TTL",inflight_window:"Inflight Window",max_buffer_bytes:"Max Buffer Queue Size",sql:"SQL Template",batch_size:"Batch Size",topic:"Kafka Topic",key:"Message Key",value:"Message Value",compression:"Compression",partition_strategy:"Partition Strategy",kafka_headers:"Kafka Headers",kafka_ext_headers:"More Kafka Headers",kafka_ext_header_key:"Key",kafka_ext_header_value:"Value",kafka_header_value_encode_mode:"Kafka Header Value Encode Mode",max_batch_bytes:"Max Batch Bytes",required_acks:"Required Acks",partition_count_refresh_interval:"Partition Count Refresh Interval",max_inflight:"Max Inflight",mode:"Buffer Mode",per_partition_limit:"Per-partition Buffer Limit",segment_bytes:"Segment File Bytes",memory_overload_protection:"Memory Overload Protection",sync_query_timeout:"Synchronous Query Timeout",template:"Message Template",partitions_limit:"Partitions Limit",precision:"Time Precision",write_syntax:"Write Syntax",column_order:"Column Order",time_interval:"Time Interval",max_records:"Max Records",max_linger_time:"Max Linger Time",max_linger_bytes:"Max Linger Bytes",undefined_vars_as_null:"Undefined Vars As Null",fallback_actions:"Fallback Actions",min_part_size:"Min Part Size",max_part_size:"Max Part Size",schema:"Parquet Schema (Avro)",max_row_group_bytes:"Parquet Max Row Group Bytes",name:"Schema Name",default_compression:"Parquet Default Compression",def:"Schema Definition",table:"Table",qos:"QoS",retain:"Retain",payload:"Payload"},kafka_producer:{timestamp:"Message Timestamp",kafka_ext_header_key:"Kafka Header Key",kafka_ext_header_value:"Kafka Header Value"},http:{body:"Body",headers:"Headers",method:"Method",path:"URL Path"},azure_event_hub_producer:{topic:"Event Hub Name",key:"Message Key",value:"Message Value",partition_strategy:"Partition Strategy",required_acks:"Required Acks",kafka_headers:"Azure Event Hubs Headers",kafka_ext_headers:"Extra Azure Event Hubs headers",kafka_header_value_encode_mode:"Azure Event Hubs headers value encode mode",partition_count_refresh_interval:"Partition Count Refresh Interval",max_inflight:"Max Inflight",mode:"Buffer Mode",per_partition_limit:"Per-partition Buffer Limit",segment_bytes:"Segment File Bytes",memory_overload_protection:"Memory Overload Protection",max_batch_bytes:"Max Batch Bytes",query_mode:"Query mode"},gcp_pubsub_producer:{attributes_template:"Attributes Template",pubsub_topic:"GCP PubSub Topic",ordering_key_template:"Ordering Key template",payload_template:"Payload Template"},gcp_pubsub_consumer:{topic:"GCP PubSub Topic"},syskeeper_forwarder:{target_topic:"Topic",target_qos:"QoS"},redis:{command_template:"Redis Command Template"},mongodb:{collection:"Collection",payload_template:"Payload template"},iotdb:{device_id:"Device ID",is_aligned:"Align Timeseries",data:"Write Data",timestamp:"Timestamp",measurement:"Measurement",data_type:"Data Type",value:"Value",parameters:"SQL Dialect",write_to_table:"Write to Table",column_category:"Column Category"},mqtt:{topic:"Topic",retain_as_published:"Retain As Published"},azure_event_grid:{topic:"Topic"},elasticsearch:{parameters:"Action",index:"Index Name",id:"Document ID",doc:"Document Template",routing:"Routing",overwrite:"Overwrite Document",doc_as_upsert:"Enable Upsert"},cassandra:{cql:"CQL Template"},opents:{timestamp:"Timestamp",metric:"Metric",tags:"Tags",value:"Value",data:"Write Data"},hstreamdb:{stream:"Stream",partition_key:"Partition Key",grpc_flush_timeout:"gRPC Flush Interval",aggregation_pool_size:"Aggregation Pool Size",max_batches:"Max Batches",writer_pool_size:"Writer Pool Size",batch_interval:"Max Batch Interval",record_template:"Record Template",parameters_batch_size:"HStreamDB Batch Size"},kafka_consumer:{key_encoding_mode:"Key Encoding Mode",value_encoding_mode:"Value Encoding Mode",offset_reset_policy:"Offset Reset Policy",offset_commit_interval_seconds:"Offset Commit Interval",topic:"Kafka Topic",group_id:"Group ID",max_wait_time:"Max Wait Time"},rabbitmq:{exchange:"Exchange",routing_key:"Routing Key",delivery_mode:"Message Delivery Mode",wait_for_publish_confirmations:"Wait for Publish Confirmations",publish_confirmation_timeout:"Publish Confirmation Timeout",payload_template:"Payload Template",headers_template:"Headers Template",properties_template:"Properties Template"},pulsar:{pulsar_topic:"Pulsar Topic Name",strategy:"Partition Strategy",retention_period:"Retention Period",compression:"Compression",sync_timeout:"Sync Publish Timeout",send_buffer:"Socket Send Buffer Size",per_partition_limit:"Pulsar Per-partition Buffer Limit",message_key:"Message Key",message_value:"Message Value"},kinesis:{payload_template:"Payload template",stream_name:"Amazon Kinesis Stream",partition_key:"Partition key"},tdengine:{database:"Database Name"},rocketmq:{topic:"RocketMQ Topic",refresh_interval:"Topic Route Refresh Interval",send_buffer:"Send Buffer Size",sync_timeout:"Sync Timeout",strategy:"Produce Strategy",tag:"Tag",key:"Key"},clickhouse:{batch_value_separator:"Batch Value Separator"},s3:{bucket:"Bucket",acl:"ACL",content:"Object Content",key:"Object Key",parameters:"Upload Mode",type:"Aggregation Type",container:"Aggregation Upload Format"},azure_blob_storage:{parameters:"Upload Mode",content:"Object Content",type:"Aggregation Type",blob:"Blob Name",container:"Container",parameters_aggregation_container:"Aggregation Upload Format"},dynamo:{hash_key:"Hash Key",range_key:"Range Key"},snowflake:{mode:"Upload Mode",type:"Aggregation Upload Format",private_key:"Private Key",schema:"Schema",stage:"Stage",pipe:"Pipe",pipe_user:"Pipe User",proxy:"Proxy",host:"Proxy Host",port:"Proxy Port",max_inactive:"Max Inactive",private_key_password:"Private Key Password",parameters:"Upload Mode"},snowflake_streaming:{schema:"Schema",pipe:"Pipe"},tablestore:{storage_model_type:"Storage Model Type",table_name:"Table Name",measurement:"Measurement",tags:"Tags",fields:"Fields",data_source:"Data Source",timestamp:"Timestamp",meta_update_model:"Meta Update Model",column:"Column",isint:"Is Int",isbinary:"Is Binary"},disk_log:{write_mode:"Write Mode"},s3tables:{namespace:"Namespace",container:"Data File Format",type:"Data File Format",max_row_group_bytes:"Parquet Max Row Group Bytes"},bigquery:{dataset:"Dataset"},bigtable:{instance_id:"Instance ID",type:"Mutation Type",table_id:"Table ID",row_key:"Row Key",mutations:"Mutations",family_name:"Column Family",column_qualifier:"Column Qualifier",timestamp_micros:"Timestamp (microseconds)",value:"Value"},quasardb:{health_check_table:"Health Check Table"}},o={common:{health_check_interval:"健康检查间隔",health_check_timeout:"健康检查超时",health_check_interval_jitter:"健康检查间隔抖动",query_mode:"请求模式",dispatch_strategy:"调度策略",max_retries:"最大重试次数",worker_pool_size:"缓存池大小",start_after_created:"创建后立即启动",start_timeout:"启动超时时间",request_ttl:"请求超期",inflight_window:"请求飞行队列窗口",max_buffer_bytes:"缓存队列最大长度",sql:"SQL 模板",batch_size:"最大批量请求大小",topic:"Kafka 主题名称",key:"消息的键",value:"消息的值",compression:"压缩",partition_strategy:"分区选择策略",kafka_headers:"Kafka Headers",kafka_ext_headers:"更多的 Kafka Headers",kafka_ext_header_key:"键",kafka_ext_header_value:"值",kafka_header_value_encode_mode:"Kafka Headers 值编码类型",max_batch_bytes:"最大批量字节数",required_acks:"Kafka 确认数量",partition_count_refresh_interval:"分区数量刷新间隔",max_inflight:"飞行窗口",mode:"缓存模式",per_partition_limit:"Kafka 分区缓存上限",segment_bytes:"缓存文件大小",memory_overload_protection:"内存过载保护",sync_query_timeout:"同步查询超时时间",template:"消息模板",partitions_limit:"分区限制",precision:"时间精度",write_syntax:"写语句",column_order:"列排序",time_interval:"时间间隔",max_records:"最大记录数",max_linger_time:"最大延迟时间",max_linger_bytes:"最大延迟字节数",undefined_vars_as_null:"未定义变量作为 NULL",fallback_actions:"备选动作",min_part_size:"最小分块大小",max_part_size:"最大分块大小",schema:"Parquet Schema (Avro)",max_row_group_bytes:"Parquet 最大行组大小",name:"Schema 名称",default_compression:"Parquet 默认压缩算法",def:"Schema 定义",table:"表",qos:"QoS",retain:"Retain",payload:"消息模版"},kafka_producer:{timestamp:"消息的时间戳",kafka_ext_header_key:"Kafka Headers 键",kafka_ext_header_value:"Kafka Headers 值"},http:{body:"请求体",headers:"请求头",method:"请求方法",path:"URL 路径"},azure_event_hub_producer:{topic:"事件中心名称",key:"消息键",value:"消息值",partition_strategy:"分区策略",required_acks:"所需确认",kafka_headers:"Azure Event Hubs 头部",kafka_ext_headers:"额外的 Azure Event Hubs 头部信息",kafka_header_value_encode_mode:"Azure Event Hubs 头部值编码模式",partition_count_refresh_interval:"分区数刷新间隔",max_inflight:"最大传输数",mode:"缓冲区模式",per_partition_limit:"每个分区缓冲限制",segment_bytes:"段文件字节数",memory_overload_protection:"内存过载保护",max_batch_bytes:"最大批次字节数",query_mode:"查询模式"},gcp_pubsub_producer:{attributes_template:"属性模版",pubsub_topic:"GCP PubSub 主题",ordering_key_template:"排序键模板",payload_template:"HTTP 请求消息体模板"},gcp_pubsub_consumer:{topic:"GCP PubSub 主题"},syskeeper_forwarder:{target_topic:"主题",target_qos:"QoS"},redis:{command_template:"Redis 命令模板"},mongodb:{collection:"集合(Collection)",payload_template:"有效载荷模板"},iotdb:{device_id:"设备 ID",is_aligned:"对齐时间序列",data:"写入数据",timestamp:"时间戳",measurement:"字段",data_type:"数据类型",value:"值",write_to_table:"写入表",parameters:"SQL 方言",column_category:"列类别"},mqtt:{topic:"主题",retain_as_published:"保留发布时 Retain 标志"},azure_event_grid:{topic:"主题"},elasticsearch:{parameters:"操作",index:"索引名称",id:"文档 ID",doc:"文档模版",routing:"路由",overwrite:"是否覆盖文档",doc_as_upsert:"启用更新插入"},cassandra:{cql:"CQL 模板"},opents:{timestamp:"时间戳",metric:"度量",tags:"标签",value:"值",data:"写入数据"},hstreamdb:{stream:"Stream",partition_key:"分区键",grpc_flush_timeout:"gRPC 刷新间隔",aggregation_pool_size:"Record 聚合池大小",max_batches:"最大批次",writer_pool_size:"写入池大小",batch_interval:"最大批处理间隔",record_template:"Record 模板",parameters_batch_size:"HStreamDB 最大批量请求大小"},kafka_consumer:{key_encoding_mode:"Key 编码模式",value_encoding_mode:"Value 编码模式",offset_reset_policy:"偏移重置策略",offset_commit_interval_seconds:"偏移提交间隔",topic:"Kafka 主题名称",group_id:"消费组 ID",max_wait_time:"最大等待时间"},rabbitmq:{exchange:"交换机",routing_key:"路由键",delivery_mode:"消息传递模式",wait_for_publish_confirmations:"等待发布确认",publish_confirmation_timeout:"发布确认超时时间",payload_template:"有效载荷模板",headers_template:"Headers 模板",properties_template:"属性模版"},pulsar:{pulsar_topic:"Pulsar 主题名称",strategy:"分区选择策略",retention_period:"消息保留时间",compression:"压缩",sync_timeout:"同步发布超时",send_buffer:"Socket 发送缓存大小",per_partition_limit:"Pulsar 分区缓存上限",message_key:"消息的 Key",message_value:"消息的 Value"},kinesis:{payload_template:"载荷模板",stream_name:"Amazon Kinesis 流",partition_key:"分区键"},tdengine:{database:"数据库名字"},rocketmq:{topic:"RocketMQ 主题",refresh_interval:"主题路由更新间隔",send_buffer:"发送消息的缓冲区大小",sync_timeout:"同步调用超时时间",strategy:"Produce 策略",tag:"标签",key:"索引"},clickhouse:{batch_value_separator:"分隔符"},s3:{bucket:"存储桶",acl:"ACL",content:"对象内容",key:"对象键",parameters:"上传方式",type:"增强类型",container:"聚合上传文件格式"},azure_blob_storage:{parameters:"上传方式",content:"对象内容",type:"增强类型",blob:"Blob 名称",container:"容器名称",parameters_aggregation_container:"聚合上传文件格式"},dynamo:{hash_key:"哈希键",range_key:"范围键"},snowflake:{mode:"上传方式",type:"聚合上传文件格式",private_key:"私钥",schema:"模式",stage:"存储区",pipe:"管道",pipe_user:"管道用户",proxy:"代理",host:"代理主机",port:"代理端口",max_inactive:"最大空闲时间",private_key_password:"私钥密码",parameters:"上传方式"},snowflake_streaming:{schema:"模式",pipe:"管道"},tablestore:{storage_model_type:"存储模型类型",table_name:"表名",measurement:"度量名称",tags:"标签",fields:"字段",data_source:"数据源",timestamp:"时间戳",meta_update_model:"元数据更新模式",column:"列",isint:"是否为整数",isbinary:"是否为二进制"},disk_log:{write_mode:"写入模式"},s3tables:{namespace:"命名空间",container:"数据文件格式",type:"数据文件格式",max_row_group_bytes:"Parquet 最大行组大小"},bigquery:{dataset:"数据集"},bigtable:{instance_id:"实例 ID",type:"变更类型",table_id:"表 ID",row_key:"行键",mutations:"变更列表",family_name:"列族",column_qualifier:"列限定符",timestamp_micros:"时间戳(微秒)",value:"值"},quasardb:{health_check_table:"健康检查表"}},r={common:{connect_timeout:"Connect Timeout",bootstrap_hosts:"Bootstrap Hosts",min_metadata_refresh_interval:"Min Metadata Refresh Interval",metadata_request_timeout:"Metadata Request Timeout",tcp_keepalive:"TCP Keepalive",sndbuf:"Socket Send Buffer Size",recbuf:"Socket Receive Buffer Size",nodelay:"No Delay",username:"Username",password:"Password",pool_size:"Connection Pool Size",pool_type:"Pool Type",server:"Server Host",database:"Database Name",health_check_interval:"Health Check Interval",health_check_timeout:"Health Check Timeout",start_timeout:"Start Timeout",max_retries:"Max Retries",worker_pool_size:"Buffer Pool Size",request_ttl:"Request TTL",max_buffer_bytes:"Max Buffer Queue Size",inflight_window:"Inflight Window",servers:"Servers",enable_pipelining:"HTTP Pipelining",pipelining:"HTTP Pipelining",url:"Server URL",authentication:"Authentication",disable_prepared_statements:"Disable Prepared Statements",health_check_topic:"Health Check Topic",max_inactive:"Max Inactive",token:"Token",access_key_id:"Access Key ID",secret_access_key:"Secret Access Key",access_method:"Access Method",request_timeout:"Request Timeout",ipv6_probe:"IPv6 Probe",headers:"HTTP Headers",service_account_json:"GCP Service Account Credentials",account:"Account",private_key_password:"Private Key Password",proxy:"Proxy",host:"Proxy Host",port:"Proxy Port",allow_auto_topic_creation:"Allow Auto Topic Creation",bucket:"Bucket",org:"Organization",mechanism:"Mechanism",grant_type:"OAuth Grant Type",endpoint_uri:"OAuth Token Endpoint URI",client_id:"OAuth Client ID",client_secret:"OAuth Client Secret",scope:"OAuth Request Scope",extensions:"SASL Extensions",dbname:"Database",ttl:"Time-To-Live (TTL)",ts_column:"Custom Timestamp Column Name",clientid_prefix:"ClientID Prefix",proto_ver:"MQTT Version",bridge_mode:"Bridge Mode",clean_start:"Clean start",keepalive:"Keepalive",retry_interval:"Message Retry Interval",max_inflight:"Max Inflight",static_clientids:"Static ClientId Entries",dsn:"Data Source Name (DSN)",service_account_email:"Service Account Email",gcp_project_id:"GCP Project ID",gcp_project_number:"GCP Project Number",gcp_wif_pool_id:"Workload Identity Pool ID",gcp_wif_pool_provider_id:"Workload Identity Provider ID",audience:"OAuth Request Audience",ciphers:"Cipher Suites"},kafka_producer:{authentication_endpoint:"Roles Anywhere Endpoint",authentication_region:"AWS Region",authentication_type:"Authentication Type",kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos Keytab File"},http:{url:"URL",headers:"Headers",enable_pipelining:"HTTP Pipelining"},gcp_pubsub_producer:{authentication_type:"Authentication Type",authentication_initial_token_type:"Credential Type",query_mode:"Query Mode",batch_size:"Batch Size"},azure_event_hub_producer:{bootstrap_hosts:"Bootstrap Hosts",password:"Connection String"},syskeeper_forwarder:{ack_mode:"ACK Mode",ack_timeout:"ACK Timeout"},redis:{parameters:"Redis Mode",sentinel:"Sentinel Mode",sentinel_username:"Sentinel Username",sentinel_password:"Sentinel Password"},mongodb:{parameters:"MongoDB Mode",w_mode:"Write Mode",r_mode:"Read Mode",srv_record:"Srv Record",use_legacy_protocol:"Use Legacy Protocol",auth_source:"Auth Source",replica_set_name:"Replica Set Name",max_overflow:"Max Overflow Workers",overflow_ttl:"Overflow TTL",overflow_check_period:"Overflow Check Period",local_threshold_ms:"Local Threshold",connect_timeout_ms:"Connect Timeout",socket_timeout_ms:"Socket Timeout",server_selection_timeout_ms:"Server Selection Timeout",wait_queue_timeout_ms:"Wait Queue Timeout",heartbeat_frequency_ms:"Heartbeat period",min_heartbeat_frequency_ms:"Minimum Heartbeat Period"},influxdb:{parameters:"Version of InfluxDB",ping_with_auth:"Ping With Auth"},iotdb:{base_url:"IoTDB REST Service Base URL",iotdb_version:"IoTDB Version",driver:"Driver",protocol_version:"Protocol Version",zoneId:"Zone ID",recv_timeout:"Receive Timeout",sql:"SQL Dialect",dialect:"SQL Dialect"},elasticsearch:{server:"Server"},mqtt:{keepalive:"MQTT Keepalive",tcp_opts_keepalive:"TCP Keepalive",node:"EMQX Node",ids:"Static Client IDs",buffer:"TCP Connection Buffer Size",delay_send:"Delay Send",active_n:"Active N"},cassandra:{keyspace:"Keyspace"},opents:{summary:"Summary",details:"Details"},clickhouse:{url:"Server URL"},dynamo:{url:"DynamoDB Endpoint",aws_access_key_id:"AWS Access Key ID",aws_secret_access_key:"AWS Secret Access Key",region:"DynamoDB Region"},gcp_pubsub_consumer:{authentication_type:"Authentication Type",authentication_initial_token_type:"Credential Type",pull_max_messages:"Maximum Messages to Pull"},hstreamdb:{grpc_timeout:"gRPC Timeout"},kafka_consumer:{authentication_endpoint:"Roles Anywhere Endpoint",authentication_region:"AWS Region",authentication_type:"Authentication Type",kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos Keytab File",mechanism:"Mechanism"},rocketmq:{access_key:"AccessKey",secret_key:"SecretKey",security_token:"Security Token",namespace:"Namespace"},sqlserver:{driver:"SQL Server Driver Name"},oracle:{sid:"Oracle Database SID",service_name:"Oracle Database Service Name",role:"Role"},rabbitmq:{port:"Port",virtual_host:"Virtual Host",heartbeat:"Heartbeat",timeout:"Connection Timeout"},pulsar:{jwt:"JWT"},kinesis:{aws_access_key_id:"AWS Access Key ID",aws_secret_access_key:"AWS Secret Access Key",endpoint:"Amazon Kinesis Endpoint"},s3:{host:"Host",port:"Port"},azure_blob_storage:{account_name:"Account Name",account_key:"Account Key"},datalayers:{driver_type:"Driver Type",enable_prepared:"Enable Prepared Statements"},snowflake:{private_key_path:"Private Key Path"},snowflake_streaming:{pipe_user:"Pipe User",private_key:"Private Key"},tablestore:{endpoint:"Endpoint",access_key_id:"Access Key ID",access_key_secret:"Access Key Secret",instance_name:"Instance Name",storage_model_type:"Storage Model Type"},disk_log:{filepath:"Log Filepath",max_file_size:"Maximum File Size",max_file_number:"Maximum Number of Files"},s3tables:{s3tables_arn:"S3Tables ARN",s_3_client_transport_options_request_timeout:"Single Request Timeout"},confluent_producer:{logical_cluster:"Logical Cluster ID",identity_pool_id:"Identity Pool ID"},aws_timestream:{influxdb_type:"InfluxDB Type",parameters:"Version of InfluxDB"},quasardb:{uri:"URI",cluster_public_key:"Cluster Public Key"},bigquery:{authentication_type:"Authentication Type",authentication_initial_token_type:"Credential Type"},bigtable:{authentication_type:"Authentication Type",authentication_initial_token_type:"Credential Type"}},s={common:{connect_timeout:"连接超时",bootstrap_hosts:"主机列表",min_metadata_refresh_interval:"元数据刷新最小间隔",metadata_request_timeout:"元数据请求超时",tcp_keepalive:"TCP Keepalive",sndbuf:"Socket 发送缓存大小",recbuf:"Socket 收包缓存大小",nodelay:"是否关闭延迟发送",username:"用户名",password:"密码",pool_size:"连接池大小",pool_type:"连接池类型",server:"服务器地址",database:"数据库名字",health_check_interval:"健康检查间隔",health_check_timeout:"健康检查超时",start_timeout:"启动超时时间",max_retries:"最大重试次数",worker_pool_size:"缓存池大小",request_ttl:"请求超期",max_buffer_bytes:"缓存队列最大长度",inflight_window:"请求飞行队列窗口",servers:"服务器列表",enable_pipelining:"HTTP 流水线",pipelining:"HTTP 流水线",url:"服务器地址",authentication:"认证",disable_prepared_statements:"禁用预处理语句",health_check_topic:"健康检查主题",max_inactive:"最大空闲时间",token:"Token",access_key_id:"访问密钥 ID",secret_access_key:"访问密钥",ipv6_probe:"IPv6 探针",headers:"请求头",request_timeout:"请求超时",access_method:"访问模式",service_account_json:"GCP 服务账户凭证",account:"账户",private_key_password:"私钥密码",proxy:"代理",host:"代理主机",port:"代理端口",allow_auto_topic_creation:"允许自动创建主题",bucket:"Bucket",org:"组织",mechanism:"认证方法",grant_type:"OAuth 授权类型",endpoint_uri:"OAuth Token 端点 URI",client_id:"OAuth 客户端 ID",client_secret:"OAuth 客户端密钥",scope:"OAuth 请求范围",extensions:"SASL 扩展",dbname:"数据库",ttl:"数据保留期限 (TTL)",ts_column:"自定义时间戳列名",clientid_prefix:"客户端 ID 前缀",proto_ver:"MQTT 协议版本",bridge_mode:"桥接模式",clean_start:"清除会话",keepalive:"Keepalive",retry_interval:"消息重发间隔",max_inflight:"飞行窗口",static_clientids:"静态客户端 ID 映射表",dsn:"数据源名称",service_account_email:"服务账号邮箱",gcp_project_id:"GCP 项目 ID",gcp_project_number:"GCP 项目编号",gcp_wif_pool_id:"工作负载身份池 ID",gcp_wif_pool_provider_id:"工作负载身份提供商 ID",audience:"OAuth 请求受众 (Audience)",ciphers:"加密套件"},kafka_producer:{authentication_endpoint:"Roles Anywhere 端点",authentication_region:"AWS 区域",authentication_type:"认证类型",kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos Keytab 文件"},http:{url:"URL",headers:"请求头",enable_pipelining:"HTTP 管道"},gcp_pubsub_producer:{authentication_type:"认证类型",query_mode:"请求模式",batch_size:"最大批量请求大小",authentication_initial_token_type:"凭证类型"},azure_event_hub_producer:{bootstrap_hosts:"引导主机",password:"连接字符串"},syskeeper_forwarder:{ack_mode:"ACK 模式",ack_timeout:"ACK 超时"},redis:{parameters:"部署模式",sentinel:"哨兵模式",sentinel_username:"Sentinel 用户名",sentinel_password:"Sentinel 密码"},mongodb:{parameters:"部署模式",w_mode:"写模式",r_mode:"读模式",srv_record:"SRV 记录",use_legacy_protocol:"使用旧协议",auth_source:"认证源",replica_set_name:"副本集名称",max_overflow:"最大溢出",overflow_ttl:"溢出 TTL",overflow_check_period:"溢出检查周期",local_threshold_ms:"本地阈值",connect_timeout_ms:"连接超时",socket_timeout_ms:"套接字操作超时",server_selection_timeout_ms:"服务器选择超时",wait_queue_timeout_ms:"等待队列超时",heartbeat_frequency_ms:"心跳期",min_heartbeat_frequency_ms:"最小心跳周期"},influxdb:{parameters:"InfluxDB 版本",ping_with_auth:"Ping 请求携带认证"},iotdb:{base_url:"IoTDB REST 服务基础 URL",iotdb_version:"IoTDB 版本",driver:"驱动",protocol_version:"协议版本",zoneId:"时区 ID",recv_timeout:"接收超时",sql:"SQL 方言",dialect:"SQL 方言"},elasticsearch:{server:"服务器地址"},mqtt:{keepalive:"MQTT Keepalive",tcp_opts_keepalive:"TCP Keepalive",node:"节点名称",ids:"客户端 ID 列表",buffer:"TCP 连接缓冲区大小",delay_send:"延迟发送",active_n:"TCP 接收批量数"},cassandra:{keyspace:"Keyspace"},opents:{summary:"摘要信息",details:"详细信息"},clickhouse:{url:"服务器 URL"},dynamo:{url:"DynamoDB 地址",aws_access_key_id:"连接访问 ID",aws_secret_access_key:"连接访问密钥",region:"DynamoDB 区域"},gcp_pubsub_consumer:{authentication_type:"认证类型",pull_max_messages:"拉取的最大消息数",authentication_initial_token_type:"凭证类型"},hstreamdb:{grpc_timeout:"gRPC 超时"},kafka_consumer:{authentication_endpoint:"Roles Anywhere 端点",authentication_region:"AWS 区域",authentication_type:"认证类型",kerberos_principal:"Kerberos Principal",kerberos_keytab_file:"Kerberos Keytab 文件",mechanism:"认证方法"},rocketmq:{access_key:"AccessKey",secret_key:"SecretKey",security_token:"安全令牌",namespace:"命名空间"},sqlserver:{driver:"SQL Server Driver 名称"},oracle:{sid:"Oracle Database SID",service_name:"Oracle 数据库服务名称",role:"角色"},rabbitmq:{port:"端口",virtual_host:"虚拟主机",heartbeat:"心跳",timeout:"连接超时时间"},pulsar:{jwt:"JWT"},kinesis:{aws_access_key_id:"AWS 访问密钥 ID",aws_secret_access_key:"AWS 秘密访问密钥",endpoint:"Amazon Kinesis 端点"},s3:{host:"地址",port:"端口"},azure_blob_storage:{account_name:"账户名称",account_key:"访问密钥"},datalayers:{driver_type:"驱动类型",enable_prepared:"启用预处理语句"},snowflake:{private_key_path:"私钥路径"},snowflake_streaming:{pipe_user:"管道用户",private_key:"私钥"},tablestore:{endpoint:"端点",access_key_id:"访问密钥 ID",access_key_secret:"访问密钥",instance_name:"实例名称",storage_model_type:"存储模型类型"},disk_log:{filepath:"日志文件路径",max_file_size:"最大文件大小",max_file_number:"最大文件数量"},s3tables:{s3tables_arn:"S3Tables 资源名称(ARN)",s_3_client_transport_options_request_timeout:"单次请求超时时间"},confluent_producer:{logical_cluster:"逻辑集群 ID",identity_pool_id:"身份池 ID"},aws_timestream:{influxdb_type:"InfluxDB 类型",parameters:"InfluxDB 版本"},quasardb:{uri:"URI",cluster_public_key:"集群公钥"},bigquery:{authentication_type:"认证类型",authentication_initial_token_type:"凭证类型"},bigtable:{authentication_type:"认证类型",authentication_initial_token_type:"凭证类型"}},i={authn:{mysql:"CREATE TABLE IF NOT EXISTS `mqtt_user` (\n `id` int(11) unsigned NOT NULL AUTO_INCREMENT,\n `username` varchar(100) DEFAULT NULL,\n `password_hash` varchar(100) DEFAULT NULL,\n `salt` varchar(35) DEFAULT NULL,\n `is_superuser` tinyint(1) DEFAULT 0,\n `created` datetime DEFAULT NULL,\n PRIMARY KEY (`id`),\n UNIQUE KEY `mqtt_username` (`username`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;",postgresql:`CREATE TABLE mqtt_user (
|
|
29
29
|
id SERIAL primary key,
|
|
30
30
|
is_superuser boolean,
|
|
31
31
|
username character varying(100),
|
|
@@ -101,7 +101,14 @@ HGETALL mqtt_acl:\${username}`}},n={async:"Async",sync:"Sync",per_clientid:"Per
|
|
|
101
101
|
<code>memory</code>:在内存中缓冲所有消息。在 EMQX 节点重启时,消息将会丢失
|
|
102
102
|
<code>disk</code>:将所有消息缓冲到磁盘上。磁盘上的消息能够在 EMQX 节点重启时幸存下来。
|
|
103
103
|
<code>hybrid</code>:首先在内存中缓冲消息,当达到一定限制时(有关更多信息,请参阅<code>segment_bytes</code>配置),然后开始将消息转移到磁盘上,与<code>memory</code>模式一样,消息将会在 EMQX 节点重启时丢失。`,per_partition_limit:"每个 Azure Event Hubs 分区允许缓冲的字节数。当超过此限制时,旧消息将被删除以获得新消息的缓冲区配额。",segment_bytes:`在缓冲区模式设置为<code>disk</code>或<code>hybrid</code>时适用。
|
|
104
|
-
此值用于指定每个磁盘缓冲文件的大小。`,partitions_limit:"限制生产者能够发送消息的最大分区数量。"},kinesis:{payload_template:"用于格式化输出消息的模板。如果未定义,将以 JSON 格式发送所有可用上下文。",aws_access_key_id:"用于连接到 Amazon Kinesis 的访问密钥 ID。",aws_secret_access_key:"用于连接到 Amazon Kinesis 的 AWS 秘密访问密钥。",endpoint:"Amazon Kinesis 端点的 URL。",stream_name:"要发布消息的 Amazon Kinesis 流。",partition_key:"与发布的消息关联的 Amazon Kinesis 分区键。支持 ${'{'}var{'}'} 格式的占位符。"},greptimedb:{
|
|
104
|
+
此值用于指定每个磁盘缓冲文件的大小。`,partitions_limit:"限制生产者能够发送消息的最大分区数量。"},kinesis:{payload_template:"用于格式化输出消息的模板。如果未定义,将以 JSON 格式发送所有可用上下文。",aws_access_key_id:"用于连接到 Amazon Kinesis 的访问密钥 ID。",aws_secret_access_key:"用于连接到 Amazon Kinesis 的 AWS 秘密访问密钥。",endpoint:"Amazon Kinesis 端点的 URL。",stream_name:"要发布消息的 Amazon Kinesis 流。",partition_key:"与发布的消息关联的 Amazon Kinesis 分区键。支持 ${'{'}var{'}'} 格式的占位符。"},greptimedb:{ciphers:`此配置保存由逗号分隔的 TLS 密码套件名称。支持的套件如下
|
|
105
|
+
- TLS_AES_256_GCM_SHA384
|
|
106
|
+
- TLS_AES_128_GCM_SHA256
|
|
107
|
+
- TLS_CHACHA20_POLY1305_SHA256
|
|
108
|
+
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
|
|
109
|
+
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
|
|
110
|
+
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
|
111
|
+
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256`,server:"要连接的 IPv4 或 IPv6 地址或主机名。<br/>\n主机条目的格式为:`Host[:Port]`。",dbname:"GreptimeDB 数据库名称。",precision:"GreptimeDB 时间精度。",write_syntax:"GreptimeDB gRPC 协议写数据点的配置。写语法是一种基于文本的格式,提供数据点的测量、标签集、字段集和时间戳,支持占位符,与 InfluxDB 行协议相同。\n参考 [InfluxDB 2.3 行协议](https://docs.influxdata.com/influxdb/v2.3/reference/syntax/line-protocol/) 和\n[InfluxDB 1.8 行协议](https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_tutorial/) <br/>\n简而言之:<br/>\n```\n<measurement>[,<tag_key>=<tag_value>[,<tag_key>=<tag_value>]] <field_key>=<field_value>[,<field_key>=<field_value>] [<timestamp>]\n```\n请注意,整数值的占位符必须使用后缀 `i` 进行注释。例如 `${'{'}payload.int_value{'}'}i`。",ttl:"GreptimeDB 自动创建的表的数据保留期限 (TTL)。",ts_column:"指定查询时将显示的自定义时间戳列名。"},syskeeper_proxy:{listen:"Syskeeper 代理服务器的监听地址",acceptors:"接收器的数量",handshake_timeout:"在创建连接时等待握手的最长时间"},syskeeper_forwarder:{server:"Syskeeper 代理服务器的地址",ack_mode:"指定代理服务器是否应该回复确认消息,可以是:<br/>- need_ack <br/>- no_ack <br/>",ack_timeout:"等待回复确认消息的最长时间",target_topic:"转发消息的主题",target_qos:"转发消息的服务质量(QoS),留空表示使用原始主题的 QoS",template:"消息模板, 支持占位符"},elasticsearch:{server:"ElasticSearch 服务的 REST 接口地址。",routing:"指定应将文档存储在索引的哪个分片中,留空则由 Elasticsearch 决定。",wait_for_active_shards:`在继续操作之前必须激活的分片副本数。
|
|
105
112
|
设置为 all 或任何正整数,最多为索引中的总分片数(number_of_replicas+1)。
|
|
106
113
|
默认值:1,即主分片。`,index:"要执行操作的索引或索引别名的名称,支持 ${'{'}var{'}'} 格式的占位符。",id:"索引内文档的唯一标识符,支持 ${'{'}var{'}'} 格式的占位符。如果未指定 ID,则由 Elasticsearch 自动生成。",doc:"自定义文档模板,支持 ${'{'}var{'}'} 格式的占位符,要求必须可以被转换为 JSON 对象。\n 例如 `{'{'} \"field\": \"${'{'}payload.field{'}'}\" {'}'}`,或 `${'{'}payload{'}'}`。",overwrite:"当文档已经存在时覆盖文档,否则文档将写入失败。",enable_pipelining:"一个正整数。是否连续发送 HTTP 请求,当设置为 1 时,这意味着每次发送 HTTP 请求后,您需要等待服务器返回,然后继续发送下一个请求。",connect_timeout:"连接到 ElasticSearch 服务器时的超时时间。",doc_as_upsert:"尝试更新的文档不存在时,将更新操作当作一个插入操作,并将提供的文档当作新文档插入。"},s3:{acl:"上传的对象的访问权限。",content:"要存储的对象的内容。默认情况下,它是包含所有字段的 JSON 文本格式。支持如 ${'{'}payload{'}'} 的占位符设置。存储格式取决于变量的格式,支持二进制内容。",bucket:"将要上传文件的存储桶的名称。需要在 S3 中预先创建好,支持 ${'{'}var{'}'} 占位符格式。",key:"要存储的对象的键。支持如 ${'{'}var{'}'} 的占位符设置。",column_order:"在生成的 CSV 文件中首先按列排序的事件字段。<br/>无论此设置如何,生成的 CSV 都将包含聚合事件的所有字段,但此处未明确提及的所有列将按字典顺序排在这里列出的字段之后。",time_interval:"在上传前将事件聚合到单个对象中的时间量。"},azure_blob_storage:{column_order:"在生成的 CSV 文件中首先按列排序的事件字段。<br/>无论此设置如何,生成的 CSV 都将包含聚合事件的所有字段,但此处未明确提及的所有列将按字典顺序排在这里列出的字段之后。",time_interval:"在上传前将事件聚合到单个对象中的时间量。",content:"要存储的对象的内容。默认情况下,它是包含所有字段的 JSON 文本格式。支持如 ${'{'}payload{'}'} 的占位符设置。存储格式取决于变量的格式,支持二进制内容。",blob:"Azure Blob Storage blob 名称。",parameters_container:"Azure Blob Storage 容器名称。"},snowflake:{database:"包含 Snowflake 资源的数据库名称。",schema:"包含 Snowflake 资源的模式名称。",stage:"用于将数据文件加载到 Snowflake 的 Stage 名称。",pipe:"用于将数据摄取到表中的 Pipe 名称。"},snowflake_streaming:{schema:"包含 Snowflake 资源的模式名称。",pipe:"用于将数据导入表的管道名称。"},tablestore:{isint:"是否尝试将数值写为整数。默认为 false,表示将整数写为浮点数。",isbinary:"是否尝试将二进制值写为二进制类型。默认为 false,表示将二进制值写为字符串。"},disk_log:{filepath:"日志文件的基础路径。实际日志文件将采用 `filepath.N` 格式,其中 `N` 是 `1..max_file_number` 范围内的值。当前使用的文件可通过查找最近修改日期的文件来确定。注意,包含该文件的目录也必须对 EMQX 应用程序用户可写,因为目录中还会包含内部使用的额外文件(以 `.siz` 和 `.idx` 为后缀)。",max_file_size:"当前活动日志文件的最大大小。每个日志文件至少会写入一条记录,因此如果单条日志记录超过此值,最终文件大小可能会超过此最大值。",max_file_number:"要使用的最大日志文件数量。一旦达到最大文件数量且需要新的轮转时,最旧的文件将被截断并用作新的当前文件。",write_mode:"同步或异步写入日志到磁盘。",template:"写入的 JSON 对象的内容。支持模板。"},s3tables:{s_3_client_transport_options_request_timeout:"向 S3 服务发起单次 HTTP 请求的最大等待时间,超时后会重试或失败。"},quasardb:{health_check_table:"在动作健康检查中使用的表名。目前,无法直接从 SQL 中推断表名。如果设置,此值将在 `SHOW TABLE <table>` 语句中用于在动作健康检查期间探测表的存在。"},bigtable:{authentication_type:"用于连接 GCP 的认证方式。",instance_id:"Bigtable 实例标识符。请填写 `myinst` 这样的简单 ID,而不是 `projects/.../instances/...` 这样的完整标识符。",table_id:"Bigtable 表标识符。请填写 `mytable` 这样的简单 ID,而不是 `projects/.../instances/.../tables/...` 这样的完整标识符。",row_key:"包含消息行键的字段名。",mutations:"对单条接收消息执行的单元格变更列表。",type:"Set Cell 变更。",family_name:"包含变更列族的字段名。",column_qualifier:"包含变更列限定符的字段名。",timestamp_micros:"包含变更时间戳(微秒)的字段名。",value:"包含变更值的字段名。"}},d={common:{auto_restart_interval:"The auto restart interval after the resource is disconnected.",batch_size:"Maximum batch count. If equal to 1, there's effectively no batching.",batch_time:"Maximum waiting interval when accumulating a batch at a low message rates for more efficient resource usage.",enable_queue:`Enable disk buffer queue (only applicable for egress bridges).
|
|
107
114
|
When Enabled, messages will be buffered on disk when the bridge connection is down.
|
|
@@ -129,7 +136,14 @@ discovered partitions into account when dispatching messages per <code>partition
|
|
|
129
136
|
<code>memory</code>: Buffer all messages in memory. The messages will be lost in case of EMQX node restart
|
|
130
137
|
<code>disk</code>: Buffer all messages on disk. The messages on disk are able to survive EMQX node restart.
|
|
131
138
|
<code>hybrid</code>: Buffer message in memory first, when up to certain limit (see <code>segment_bytes</code> config for more information), then start offloading messages to disk, Like <code>memory</code> mode, the messages will be lost in case of EMQX node restart.`,per_partition_limit:"Number of bytes allowed to buffer for each Azure Event Hubs partition. When this limit is exceeded, old messages will be dropped in a trade for credits for new messages to be buffered.",segment_bytes:`Applicable when buffer mode is set to <code>disk</code> or <code>hybrid</code>.
|
|
132
|
-
This value is to specify the size of each on-disk buffer file.`,partitions_limit:"Limits the maximum number of partitions to which a producer can send messages."},kinesis:{payload_template:"The template for formatting the outgoing messages. If undefined, will send all the available context in JSON format.",aws_access_key_id:"Access Key ID for connecting to Amazon Kinesis.",aws_secret_access_key:"AWS Secret Access Key for connecting to Amazon Kinesis.",endpoint:"The url of Amazon Kinesis endpoint.",stream_name:"The Amazon Kinesis Stream to publish messages to.",partition_key:"The Amazon Kinesis Partition Key associated to published message. Placeholders in format of ${'{'}var{'}'} are supported."},greptimedb:{server:"The IPv4 or IPv6 address or the hostname to connect to. A host entry has the following form: `Host[:Port]`.",dbname:"GreptimeDB database.",precision:"GreptimeDB time precision.",write_syntax:"Conf of GreptimeDB gRPC protocol to write data points. Write syntax is a text-based format that provides the measurement, tag set, field set, and timestamp of a data point, and placeholder supported, which is the same as InfluxDB line protocol.\nSee also [InfluxDB 2.3 Line Protocol](https://docs.influxdata.com/influxdb/v2.3/reference/syntax/line-protocol/) and\n[InfluxDB 1.8 Line Protocol](https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_tutorial/) <br/>\nTLDR:<br/>\n```\n<measurement>[,<tag_key>=<tag_value>[,<tag_key>=<tag_value>]] <field_key>=<field_value>[,<field_key>=<field_value>] [<timestamp>]\n```\nPlease note that a placeholder for an integer value must be annotated with a suffix `i`. For example `${'{'}payload.int_value{'}'}i`.",ttl:"The time-to-live setting for automatically created tables in GreptimeDB.",ts_column:"If defined, specifies a custom timestamp column name that will appear when querying."
|
|
139
|
+
This value is to specify the size of each on-disk buffer file.`,partitions_limit:"Limits the maximum number of partitions to which a producer can send messages."},kinesis:{payload_template:"The template for formatting the outgoing messages. If undefined, will send all the available context in JSON format.",aws_access_key_id:"Access Key ID for connecting to Amazon Kinesis.",aws_secret_access_key:"AWS Secret Access Key for connecting to Amazon Kinesis.",endpoint:"The url of Amazon Kinesis endpoint.",stream_name:"The Amazon Kinesis Stream to publish messages to.",partition_key:"The Amazon Kinesis Partition Key associated to published message. Placeholders in format of ${'{'}var{'}'} are supported."},greptimedb:{server:"The IPv4 or IPv6 address or the hostname to connect to. A host entry has the following form: `Host[:Port]`.",dbname:"GreptimeDB database.",precision:"GreptimeDB time precision.",write_syntax:"Conf of GreptimeDB gRPC protocol to write data points. Write syntax is a text-based format that provides the measurement, tag set, field set, and timestamp of a data point, and placeholder supported, which is the same as InfluxDB line protocol.\nSee also [InfluxDB 2.3 Line Protocol](https://docs.influxdata.com/influxdb/v2.3/reference/syntax/line-protocol/) and\n[InfluxDB 1.8 Line Protocol](https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_tutorial/) <br/>\nTLDR:<br/>\n```\n<measurement>[,<tag_key>=<tag_value>[,<tag_key>=<tag_value>]] <field_key>=<field_value>[,<field_key>=<field_value>] [<timestamp>]\n```\nPlease note that a placeholder for an integer value must be annotated with a suffix `i`. For example `${'{'}payload.int_value{'}'}i`.",ttl:"The time-to-live setting for automatically created tables in GreptimeDB.",ts_column:"If defined, specifies a custom timestamp column name that will appear when querying.",ciphers:`This config holds TLS cipher suite names separated by comma. The supported suites are as follows
|
|
140
|
+
- TLS_AES_256_GCM_SHA384
|
|
141
|
+
- TLS_AES_128_GCM_SHA256
|
|
142
|
+
- TLS_CHACHA20_POLY1305_SHA256
|
|
143
|
+
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
|
|
144
|
+
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
|
|
145
|
+
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
|
146
|
+
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256`},syskeeper_proxy:{listen:"The listening address for this Syskeeper proxy server",acceptors:"The number of the acceptors",handshake_timeout:"The maximum to wait for the handshake when a connection is created"},syskeeper_forwarder:{server:"The address of the Syskeeper proxy server",ack_mode:"Specify whether the proxy server should reply with an acknowledgement for the message forwarding, can be:<br/>- need_ack <br/>- no_ack <br/>",ack_timeout:"The maximum time to wait for an acknowledgement from the proxy server",target_topic:"The topic for the forwarded message",target_qos:"The QoS for the forwarded message, left blank for the original topic",template:"Message template. Placeholders supported."},elasticsearch:{server:"The REST server address of the ElasticSearch service.",routing:"Specifies the shard in the index where the document should be stored. If left blank, Elasticsearch decides.",wait_for_active_shards:`Number of shard replicas that must be active before proceeding.
|
|
133
147
|
Set to "all" or any positive integer, up to the total number of shards in the index (number_of_replicas+1).
|
|
134
148
|
Default: 1, i.e., the primary shard.`,index:"Name of the index or index alias to perform the operation on, supports ${'{'}var{'}'} format placeholders.",id:"Unique identifier for the document within the index, supports ${'{'}var{'}'} format placeholders. If ID is not specified, it is autogenerated by Elasticsearch.",doc:"Custom document template, supports ${'{'}var{'}'} format placeholders, must be convertible to a JSON object.\nFor example, `{'{'} \"field\": \"${'{'}payload.field{'}'}\" {'}'}`, or `${'{'}payload{'}'}`.",overwrite:"Overwrites the document if it already exists, otherwise the write will fail.",enable_pipelining:"A positive integer. Whether to send HTTP requests continuously, when set to 1, it means that after each HTTP request is sent, you need to wait for the server to return and then continue to send the next request.",connect_timeout:"The timeout when connecting to the ElasticSearch server.",doc_as_upsert:"Treat the update operation as an insert operation when the document to be updated does not exist, and insert the provided document as a new document."},s3:{acl:"The Access Control List (ACL) to use for the uploaded objects.",content:"The content of the object to be uploaded supports placeholders.",bucket:"The name of the bucket to which files will be uploaded. Needs to be pre-created in S3. Supports the ${'{'}var{'}'} placeholder format.",key:"The content of the object to be stored. By default, it is in JSON text format containing all fields. Supports placeholder settings such as ${'{'}payload{'}'}. The storage format depends on the format of the variable and can be stored in binary format.",column_order:"Event fields that will be ordered first as columns in the resulting CSV file.<br/>Regardless of this setting, resulting CSV will contain all the fields of aggregated events, but all the columns not explicitly mentioned here will be ordered after the ones listed here in the lexicographical order.",time_interval:"Amount of time events will be aggregated in a single object before uploading."},azure_blob_storage:{column_order:"Event fields that will be ordered first as columns in the resulting CSV file.<br/>Regardless of this setting, resulting CSV will contain all the fields of aggregated events, but all the columns not explicitly mentioned here will be ordered after the ones listed here in the lexicographical order.",time_interval:"Amount of time events will be aggregated in a single object before uploading.",content:"The content of the object to be uploaded supports placeholders.",blob:"Azure Blob Storage blob name.",parameters_container:"Azure Blob Storage container name."},snowflake:{database:"Name of the Database that contains the Snowflake resources.",schema:"Name of the Schema that contains the Snowflake resources.",stage:"Name of the Stage that'll be used for loading data files into Snowflake.",pipe:"Name of the Pipe that'll be used to ingest data into the table."},snowflake_streaming:{schema:"Name of the Schema that contains the Snowflake resources.",pipe:"Name of the Pipe that'll be used to ingest data into the table."},tablestore:{isint:"Whether try to write numeric value as integer. Defaults to false, means that write integers as floats.",isbinary:"Whether try to write binary values as binary type. Defaults to false, means that write binary values as strings."},disk_log:{filepath:"Base file path to the log file to be written to. Actual log files will have the format `filepath.N`, where `N` is `1..max_file_number`. The currently used file can be found by taking the file with the most recent modification date. Note that the directory containing it must also be writable by the EMQX application user, as it'll also contain extra files for internal use (ending in `.siz` and `.idx`).",max_file_size:"Maximum size for the currently active log file. At least one entry is written to each log, so the final file size may exceed this maximum if a single log entry exceeds this value.",max_file_number:"Maximum number of log files to be used. Once the maximum number of files is reached and a new rotation is required, the oldest such file is truncated and used as the new current file.",write_mode:"Whether to write logs synchronously or asynchronously to disk.",template:"Content of the JSON object to be written. Supports templates."},s3tables:{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."},quasardb:{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."},bigtable:{authentication_type:"Authentication method to use with GCP.",instance_id:"Bigtable instance identifier. Use the simple ID such as `myinst`, not the fully qualified `projects/.../instances/...` value.",table_id:"Bigtable table identifier. Use the simple ID such as `mytable`, not the fully qualified `projects/.../instances/.../tables/...` value.",row_key:"Key name that contains the message's row key.",mutations:"List of cell mutations to apply for a single received message.",type:"Set Cell mutation.",family_name:"Key name that contains the mutation's column family.",column_qualifier:"Key name that contains the mutation's column qualifier.",timestamp_micros:"Key name that contains the mutation's timestamp in microseconds.",value:"Key name that contains the mutation's value."}},u={title:"Streaming (beta)",streams:"Streams",streamName:"Stream Name",partitionNum:"Number of Partitions",mqttTopic:"MQTT Topic Filter",mqttTopicTip:"MQTT messages matching this topic filter are saved to the corresponding default type Stream. The free type Stream is not associated with an MQTT topic filter.",streamNameTip:"The Kafka topic for a Kafka client is the same as the Stream name.",retention:"Retention Period",consumerGroups:"Consumer Groups",groupID:"Group ID",streamNum:"Number of Streams",consumerNum:"Number of Consumers",protocol:"Protocol",consumers:"Consumers",consumerID:"Consumer ID",partition:"Partition",startOffset:"Start Offset",endOffset:"End Offset",partitions:"Partitions",newStream:"New Stream",streamNameFormatTip:"Start with a letter or number and can include letters, numbers, _, . and -, up to 64 characters",maxStreamsTip:"Up to {num} streams can be created",summary:"EMQX Streaming is an innovative feature of EMQX Platform that allows users to persistently store MQTT messages as data streams and consume them directly using Kafka clients.",enableStreaming:"Enable Streaming (beta)",usingStreaming:"With EMQX Streaming, you can:",streamingBenefits:["Reliably store large amounts of MQTT message data","Directly use Kafka clients for historical data replay and real-time subscription","Seamlessly integrate with existing backend applications and big data systems","Directly interface with stream processors like Flink for data processing"],betaTip:"This feature is in beta.",needVPCTip:"Streaming requires intranet access, please create a {vpc} first.",mqttTopicFormatTip:"Can contain letters, numbers, special characters (_, -, /, +, #, $, %, {'@'}, &, :, {'{'}{'}'} and .) and mid-string spaces (no leading/trailing spaces), up to 128 characters",streamType:"Stream Type",streamTypeLabel:{default:"Default",free:"Free"},streamTypeTip:"The default type Stream is associated with an MQTT topic filter, and MQTT messages matching the topic filter are saved to the Stream. The free type Stream is not associated with an MQTT topic filter.",authType:"Authentication Mechanism",host:"Host",hostTip:"Fill in a Host IP address or use <code>*</code> to match all Hosts.<br/>If <code>Literal</code> pattern is selected, an IP address of a host should be provided.",aclResourceType:"Resource Type",aclResourceName:"Resource Selector",aclOperation:"Operation",prefixed:"Prefix",consumerGroupType:"Consumer Group",clusterType:"Cluster",literal:"Literal",matchAll:"All",allow:"Allow",deny:"Deny",aclOperationLabelDic:{ALL:"All",READ:"Read",WRITE:"Write",DESCRIBE:"Describe",CREATE:"Create",DELETE:"Delete",ALTER:"Alter"},usernameRule:"Can contain letters, numbers and some special characters (_, -, /, +, #, $, %, {'@'}, & and .), up to 128 characters",aclDescription:`It refers to the permission control of the resources that Kafka clients can manipulate, including topics, consumer groups and clusters.
|
|
135
149
|
The default mode is whitelist, meaning that entries added to the list are allowed through, while those not added are denied by default.`,networkType:"Network Type",securityProtocol:"Security Protocol",metricTitleDic:{stream_count:"Streams",partition_count:"Partitions",group_count:"Consumer Groups",total_messages_in_rate:"Messages In",total_messages_out_rate:"Messages Out"}},m={title:"Streaming (beta)",streams:"Streams",streamName:"Stream 名称",partitionNum:"分区数量",mqttTopic:"MQTT 主题过滤器",mqttTopicTip:"匹配主题过滤器的 MQTT 消息会被保存到对应的 Default 类型的 Stream 中。Free 类型的 Stream 不与 MQTT 主题过滤器关联。",streamNameTip:"Kafka 客户端看到的 Kafka Topic 的名称和 Stream 名称相同。",retention:"保留天数",consumerGroups:"消费者组",groupID:"组 ID",streamNum:"Stream 数量",consumerNum:"消费者数量",protocol:"协议",consumers:"消费者列表",consumerID:"消费者 ID",partition:"分区",startOffset:"起始偏移量",endOffset:"结束偏移量",partitions:"分区列表",newStream:"新建 Stream",streamNameFormatTip:"以字母或数字开头,可包含字母、数字、下划线(_)、连字符(-)和点号(.),最长 64 个字符",maxStreamsTip:"最多可创建 {num} 个 Stream",summary:"EMQX Streaming 是 EMQX Platform 的一项创新特性,它允许用户将 MQTT 消息持久化存储为数据流,并直接使用 Kafka 客户端进行消费。",enableStreaming:"开通 Streaming (beta)",usingStreaming:"使用 EMQX Streaming,您可以:",streamingBenefits:["可靠地存储大量的 MQTT 消息数据","直接使用 Kafka 客户端进行历史数据回放和实时订阅","无缝集成现有的后端应用程序和大数据系统","直接与 Flink 等流处理器对接进行实时数据处理"],betaTip:"此功能目前处于公测阶段。",needVPCTip:"Streaming 功能需要内网访问,在开通前请先创建 {vpc}。",mqttTopicFormatTip:"可包含字母、数字、部分特殊字符(_、-、/、+、#、$、%、{'@'}、&、:、{'{'}{'}'} 和 .)及中间空格(无首尾空格),最长 128 个字符",streamType:"Stream 类型",streamTypeLabel:{default:"Default",free:"Free"},streamTypeTip:"Default 类型的 Stream 关联 MQTT 主题过滤器,且匹配主题过滤器的 MQTT 消息会被保存到 Stream 中。Free 类型的 Stream 不关联 MQTT 主题过滤器。",authType:"认证方式",host:"Host",hostTip:"填写 Host IP 地址或者使用 <code>*</code> 匹配所有 Host。<br/>如果您选择了 <code>精确匹配</code> 模式,则应提供一个 Host IP 地址。",aclResourceType:"资源类型",aclResourceName:"目标值",aclOperation:"操作类型",prefixed:"前缀匹配",consumerGroupType:"消费者组",clusterType:"集群",literal:"精确匹配",matchAll:"匹配所有",allow:"允许",deny:"不允许",aclOperationLabelDic:{ALL:"全部操作",READ:"读",WRITE:"写",DESCRIBE:"查看详情",CREATE:"创建",DELETE:"删除",ALTER:"更改"},usernameRule:"可包含字母、数字和部分特殊字符(_、-、/、+、#、$、%、{'@'}、& 和 .),最长 128 个字符",aclDescription:"是指对 Kafka 客户端所能操作的资源,包括主题、消费者组和集群等的权限控制。采用白名单模式,即只有在白名单中的条目才能通过,未在白名单中的则默认被拒绝。",networkType:"网络类型",securityProtocol:"安全协议",metricTitleDic:{stream_count:"Stream 数",partition_count:"分区数",group_count:"消费者组数",total_messages_in_rate:"消息流入速率",total_messages_out_rate:"消息流出速率"}},p={title:"ストリーミング(ベータ)",streams:"ストリーム",streamName:"ストリーム名",partitionNum:"パーティション数",mqttTopic:"MQTT トピックフィルタ",mqttTopicTip:"このトピックフィルターに一致する MQTT メッセージは、対応する「Default」タイプのストリームに保存されます。「Free」タイプのストリームは MQTT トピックフィルターと関連付けられていません。",streamNameTip:"Kafka クライアントで使用する Kafka トピックは、ストリーム名と同じです。",retention:"保持期間",consumerGroups:"コンシューマーグループ",groupID:"グループ ID",streamNum:"ストリーム数",consumerNum:"コンシューマー数",protocol:"プロトコル",consumers:"コンシューマー",consumerID:"コンシューマー ID",partition:"パーティション",startOffset:"開始オフセット",endOffset:"終了オフセット",partitions:"パーティション",newStream:"新規ストリーム",streamNameFormatTip:"文字または数字で始まり、文字、数字、「_」、「.」、「-」を含む最大 64 文字",maxStreamsTip:"最大 {num} 個のストリームを作成できます",summary:"「EMQX Streaming」は、EMQX プラットフォームの革新的な機能で、MQTT メッセージをデータストリームとして永続的に保存し、Kafka クライアントから直接コンシュームできます。",enableStreaming:"ストリーミングを有効にする(ベータ)",usingStreaming:"「EMQX Streaming」を使用すると、以下のことが可能です:",streamingBenefits:["大量の MQTT メッセージデータを確実に保存","Kafka クライアントを直接使用して履歴データの再生とリアルタイムサブスクリプション","既存のバックエンドアプリケーションやビッグデータシステムとのシームレスな統合","Flink などのストリームプロセッサとの直接インターフェース"],betaTip:"この機能はベータ版です。",needVPCTip:"ストリーミングを利用するには内部ネットワークへのアクセスが必要です。まず{vpc}を作成してください。",mqttTopicFormatTip:"アルファベット、数字、「_」、「-」、「/」、「+」、「#」、「$」、「%」、「{'@'}」、「&」、「:」、「{'{'}{'}'}」、中間の空白、および「.」のみ使え、最長 128 文字です",streamType:"ストリームタイプ",streamTypeLabel:{default:"Default",free:"Free"},streamTypeTip:"「Default」タイプのストリームは MQTT トピックフィルターと関連付けられており、そのフィルターに一致する MQTT メッセージがストリームに保存されます。Kafka クライアントからの「Free」タイプのストリームのは MQTT トピックフィルターと関連付けられていません。",authType:"認証方式",host:"Host",hostTip:"Fill in a Host IP address or use <code>*</code> to match all Hosts.<br/>If <code>Literal</code> pattern is selected, an IP address of a host should be provided.",aclResourceType:"リソースタイプ",aclResourceName:"リソース値",aclOperation:"操作",prefixed:"プレフィックス",consumerGroupType:"コンシューマーグループ",clusterType:"クラスタ",literal:"リテラル",matchAll:"すべて",allow:"許可",deny:"拒否",aclOperationLabelDic:{ALL:"すべて",READ:"読み取り",WRITE:"書き込み",DESCRIBE:"説明",CREATE:"作成",DELETE:"削除",ALTER:"変更する"},usernameRule:"アルファベット、数字、「_」、「-」、「/」、「+」、「#」、「$」、「%」、「{'@'}」、「&」および「.」のみ使え、最長 128 文字です",aclDescription:`It refers to the permission control of the resources that Kafka clients can manipulate, including topics, consumer groups and clusters.
|