-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
To whom it may concern:
I have tried to convert to Elasticsearch, but there occured some problems just like this:
02/10/2020 13:58:04 - WARNING - elasticsearch - HEAD http://172.21.37.55:9200:9200/document [status:N/A request:0.027s]
Traceback (most recent call last):
File "/home/sung/anaconda3/lib/python3.7/site-packages/urllib3/connection.py", line 159, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw)
File "/home/sung/anaconda3/lib/python3.7/site-packages/urllib3/util/connection.py", line 57, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "/home/sung/anaconda3/lib/python3.7/socket.py", line 748, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name or service not known
Do you have any idea? Thank you.
Jonathan