_Load_And_ViewResults.py starts an elasticsearch-kibana Docker container and fails with a ConnectionError/ProtocolError/RemoteDisconnected exception if Elasticsearch is not reachable within 10 seconds:
Upon start up it may take more than 10 seconds for the elasticsearch-kibana container to make Elasticsearch reachable to applications in the host.
Instead of sleeping for fixed 10 seconds I suggest _Load_And_ViewResults.py be modified to wait until Elasticsearch.ping() returns True.
_Load_And_ViewResults.py starts an elasticsearch-kibana Docker container and fails with a ConnectionError/ProtocolError/RemoteDisconnected exception if Elasticsearch is not reachable within 10 seconds:
Upon start up it may take more than 10 seconds for the elasticsearch-kibana container to make Elasticsearch reachable to applications in the host.
Instead of sleeping for fixed 10 seconds I suggest _Load_And_ViewResults.py be modified to wait until Elasticsearch.ping() returns True.