This is an automated email from the ASF dual-hosted git repository. healchow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push: new 1cd0c841c [INLONG-7064][Dashboard] Update the FilePathHelp value (#7065) 1cd0c841c is described below commit 1cd0c841c689b86d12e514bd466c9870b96367c9 Author: Charles Zhang <dockerzh...@apache.org> AuthorDate: Mon Dec 26 14:06:00 2022 +0800 [INLONG-7064][Dashboard] Update the FilePathHelp value (#7065) --- inlong-dashboard/src/locales/cn.json | 2 +- inlong-dashboard/src/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inlong-dashboard/src/locales/cn.json b/inlong-dashboard/src/locales/cn.json index 213a25075..405bf0132 100644 --- a/inlong-dashboard/src/locales/cn.json +++ b/inlong-dashboard/src/locales/cn.json @@ -19,7 +19,7 @@ "meta.Sources.File.SerializationType": "文件类型", "meta.Sources.File.DataSourceIP": "数据源 IP", "meta.Sources.File.FilePath": "⽂件路径", - "meta.Sources.File.FilePathHelp": "必须是绝对路径,支持正则表达式,多个时以逗号分隔,如:/data/.*.log", + "meta.Sources.File.FilePathHelp": "必须是绝对路径,支持正则表达式,多个时以逗号分隔,如:/data/.*log", "meta.Sources.File.IpRule": "请输入正确的IP地址", "meta.Sources.File.TimeOffset": "时间偏移量", "meta.Sources.File.TimeOffsetHelp": "从文件的某个时间开始采集,'1m'表示1分钟之后,'-1m'表示1分钟之前,支持m(分钟),h(小时),d(天),空则从当前时间开始采集", diff --git a/inlong-dashboard/src/locales/en.json b/inlong-dashboard/src/locales/en.json index a98d14d3e..592fb85f0 100644 --- a/inlong-dashboard/src/locales/en.json +++ b/inlong-dashboard/src/locales/en.json @@ -19,7 +19,7 @@ "meta.Sources.File.SerializationType": "File type", "meta.Sources.File.DataSourceIP": "Data source IP", "meta.Sources.File.FilePath": "File path", - "meta.Sources.File.FilePathHelp": "Must be an absolute path and support regular expressions, such as: /data/.*.log", + "meta.Sources.File.FilePathHelp": "Must be an absolute path and support regular expressions, such as: /data/.*log", "meta.Sources.File.IpRule": "Please enter the IP address correctly", "meta.Sources.File.TimeOffset": "Time offset", "meta.Sources.File.TimeOffsetHelp": "The file will be collected from a certain time,' 1m' means 1 minute later,' -1m' means 1 minute before, and m(minute), h(hour), d(day) are supported. If it is empty, the file will be collected from the current time",