Elasticsearch
An Elasticsearch (ES) index server is required for Flowable Engage:
-
Download Elasticsearch 6.x from the Elastic website at https://www.elastic.co/downloads/elasticsearch.
-
Extract the downloaded package to a desired folder on the filesystem.
-
From a command prompt in the folder start Elasticsearch by submitting
bin/elasticsearch
.
Flowable Engage expects Elasticsearch to be running on
http://localhost:9200 which is the
default for a vanilla Elasticsearch configuration.
If you are running Elasticsearch on a different host
or port, you can configure the address of Elasticsearch within
the application.properties
file you created in the prior section:
flowable.indexing.elasticsearch-addresses=http://localhost:9200