If the specified log file directory does not exist, the system will now fall back to the default log directory "${EMQX_LOG_DIR}", ensuring smoother operation without errors. Observability #14267 Modified the logging behavior to avoid redacting secrets in logs and HTTP responses when the ...
If the specified log file directory does not exist, the system will now fall back to the default log directory "${EMQX_LOG_DIR}", ensuring smoother operation without errors. Observability #14267 Modified the logging behavior to avoid redacting secrets in logs and HTTP responses when the secret...
Fix the issue that the abnormal login detection function does not delete the expired data, resulting in memory growth Fix the issue that the built-in ACL module did not clear the ACL cache when reloading Fix the issue that client.disconnected event in WebHook plugin goes wrong in some cases ...
1 logging: 2 config: classpath:logback-spring.xml 3 spring: 4 datasource: 5 driver-class-name: com.mysql.jdbc.Driver 6 url: jdbc:mysql://localhost:3306/test 7 username: root 8 password: 123456 9 10 11 12 13 14 注意:加载logback的配置文件一定要有classpath: 否则报错 1. 2. 3. 4. ...
Hi, so how can I import a config file to another device if that key does not exist in the backup directory. I tried curl -vXPOST \ -su admin:public \ -d @backup.json \ http://localhost:8081/api/v4/data/import however, I just get a "not_found" message response. ...
set-xecho"The storage tacker container does not exist")fi} Fastdfs_Slave(){ read-p"请输入Slave IP:"fast_IP read-p"请输入Slave 服务器密码:"PassWord sshpass-p$PassWordsshroot@$fast_IP'docker rm -f esl_tracker_1 && docker rm -f esl_storage_1'} ...
---## Cluster using static node list## Node list of the cluster.### Value: String## cluster.static.seeds = emqx1@127.0.0.1,emqx2@127.0.0.1##---## Cluster using IP Multicast.## IP Multicast Address.### Value: IP Address## cluster.mcast.addr = 239.192.0.1## Multicast Ports.#...
If the file does not exist, you need to install the version of OPENSSL corresponding with what printed by otool. For example, it shown here as openssl@1.1: bash $ brew install openssl@1.1 After the installation is complete, you can start EMQX normally. ...
LwM2M gateway supported sending downlink data using Block Wise Transfer. Added the new SQL functions: map_keys(), map_values(), map_to_entries(), join_to_string(), join_to_string(), join_to_sql_values_string(), is_null_var(), is_not_null_var(). For more information on the funct...
- MQTTX Web only supports connections via WebSocket, not TCP. - Due to browser constraints, MQTTX Web does not support two-way SSL/TLS authentication. - Certain features available in the Desktop version, such as data import/export, script execution, and access to logs, are absent in the ...