dmarc-visualizer icon indicating copy to clipboard operation
dmarc-visualizer copied to clipboard

parsedmarc container is failing to establish connection with elasticsearch and continuously restarting.

Open kkin1995 opened this issue 9 months ago • 6 comments

The parsedmarc container is continuously throwing this exception and then restarting shortly afterwards.

parsedmarc_1     | elasticsearch.exceptions.ConnectionError: ConnectionError(<urllib3.connection.HTTPConnection object at 0x7a72bff966a0>: Failed to establish a new connection: [Errno -3] Try again) caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x7a72bff966a0>: Failed to establish a new connection: [Errno -3] Try again)

Also, in the Grafana dashboard, the following error pop-up is being thrown in the top right corner:

Templating
Template variable service failed Elasticsearch error: Bad Gateway

kkin1995 avatar May 07 '24 13:05 kkin1995