Open VolodymyrLykhachov opened 4 years ago
Same with elasticsearch 6.8.5 Cluster is started and I can see info on stats/health/recovery. I start elasticsearchHQ --- http://servername:9200
It just cannot build the connection to the string I submitted -- dying in create_connection (ConnectionService.py line:58) in the call to string_to_bool.
Question -- why is a passed boolean value (verify_certs) being passed to a string_to_bool() function that tests is the value passed is some kind of true/t/True/true/false/False/fal type string?
Its a boolean value already!
commented out lines 58-59 ... since the values were already boolean
works fine
How are you installing/running HQ? The reason this was added was because when you run in a docker container, the ENV args come in as strings. When command line, they come in as booleans, as you noted.
General information
Issue Description
Steps:
but I am able to get info from my ES instance on http://localhost:9200/ in Chrome browser
Source Code / Logs