Setting Custom Log Time
You can enable Custom Log Time to display the custom log time on the Log Search tab page. If Custom Log Time is disabled, the log collection time is displayed as the log time on this tab page.
Enabling Custom Log Time
- Log in to the LTS console. The Log Management page is displayed by default.
- Click the target log group or log stream to access the log stream details page.
- On the Log Search tab page, click Log Settings in the upper right corner. On the displayed page, click the Cloud Structuring Parsing tab. For details, see Setting Cloud Structuring Parsing.
- After cloud structuring parsing is configured, enable Custom Log Time and specify the following parameters.
A time deviation may occur around the time displayed on the log search page when you enable or disable Custom Log Time. Do not frequently enable or disable it.
Table 1 Parameter configuration Parameter
Description
Example
Field Key
Name of an extracted field. Select an extracted field from the drop-down list. The field must be of the string or long type.
test
Field Value
For an extracted field, after you select a key, its value is automatically filled in.
2022-07-19 12:12:00
Format
For details, see Common Log Time Formats.
yyyy-MM-dd HH:mm:ss
Operation
Click Verify. If message "The time format is successfully matched with the time field value." is displayed, the verification is successful.
-
Common Log Time Formats
Table 2 lists common log time formats.
By default, log timestamps in LTS are accurate to the second. You do not need to configure information such as milliseconds and microseconds.
| Format | Description | Example |
|---|---|---|
| EEE | Abbreviation for a day of the week. | Fri |
| EEEE | Full name for a day of the week. | Friday |
| MMM | Abbreviation for a month. | Jan |
| MMMM | Full name for a month. | January |
| dd | Day of the month, ranging from 01 to 31 (decimal). | 07, 31 |
| HH | Hour, in 24-hour format. | 22 |
| hh | Hour, in 12-hour format. | 11 |
| MM | Month, ranging from 01 to 12 (decimal). | 08 |
| mm | Minute, ranging from 00 to 59 (decimal). | 59 |
| a | AM or PM marker. | AM, PM |
| hh:mm:ss a | Time, in 12-hour format. | 11:59:59 AM |
| HH:mm | Hour and minute. | 23:59 |
| ss | Second, ranging from 00 to 59 (decimal). | 59 |
| yy | Year without century, ranging from 00 to 99 (decimal). | 04, 98 |
| yyyy | Year (decimal). | 2004, 1998 |
| d | Day of the month, ranging from 1 to 31 (decimal). | 7, 31 |
| DDD | Day of the year, ranging from 001 to 366 (decimal). | 365 |
| u | Day of the week, ranging from 1 to 7 (decimal). 1 indicates Monday. | 2 |
| w | Week of the year. Sunday is the start of a week. The value ranges from 00 to 53. | 23 |
| W | Week of the month, ranging from 0 to 5. | 2 |
| U | Day of the week, ranging from 0 to 6 (decimal). 0 indicates Sunday. | 5 |
| EEE MMM dd HH:mm:ss yyyy | Standard date and time. | Tue Nov 20 14:12:58 2020 |
| EEE MMM dd yyyy | Standard date without time. | Tue Nov 20 2020 |
| HH:mm:ss | Standard time without date. | 11:59:59 |
| %s | Unix timestamp. | 147618725 |
Examples
Table 3 lists common time standards, examples, and expressions.
| Example | Time Expression | Time Standard |
|---|---|---|
| 2022-07-14T19:57:36+08:00 | yyyy-MM-dd'T'HH:mm:ssXXX | Custom |
| 1548752136 | %s | Custom |
| 27/Jan/2022:15:56:44 | dd/MMM/yyyy:HH:mm:ss | Custom |
| 2022-08-15 17:53:23+08 | yyyy-MM-dd HH:mm:ssX | Custom |
| 2022-08-05T08:24:15.536+0000 | yyyy-MM-dd'T'HH:mm:ss.SSSZ | Custom |
| 2022-08-20T10:04:03.204000Z | yyyy-MM-dd'T'HH:mm:ss.SSSZ | Custom |
| 2022-08-22T06:52:08Z | yyyy-MM-dd'T'HH:mm:ssZ | Custom |
| 2022-07-24T10:06:41.000 | yyyy-MM-dd'T'HH:mm:ss.SSS | Custom |
| Monday, 02-Jan-06 15:04:05 MST | EEEE, dd-MMM-yy HH:mm:ss Z | RFC850 |
| Mon, 02 Jan 2006 15:04:05 MST | EEE, dd MMM yyyy HH:mm:ss Z | RFC1123 |
| 02 Jan 06 15:04 MST | dd MMM yy HH:mm Z | RFC822 |
| 02 Jan 06 15:04 -0700 | dd MMM yy HH:mm Z | RFC822Z |
| 2023-01-02T15:04:05Z07:00 | yyyy-MM-dd'T'HH:mm:ss Z | RFC3339 |
| 2022-12-11 15:05:07 | yyyy-MM-dd HH:mm:ss | Custom |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot