|
@@ -7,7 +7,7 @@ from tqdm import tqdm # 进度条库
|
|
# 禁用SSL警告
|
|
# 禁用SSL警告
|
|
urllib3.disable_warnings()
|
|
urllib3.disable_warnings()
|
|
timeout = 180
|
|
timeout = 180
|
|
-# 连接配置(使用图片中的参数)
|
|
|
|
|
|
+# 连接配置
|
|
es_host = "http://127.0.0.1:19800"
|
|
es_host = "http://127.0.0.1:19800"
|
|
es_username = "jianyuGr"
|
|
es_username = "jianyuGr"
|
|
es_password = "we3g8glKfe#"
|
|
es_password = "we3g8glKfe#"
|