Configuring external elasticsearch server with IBM MobileFirst Analytics -


by default, mobilefirst analytics comes in-built elasticsearch. know if there way, can use elastic search cluster configured on different host , point mobilefirst analytics (instead of using out-of-box one)

i found article in knowledge center add stand-alone elasticsearch node, couldn't see set host details of external elasticsearch.

please advice.thank you.

if want mobilefirst platform analytics join cluster machine in different host name need indicate eleasticsearch instance is. can specify jndi property

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

operational analytics properties , configurations: https://www.ibm.com/support/knowledgecenter/sshs8r_7.1.0/com.ibm.worklight.monitor.doc/monitor/c_op_analytics_properties.html

for more info on es network configurations: https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html#common-network-settings


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -