
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2018 10:51 AM
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
- Labels:
-
Alfresco Process Services

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2018 08:07 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2018 08:07 PM
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
