ElasticSearch Couchbase 复制问题
ElasticSearch Couchbase Replication Issue
我的 ElasticSearch
集群在 Couchbase
XDCR 配置中有问题。
创建集群引用时,我将私有 ip 10.28.0.21 作为 IP(我的 elasticsearch 和 couchbase 在同一台服务器上)。然后系统将其更改为我服务器的 public IP (92.222..)。这很奇怪。不知道为什么?
Couchbase 日志显示:
Updated remote cluster 'ElasticSearch' hostname to "92.222..:9091" because old one
("10.28.0.21:9091") is not part of the cluster anymore
感谢您的任何建议。
Couchbase 使用 ElasticSearch returns 的 IP 作为其主机地址。如果您希望 ElasticSearch 发布私有 IP 而不是 public,您可以使用 elasticsearch.yml 中的 network.publish_host
设置覆盖它。如果私有 IP 不是静态的,您可能必须将其设置为特定网络接口的 IP,例如 _eth0_
。在这里查看更多详细信息:https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html
我的 ElasticSearch
集群在 Couchbase
XDCR 配置中有问题。
创建集群引用时,我将私有 ip 10.28.0.21 作为 IP(我的 elasticsearch 和 couchbase 在同一台服务器上)。然后系统将其更改为我服务器的 public IP (92.222..)。这很奇怪。不知道为什么?
Couchbase 日志显示:
Updated remote cluster 'ElasticSearch' hostname to "92.222..:9091" because old one ("10.28.0.21:9091") is not part of the cluster anymore
感谢您的任何建议。
Couchbase 使用 ElasticSearch returns 的 IP 作为其主机地址。如果您希望 ElasticSearch 发布私有 IP 而不是 public,您可以使用 elasticsearch.yml 中的 network.publish_host
设置覆盖它。如果私有 IP 不是静态的,您可能必须将其设置为特定网络接口的 IP,例如 _eth0_
。在这里查看更多详细信息:https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html