diff --git a/src/i18n/langs/cn.json b/src/i18n/langs/cn.json index 2eaf12c63..c4199f224 100644 --- a/src/i18n/langs/cn.json +++ b/src/i18n/langs/cn.json @@ -561,7 +561,7 @@ "sessionMonitor": "监控", "TerminateTaskSendSuccessMsg": "终断任务已下发,请稍后刷新查看", "helpText": { - "esUrl": "提示:不需要写 http/https(例如:jumpserver.abc.com:9200)", + "esUrl": "提示:如果有多台主机,请使用逗号 ( , ) 进行分割。(eg: http://www.jumpserver.a.com,http://www.jumpserver.b.com)", "esIndex": "提示:填写es服务器上已经创建好的索引" } }, diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index f197d5bc3..f4bf2e791 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -560,7 +560,7 @@ "sessionMonitor": "Session Monitor", "TerminateTaskSendSuccessMsg": "Terminate task has been send, Please check later", "helpText": { - "esUrl": "Tip: You don't need to write HTTP/HTTPS (for example, Jumpserver.abc.com :9200)", + "esUrl": "Tip: If you have multiple hosts, use comma (,) to split (eg: http://www.jumpserver.a.com,http://www.jumpserver.b.com)", "esIndex":"Tip: Fill in the index that has been created on the ES server" } },