Closed chberti closed 3 years ago
Found it !
The Use Case "Cluster with Cassandra & Elasticsearch" contains a mistake : http://docs.thehive-project.org/thehive/installation-and-configuration/configuration/database/ It's ssl.enabled instead of ssl.enable
My truststore was messed up (recreated it properly with keytool)
Have a nice week-end.
Charles BERTI
Request Type
Bug
Work Environment
Problem Description
Hi there,
I'm currently trying to migrate from a local elasticsearch instance (for indexing) to a real cluster which is secured (HTTPS enabled etc).
I followed the following use case which is the same as mine : http://docs.thehive-project.org/thehive/installation-and-configuration/configuration/database/ , panel Cluster With Cassandra and ElasticSearch
My configuration looks like the following :
Index configuration
Steps to Reproduce
Complementary information
[info] o.j.d.Backend [|] Configuring index [search]
[warn] o.j.d.e.r.RestElasticSearchClient [6] Unable to determine Elasticsearch server version. Default to SEVEN
org.apache.http.ConnectionClosedException: Connection is closed
.
[insert stacktrace here]
at org.janusgraph.diskstorage.es.ElasticSearchIndex.<init>(ElasticSearchIndex.java:32)
From TheHive instance, curl "https://node01/_cluster/health" -k -u mysuperuser works fine, I can do anything I want trom TheHive server to any ElasticSearch node via curl commands.