Dear dcm4chee community,
I managed to successfully install the « secured archive and Elastic Stack on a single host » using Docker Compose.
It looks like I have a connection issue with elasticsearch. On the Dashboard page is printed the following message :
Unable to connect to Elasticsearch!
I also notice a JS error about « dcmuiElasticsearchConfig » in the browser inspector.
But it seems ES is running properly when I try :
curl -XGET 172.16.24.140:9200
{
"name" : "naqDHbk",
"cluster_name" : "docker-cluster",
"cluster_uuid" : "MnN6yn5wRXuWM3FbmFq4fw",
"version" : {
"number" : "6.3.2",
"build_flavor" : "oss",
"build_type" : "tar",
"build_hash" : "053779d",
"build_date" : "2018-07-20T05:20:23.451332Z",
"build_snapshot" : false,
"lucene_version" : "7.3.1",
"minimum_wire_compatibility_version" : "5.6.0",
"minimum_index_compatibility_version" : "5.0.0"
},
"tagline" : "You Know, for Search"
}
Is there some configuration steps I missed regarding elasticsearch features in arc 5 ?
What can I do to fix this issue ?
I read
here that the ES integration was not yet available in the open-source release. Is it still the case ?
Anyway, keep up the great work !
Best regards,
Here is a screenshot of the error I get on the Dashboard page :
