You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When launching 3.4 RC2 and having it connect to an elasticsearch cluster without the hive indexes already created the application just fails and doesn't prompt you to create the index (which it does in RC1).
Steps to Reproduce
Launch 3.4RC2 from deb, pointed at an empty elasticsearch cluster
Connect to the server in your browser, get an error message flash by really quick, and then get the login screen
Request Type
Bug
Work Environment
Problem Description
When launching 3.4 RC2 and having it connect to an elasticsearch cluster without the hive indexes already created the application just fails and doesn't prompt you to create the index (which it does in RC1).
Steps to Reproduce
Possible Solutions
Install RC1 instead (apt-get install -y thehive=3.4.0-0.1RC1)
Complementary information
There are two hacks we perform to get thehive to work in our environment.
We add an encoder to print logs in json to thehive's classpath (logstash-logback-encoder-4.11.jar)
This is done by running
Because AWS Fargate doesn't specify a localhost/hostname line in /etc/hosts, we add one before running the hive
If it's useful, I can share our Dockerfile and associated entrypoint script.
The text was updated successfully, but these errors were encountered: