instruction
stringclasses
2 values
input
stringlengths
7
252
output
stringlengths
7
302
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 7466 (httpd).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:25:45 combo kernel nan Out of Memory: Killed process 7466 (httpd).
Month=Dec, Date=6, Time=00:25:45, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 7466 (httpd).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 7474 (httpd).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:26:05 combo kernel nan Out of Memory: Killed process 7474 (httpd).
Month=Dec, Date=6, Time=00:26:05, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 7474 (httpd).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 7473 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:26:17 combo kernel nan Out of Memory: Killed process 7473 (python).
Month=Dec, Date=6, Time=00:26:17, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 7473 (python).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 7475 (httpd).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:26:30 combo kernel nan Out of Memory: Killed process 7475 (httpd).
Month=Dec, Date=6, Time=00:26:30, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 7475 (httpd).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 7476 (httpd).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:26:37 combo kernel nan Out of Memory: Killed process 7476 (httpd).
Month=Dec, Date=6, Time=00:26:37, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 7476 (httpd).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 7477 (httpd).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:26:45 combo kernel nan Out of Memory: Killed process 7477 (httpd).
Month=Dec, Date=6, Time=00:26:45, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 7477 (httpd).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 7478 (httpd).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:26:54 combo kernel nan Out of Memory: Killed process 7478 (httpd).
Month=Dec, Date=6, Time=00:26:54, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 7478 (httpd).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 7135 (sendmail).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:00 combo kernel nan Out of Memory: Killed process 7135 (sendmail).
Month=Dec, Date=6, Time=00:27:00, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 7135 (sendmail).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 7270 (sendmail).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:04 combo kernel nan Out of Memory: Killed process 7270 (sendmail).
Month=Dec, Date=6, Time=00:27:04, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 7270 (sendmail).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 7472 (mrtg).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:09 combo kernel nan Out of Memory: Killed process 7472 (mrtg).
Month=Dec, Date=6, Time=00:27:09, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 7472 (mrtg).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
httpd: page allocation failure. order:0, mode:0x1d2
httpd: page allocation failure. order:<*>, mode:<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:23 combo kernel nan httpd: page allocation failure. order:0, mode:0x1d2
Month=Dec, Date=6, Time=00:27:23, Level=combo, Component=kernel, PID=nan, Content=httpd: page allocation failure. order:0, mode:0x1d2
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0212ebf3>] __alloc_pages+0x274/0x281
[<*>] __alloc_pages+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:23 combo kernel nan [<0212ebf3>] __alloc_pages+0x274/0x281
Month=Dec, Date=6, Time=00:27:23, Level=combo, Component=kernel, PID=nan, Content=[<0212ebf3>] __alloc_pages+0x274/0x281
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<021303bd>] do_page_cache_readahead+0xa3/0x101
[<*>] do_page_cache_readahead+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:23 combo kernel nan [<021303bd>] do_page_cache_readahead+0xa3/0x101
Month=Dec, Date=6, Time=00:27:23, Level=combo, Component=kernel, PID=nan, Content=[<021303bd>] do_page_cache_readahead+0xa3/0x101
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0212c71b>] filemap_nopage+0x119/0x26d
[<*>] filemap_nopage+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:23 combo kernel nan [<0212c71b>] filemap_nopage+0x119/0x26d
Month=Dec, Date=6, Time=00:27:23, Level=combo, Component=kernel, PID=nan, Content=[<0212c71b>] filemap_nopage+0x119/0x26d
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<021361c7>] do_no_page+0xa1/0x235
[<*>] do_no_page+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:23 combo kernel nan [<021361c7>] do_no_page+0xa1/0x235
Month=Dec, Date=6, Time=00:27:23, Level=combo, Component=kernel, PID=nan, Content=[<021361c7>] do_no_page+0xa1/0x235
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0213647b>] handle_mm_fault+0x71/0xe2
[<*>] handle_mm_fault+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:23 combo kernel nan [<0213647b>] handle_mm_fault+0x71/0xe2
Month=Dec, Date=6, Time=00:27:23, Level=combo, Component=kernel, PID=nan, Content=[<0213647b>] handle_mm_fault+0x71/0xe2
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<02114537>] do_page_fault+0x12f/0x446
[<*>] do_page_fault+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:23 combo kernel nan [<02114537>] do_page_fault+0x12f/0x446
Month=Dec, Date=6, Time=00:27:23, Level=combo, Component=kernel, PID=nan, Content=[<02114537>] do_page_fault+0x12f/0x446
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<02115617>] recalc_task_prio+0x141/0x14c
[<*>] recalc_task_prio+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:23 combo kernel nan [<02115617>] recalc_task_prio+0x141/0x14c
Month=Dec, Date=6, Time=00:27:23, Level=combo, Component=kernel, PID=nan, Content=[<02115617>] recalc_task_prio+0x141/0x14c
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0227ecc1>] schedule+0x3ed/0x44d
[<*>] schedule+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:23 combo kernel nan [<0227ecc1>] schedule+0x3ed/0x44d
Month=Dec, Date=6, Time=00:27:23, Level=combo, Component=kernel, PID=nan, Content=[<0227ecc1>] schedule+0x3ed/0x44d
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<02114408>] do_page_fault+0x0/0x446
[<*>] do_page_fault+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:23 combo kernel nan [<02114408>] do_page_fault+0x0/0x446
Month=Dec, Date=6, Time=00:27:23, Level=combo, Component=kernel, PID=nan, Content=[<02114408>] do_page_fault+0x0/0x446
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
httpd: page allocation failure. order:0, mode:0x1d2
httpd: page allocation failure. order:<*>, mode:<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:23 combo kernel nan httpd: page allocation failure. order:0, mode:0x1d2
Month=Dec, Date=6, Time=00:27:23, Level=combo, Component=kernel, PID=nan, Content=httpd: page allocation failure. order:0, mode:0x1d2
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0212ebf3>] __alloc_pages+0x274/0x281
[<*>] __alloc_pages+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:25 combo kernel nan [<0212ebf3>] __alloc_pages+0x274/0x281
Month=Dec, Date=6, Time=00:27:25, Level=combo, Component=kernel, PID=nan, Content=[<0212ebf3>] __alloc_pages+0x274/0x281
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<021303bd>] do_page_cache_readahead+0xa3/0x101
[<*>] do_page_cache_readahead+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:26 combo kernel nan [<021303bd>] do_page_cache_readahead+0xa3/0x101
Month=Dec, Date=6, Time=00:27:26, Level=combo, Component=kernel, PID=nan, Content=[<021303bd>] do_page_cache_readahead+0xa3/0x101
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0212c71b>] filemap_nopage+0x119/0x26d
[<*>] filemap_nopage+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:27 combo kernel nan [<0212c71b>] filemap_nopage+0x119/0x26d
Month=Dec, Date=6, Time=00:27:27, Level=combo, Component=kernel, PID=nan, Content=[<0212c71b>] filemap_nopage+0x119/0x26d
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<021361c7>] do_no_page+0xa1/0x235
[<*>] do_no_page+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:27 combo kernel nan [<021361c7>] do_no_page+0xa1/0x235
Month=Dec, Date=6, Time=00:27:27, Level=combo, Component=kernel, PID=nan, Content=[<021361c7>] do_no_page+0xa1/0x235
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0213647b>] handle_mm_fault+0x71/0xe2
[<*>] handle_mm_fault+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:28 combo kernel nan [<0213647b>] handle_mm_fault+0x71/0xe2
Month=Dec, Date=6, Time=00:27:28, Level=combo, Component=kernel, PID=nan, Content=[<0213647b>] handle_mm_fault+0x71/0xe2
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<02114537>] do_page_fault+0x12f/0x446
[<*>] do_page_fault+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:29 combo kernel nan [<02114537>] do_page_fault+0x12f/0x446
Month=Dec, Date=6, Time=00:27:29, Level=combo, Component=kernel, PID=nan, Content=[<02114537>] do_page_fault+0x12f/0x446
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0213f423>] put_user_size+0x29/0x2d
[<*>] put_user_size+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:29 combo kernel nan [<0213f423>] put_user_size+0x29/0x2d
Month=Dec, Date=6, Time=00:27:29, Level=combo, Component=kernel, PID=nan, Content=[<0213f423>] put_user_size+0x29/0x2d
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0227ecc1>] schedule+0x3ed/0x44d
[<*>] schedule+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:29 combo kernel nan [<0227ecc1>] schedule+0x3ed/0x44d
Month=Dec, Date=6, Time=00:27:29, Level=combo, Component=kernel, PID=nan, Content=[<0227ecc1>] schedule+0x3ed/0x44d
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<02114408>] do_page_fault+0x0/0x446
[<*>] do_page_fault+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:30 combo kernel nan [<02114408>] do_page_fault+0x0/0x446
Month=Dec, Date=6, Time=00:27:30, Level=combo, Component=kernel, PID=nan, Content=[<02114408>] do_page_fault+0x0/0x446
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
httpd: page allocation failure. order:0, mode:0x1d2
httpd: page allocation failure. order:<*>, mode:<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:31 combo kernel nan httpd: page allocation failure. order:0, mode:0x1d2
Month=Dec, Date=6, Time=00:27:31, Level=combo, Component=kernel, PID=nan, Content=httpd: page allocation failure. order:0, mode:0x1d2
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0212ebf3>] __alloc_pages+0x274/0x281
[<*>] __alloc_pages+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:32 combo kernel nan [<0212ebf3>] __alloc_pages+0x274/0x281
Month=Dec, Date=6, Time=00:27:32, Level=combo, Component=kernel, PID=nan, Content=[<0212ebf3>] __alloc_pages+0x274/0x281
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0212c5b2>] page_cache_read+0x2a/0x7a
[<*>] page_cache_read+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:32 combo kernel nan [<0212c5b2>] page_cache_read+0x2a/0x7a
Month=Dec, Date=6, Time=00:27:32, Level=combo, Component=kernel, PID=nan, Content=[<0212c5b2>] page_cache_read+0x2a/0x7a
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0212c784>] filemap_nopage+0x182/0x26d
[<*>] filemap_nopage+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:32 combo kernel nan [<0212c784>] filemap_nopage+0x182/0x26d
Month=Dec, Date=6, Time=00:27:32, Level=combo, Component=kernel, PID=nan, Content=[<0212c784>] filemap_nopage+0x182/0x26d
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<021361c7>] do_no_page+0xa1/0x235
[<*>] do_no_page+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:33 combo kernel nan [<021361c7>] do_no_page+0xa1/0x235
Month=Dec, Date=6, Time=00:27:33, Level=combo, Component=kernel, PID=nan, Content=[<021361c7>] do_no_page+0xa1/0x235
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0213647b>] handle_mm_fault+0x71/0xe2
[<*>] handle_mm_fault+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:33 combo kernel nan [<0213647b>] handle_mm_fault+0x71/0xe2
Month=Dec, Date=6, Time=00:27:33, Level=combo, Component=kernel, PID=nan, Content=[<0213647b>] handle_mm_fault+0x71/0xe2
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<02114537>] do_page_fault+0x12f/0x446
[<*>] do_page_fault+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:33 combo kernel nan [<02114537>] do_page_fault+0x12f/0x446
Month=Dec, Date=6, Time=00:27:33, Level=combo, Component=kernel, PID=nan, Content=[<02114537>] do_page_fault+0x12f/0x446
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0213f423>] put_user_size+0x29/0x2d
[<*>] put_user_size+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:34 combo kernel nan [<0213f423>] put_user_size+0x29/0x2d
Month=Dec, Date=6, Time=00:27:34, Level=combo, Component=kernel, PID=nan, Content=[<0213f423>] put_user_size+0x29/0x2d
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0227ecc1>] schedule+0x3ed/0x44d
[<*>] schedule+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:34 combo kernel nan [<0227ecc1>] schedule+0x3ed/0x44d
Month=Dec, Date=6, Time=00:27:34, Level=combo, Component=kernel, PID=nan, Content=[<0227ecc1>] schedule+0x3ed/0x44d
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<02114408>] do_page_fault+0x0/0x446
[<*>] do_page_fault+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:35 combo kernel nan [<02114408>] do_page_fault+0x0/0x446
Month=Dec, Date=6, Time=00:27:35, Level=combo, Component=kernel, PID=nan, Content=[<02114408>] do_page_fault+0x0/0x446
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
VM: killing process httpd
VM: killing process <*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:35 combo kernel nan VM: killing process httpd
Month=Dec, Date=6, Time=00:27:35, Level=combo, Component=kernel, PID=nan, Content=VM: killing process httpd
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
httpd: page allocation failure. order:0, mode:0x1d2
httpd: page allocation failure. order:<*>, mode:<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:36 combo kernel nan httpd: page allocation failure. order:0, mode:0x1d2
Month=Dec, Date=6, Time=00:27:36, Level=combo, Component=kernel, PID=nan, Content=httpd: page allocation failure. order:0, mode:0x1d2
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0212ebf3>] __alloc_pages+0x274/0x281
[<*>] __alloc_pages+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:36 combo kernel nan [<0212ebf3>] __alloc_pages+0x274/0x281
Month=Dec, Date=6, Time=00:27:36, Level=combo, Component=kernel, PID=nan, Content=[<0212ebf3>] __alloc_pages+0x274/0x281
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<021303bd>] do_page_cache_readahead+0xa3/0x101
[<*>] do_page_cache_readahead+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:37 combo kernel nan [<021303bd>] do_page_cache_readahead+0xa3/0x101
Month=Dec, Date=6, Time=00:27:37, Level=combo, Component=kernel, PID=nan, Content=[<021303bd>] do_page_cache_readahead+0xa3/0x101
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0212c71b>] filemap_nopage+0x119/0x26d
[<*>] filemap_nopage+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:37 combo kernel nan [<0212c71b>] filemap_nopage+0x119/0x26d
Month=Dec, Date=6, Time=00:27:37, Level=combo, Component=kernel, PID=nan, Content=[<0212c71b>] filemap_nopage+0x119/0x26d
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<021361c7>] do_no_page+0xa1/0x235
[<*>] do_no_page+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:37 combo kernel nan [<021361c7>] do_no_page+0xa1/0x235
Month=Dec, Date=6, Time=00:27:37, Level=combo, Component=kernel, PID=nan, Content=[<021361c7>] do_no_page+0xa1/0x235
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0213647b>] handle_mm_fault+0x71/0xe2
[<*>] handle_mm_fault+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:38 combo kernel nan [<0213647b>] handle_mm_fault+0x71/0xe2
Month=Dec, Date=6, Time=00:27:38, Level=combo, Component=kernel, PID=nan, Content=[<0213647b>] handle_mm_fault+0x71/0xe2
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<02114537>] do_page_fault+0x12f/0x446
[<*>] do_page_fault+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:38 combo kernel nan [<02114537>] do_page_fault+0x12f/0x446
Month=Dec, Date=6, Time=00:27:38, Level=combo, Component=kernel, PID=nan, Content=[<02114537>] do_page_fault+0x12f/0x446
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<02115617>] recalc_task_prio+0x141/0x14c
[<*>] recalc_task_prio+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:38 combo kernel nan [<02115617>] recalc_task_prio+0x141/0x14c
Month=Dec, Date=6, Time=00:27:38, Level=combo, Component=kernel, PID=nan, Content=[<02115617>] recalc_task_prio+0x141/0x14c
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0227ecc1>] schedule+0x3ed/0x44d
[<*>] schedule+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Dec 6 00:27:38 combo kernel nan [<0227ecc1>] schedule+0x3ed/0x44d
Month=Dec, Date=6, Time=00:27:38, Level=combo, Component=kernel, PID=nan, Content=[<0227ecc1>] schedule+0x3ed/0x44d