未验证 提交 e2d1ff43 编写于 作者: D Daniel Qian 提交者: GitHub

StorageModuleElasticsearchProvider doesn't watch on TrustStorePath (#8205)

Ref https://github.com/apache/skywalking/discussions/8204
上级 1acba5d2
...@@ -62,6 +62,7 @@ Release Notes. ...@@ -62,6 +62,7 @@ Release Notes.
* Support using IoTDB as a new storage option. * Support using IoTDB as a new storage option.
* Add customized envoy ALS protocol receiver for satellite transmit batch data. * Add customized envoy ALS protocol receiver for satellite transmit batch data.
* Remove `logback` dependencies in IoTDB plugin. * Remove `logback` dependencies in IoTDB plugin.
* Fix `StorageModuleElasticsearchProvider` doesn't watch on `trustStorePath`.
#### UI #### UI
......
...@@ -145,7 +145,7 @@ public class StorageModuleElasticsearchProvider extends ModuleProvider { ...@@ -145,7 +145,7 @@ public class StorageModuleElasticsearchProvider extends ModuleProvider {
elasticSearchClient.setTrustStorePass(config.getTrustStorePass()); elasticSearchClient.setTrustStorePass(config.getTrustStorePass());
elasticSearchClient.connect(); elasticSearchClient.connect();
} }
}, config.getSecretsManagementFile(), config.getTrustStorePass()); }, config.getSecretsManagementFile(), config.getTrustStorePath());
/* /*
* By leveraging the sync update check feature when startup. * By leveraging the sync update check feature when startup.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册