Open Nexulo opened 3 years ago
Good job @maisen20 , its working over here now to after having not able to connect to ES clusters as described here: https://github.com/ElasticHQ/elasticsearch-HQ/issues/543
Does this work with 8.x versions of elasticsearch?
I am using : Version: 8.1.0, Build: default/deb/3700f7679f7d95e36da0b43762189bab189bc53a, JVM: 17.0.2
The installation via source code worked, but unfortunately I still could not use the application.
I could not establish a connection (500 internal server error). After that I found the problem comes from the Flask version defined in requirements.txt.
After some adjustments of the package versions I got it to work. The following is my new requirements.txt file:
hope this helps someone.