unable to connect to elasticsearch
Hey, I've followed the installation steps and guide given in the wiki page but when ever I try to run the ohp.py I'm getting the "unable to connect to elasticsearch" error elastic search is working on my local machine

Have you solved this error? I have the same error now and can't find a solution.. Need help
Have you solved this error? I have the same error now and can't find a solution.. Need help
No :(
@kuttykut3 @sumukhchitloor There was a bug at: https://github.com/OWASP/Python-Honeypot/blob/master/core/compatible.py#L91-L92
You need to replace the second argument with api_database_http_auth
connection = elasticsearch.Elasticsearch(
hosts=api_config["api_database"],
http_auth=api_config["api_database_http_auth"]
)
what version of elastic search do you have installed?