cancel
Showing results for 
Search instead for 
Did you mean: 

How to access embedded Elasticsearch

pjain
Champ in-the-making
Champ in-the-making

We are using Alfresco Process Services (Activiti) 1.8.1. It is using embedded Elasticsearch. But I am not able to connect it using http for querying purposes.

activiti

1 ACCEPTED ANSWER

pjain
Champ in-the-making
Champ in-the-making

I was able to make it work. Actually, all we have to do is set following two properties in activiti-app.properties and you should be able to access Elastic search at localhost:9200

elastic-search.enable.http=false
elastic-search.enable.http.cors=false

View answer in original post

1 REPLY 1

pjain
Champ in-the-making
Champ in-the-making

I was able to make it work. Actually, all we have to do is set following two properties in activiti-app.properties and you should be able to access Elastic search at localhost:9200

elastic-search.enable.http=false
elastic-search.enable.http.cors=false