Question

Installing global search

Hi community,

 

I followed the documentation found here : https://academy.creatio.com/docs/user/on_site_deployment/containerized_…

 

Everything worked fine until this curl request :

 

curl -v -X POST -d '{"templateName": "[TEMPLATE_NAME]"}' -H "Content-Type: application/json" http://[SERVER2_IP_ADDRESS]:81/sites/[SITE_NAME]/search

 

I get the error found in the attached files.

I saw a post in Russian where they advised to re-install all the components and retry. I did it but it didn't worked. All my containers are up and work perfectly.

 

Do you have any idea on how to solve this issue ?

 

Best regards,

Jonathan

 

 

Like 0

Like

1 comments

Hi Jonathan, 



Judging by the error message, the Global Search service cannot access ElasticSearch server. 

You need to specify the Ip of the server where your ElasticSearch is deployed in env file in the folder [services] 



Best regards,

Yurii.

 

Show all comments