Can I use one ElasticSearch server for multiple instances

I couldn't find guide how to use one ElasticSearch server to be used by multiple SugarCRM instances in safe manner? Can I use suggested SugarCRM configuration for multiple sugarCRM instances, and will it not mix indexes from two different instances(I guess sugarcrm should use some random hash as part of index keys, but need confirmation).

Parents
  • Hi Ivica Nedeljkovic,

    I think you can use one ElasticSearch Server with multiple SugarCRM if the config.php has unique_key different in all the SugarCRM instances. The ElasticSearch server uses this unique_key defined inside SugarCRM to create index for each instances. 

Reply
  • Hi Ivica Nedeljkovic,

    I think you can use one ElasticSearch Server with multiple SugarCRM if the config.php has unique_key different in all the SugarCRM instances. The ElasticSearch server uses this unique_key defined inside SugarCRM to create index for each instances. 

Children
No Data