TarsFramework icon indicating copy to clipboard operation
TarsFramework copied to clipboard

最新版本的调用链es支持集群版本吗?

Open wangkaihust opened this issue 2 years ago • 2 comments

<tars> 
 <elk>
    # 连接es的协议,不配置默认http
    protocol=http
    <nodes>
       # es node 地址,如果不配置,那么调用链分析功能将不会工作。
       # 172.16.8.137:9200
    </nodes>
    log_dir=/usr/local/app/tars/remote_app_log/_tars_/_trace_
 </elk>
</tars>

配置文件里显示的es地址只有单点的

wangkaihust avatar Mar 22 '22 08:03 wangkaihust

你自己配置es集群, 这个配置es集群的代理入口就行了吧?

ruanshudong avatar Mar 24 '22 06:03 ruanshudong

你自己配置es集群, 这个配置es集群的代理入口就行了吧?

意思是我在es集群的上层搭建一个类似nginx或者haproxy的代理吗?

wangkaihust avatar Mar 25 '22 07:03 wangkaihust