使用 IBM MobileFirst Analytics 配置外部弹性搜索服务器

Configuring external elasticsearch server with IBM MobileFirst Analytics

默认情况下,MobileFirst Analytics 附带一个内置的弹性搜索。我想知道是否有办法,我可以使用在不同主机上配置的弹性搜索集群并将其指向 MobileFirst Analytics(而不是使用开箱即用的)

我在 Knowledge center to add a stand-alone elasticsearch node 找到了一篇文章,但是我看不到在哪里设置外部 elasticsearch 的主机详细信息。

请advice.Thank你

如果您希望 MobileFirst Platform Analytics 加入具有不同主机名的机器的集群,那么您需要指明该 Eleasticsearch 实例所在的位置。您可以将其指定为 JNDI 属性

<jndiEntry jndiName="analytics/discovery.zen.ping.unicast.hosts" value="['yourotherhost:port','otherhost:otherport']" />

运营分析属性和配置: https://www.ibm.com/support/knowledgecenter/SSHS8R_7.1.0/com.ibm.worklight.monitor.doc/monitor/c_op_analytics_properties.html

有关 ES 网络配置的更多信息: https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html#common-network-settings