-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elasticsearch and parsedmarc connection error #31
Comments
Had the same error when elastic didnt booted and exited with error. |
There is no error but still the same issue |
I'm getting the same, elastic search doesn't seem to be starting and it's not giving me any errors. I've cloned the forked version with the new elasticsearch version! |
For anyone still struggling with this, see my comment on this newer Issue #41 (comment) |
I can see the grafana interface in the browser. however, can't see the statistics. I suspect it is because my elasticsearch and parsedmarc are not talking to each other. It got this error:
elasticsearch.exceptions.ConnectionError: ConnectionError(<urllib3.connection.HTTPConnection object at 0x7fac6e587dc0>: Failed to establish a new connection: [Errno 111] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x7fac6e587dc0>: Failed to establish a new connection: [Errno 111] Connection refused)
Any idea how to resolve it? Thanks
The text was updated successfully, but these errors were encountered: