Ryan007

Results 2 comments of Ryan007

FIRST OF ALL THANK YOU install by source code and complied, it works fine.

@zhexy123o 这里面你错误配置了 logging ES的配置: ` - name: logging-server enabled: true endpoints: - $[[env.PROD_ES_PASS]] basic_auth: username: $[[env.LOGGING_ES_USER]] password: $[[env.LOGGING_ES_PASS]] discovery: enabled: false ` endpoints里面把“endpoints: - $[[env.PROD_ES_PASS]]” 修改一下,改成 “endpoints: - $[[env.LOGGING_ES_ENDPOINT]]”