davidsheard opened a new issue #13372: URL: https://github.com/apache/superset/issues/13372
Hi, I have spent all day trying to connect Superset to Elasticsearch I added a Database and tested the connection using this string: elasticsearch+http://elastic:elastic@localhost:9200/ I can connect to Kibana using elastic:elastic as I set this password. I also removed basic security on elasticsearch and ran: elasticsearch+http://localhost:9200/ - with same error. I get this error: "ERROR: Could not load database driver: elasticsearch+http" I even removed the training forward slash. I am running a local instance of Superset and Elasticsearch on my Mac. I am using Docker and Superset is running fine: docker-compose -f docker-compose.yml up. (I even tried docker-compose up) superset_node | No type errors found superset_node | Version: typescript 4.0.3 superset_node | Time: 119888ms superset_node | <s> [webpack.Progress] 100% superset_node | superset_node | 10612 modules I installed: pip install elasticsearch-dbapi I tried elasticsearch 7.6.2 and then installed 7.10.1 which is running fine. pip install elasticsearch==7.10.1 I tired with basic security via X-Pack and without. I have no idea what to try next?? If I can't find a solution I'll go back to Kiabna. I am playing to see if it's worth adding to our visualisation tools at our company but so far not looking good. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
