How to access embedded Elasticsearch

cancel
Showing results for 
Search instead for 
Did you mean: 
pjain
Member II

How to access embedded Elasticsearch

Jump to solution

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 Solution

Accepted Solutions
pjain
Member II

Re: How to access embedded Elasticsearch

Jump to solution

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 solution in original post

1 Reply
pjain
Member II

Re: How to access embedded Elasticsearch

Jump to solution

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