thesumery commented on code in PR #538: URL: https://github.com/apache/inlong-website/pull/538#discussion_r969117989
########## docs/modules/agent/overview.md: ########## @@ -25,6 +25,21 @@ User-configured path monitoring, able to monitor the created file information Directory regular filtering, support YYYYMMDD+regular expression path configuration Breakpoint retransmission, when InLong-Agent restarts, it can automatically re-read from the last read position to ensure no reread or missed reading. +#### File options +| Parameter | Required | Default value | Type | Description | +| ----------------------------- | -------- | ------------- | ------ | ------------------------------------------------------------ | +| pattern | required | (none) | String | File pattern. For example: /root/[*].log | +| timeOffset | optional | (none) | String | File name includes time, for example: *** YYYYMMDDHH *** YYYY represents the year, MM represents the month, DD represents the day, and HH represents the hour, *** is any character. '1m' means one minute after, '-1m' means one minute before. '1h' means one hour after, '-1h' means one hour before. '1d' means one day after, '-1d' means one day before.| Review Comment: *** YYYYMMDDHH *** should be ` YYYYMMDDHH ` ? ########## docs/modules/agent/overview.md: ########## @@ -25,6 +25,21 @@ User-configured path monitoring, able to monitor the created file information Directory regular filtering, support YYYYMMDD+regular expression path configuration Breakpoint retransmission, when InLong-Agent restarts, it can automatically re-read from the last read position to ensure no reread or missed reading. +#### File options +| Parameter | Required | Default value | Type | Description | +| ----------------------------- | -------- | ------------- | ------ | ------------------------------------------------------------ | +| pattern | required | (none) | String | File pattern. For example: /root/[*].log | +| timeOffset | optional | (none) | String | File name includes time, for example: *** YYYYMMDDHH *** YYYY represents the year, MM represents the month, DD represents the day, and HH represents the hour, *** is any character. '1m' means one minute after, '-1m' means one minute before. '1h' means one hour after, '-1h' means one hour before. '1d' means one day after, '-1d' means one day before.| Review Comment: Please correct the above format errors in the Chinese document in the same time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org