错误信息: panic: no active connection found: no Elasticsearch node available 在docker中运行es时,默认启动sniffing 模式,es自动查找节点, 要确保Elasticsearch返回可从容器外部访问的IP地址. 解决方式为关闭sniffing或者配置es返回的主机地址,参考 https://github.com/olivere/elastic/wiki/Docker 1. 配置elasticsearch - 将net…