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.
[<02129a95>] acct_process+0x15/0x1f
[<*>] acct_process+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 02:11:09 combo kernel nan [<02129a95>] acct_process+0x15/0x1f
Month=Nov, Date=25, Time=02:11:09, Level=combo, Component=kernel, PID=nan, Content=[<02129a95>] acct_process+0x15/0x1f
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<02119ccc>] do_exit+0x9f/0x2e3
[<*>] do_exit+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 02:11:09 combo kernel nan [<02119ccc>] do_exit+0x9f/0x2e3
Month=Nov, Date=25, Time=02:11:09, Level=combo, Component=kernel, PID=nan, Content=[<02119ccc>] do_exit+0x9f/0x2e3
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0211476a>] do_page_fault+0x362/0x446
[<*>] do_page_fault+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 02:11:09 combo kernel nan [<0211476a>] do_page_fault+0x362/0x446
Month=Nov, Date=25, Time=02:11:09, Level=combo, Component=kernel, PID=nan, Content=[<0211476a>] do_page_fault+0x362/0x446
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<021529bb>] d_alloc+0x38/0x1b0
[<*>] d_alloc+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 02:11:10 combo kernel nan [<021529bb>] d_alloc+0x38/0x1b0
Month=Nov, Date=25, Time=02:11:10, Level=combo, Component=kernel, PID=nan, Content=[<021529bb>] d_alloc+0x38/0x1b0
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<02152b72>] d_instantiate+0x3f/0x42
[<*>] d_instantiate+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 02:11:10 combo kernel nan [<02152b72>] d_instantiate+0x3f/0x42
Month=Nov, Date=25, Time=02:11:10, Level=combo, Component=kernel, PID=nan, Content=[<02152b72>] d_instantiate+0x3f/0x42
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<02135342>] follow_page+0xda/0xe5
[<*>] follow_page+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 02:11:10 combo kernel nan [<02135342>] follow_page+0xda/0xe5
Month=Nov, Date=25, Time=02:11:10, Level=combo, Component=kernel, PID=nan, Content=[<02135342>] follow_page+0xda/0xe5
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
[<0213f1ba>] rw_vm+0x1ce/0x1ea
[<*>] rw_vm+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 02:11:11 combo kernel nan [<0213f1ba>] rw_vm+0x1ce/0x1ea
Month=Nov, Date=25, Time=02:11:11, Level=combo, Component=kernel, PID=nan, Content=[<0213f1ba>] rw_vm+0x1ce/0x1ea
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.
Nov 25 02:11:11 combo kernel nan [<0213f423>] put_user_size+0x29/0x2d
Month=Nov, Date=25, Time=02:11:11, 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.
[<0211fc74>] sys_rt_sigprocmask+0x87/0x9a
[<*>] sys_rt_sigprocmask+<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 02:11:11 combo kernel nan [<0211fc74>] sys_rt_sigprocmask+0x87/0x9a
Month=Nov, Date=25, Time=02:11:11, Level=combo, Component=kernel, PID=nan, Content=[<0211fc74>] sys_rt_sigprocmask+0x87/0x9a
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.
Nov 25 02:11:12 combo kernel nan [<02114408>] do_page_fault+0x0/0x446
Month=Nov, Date=25, Time=02:11:12, 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.
Out of Memory: Killed process 12133 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 02:25:25 combo kernel nan Out of Memory: Killed process 12133 (python).
Month=Nov, Date=25, Time=02:25:25, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12133 (python).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12145 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 02:30:25 combo kernel nan Out of Memory: Killed process 12145 (python).
Month=Nov, Date=25, Time=02:30:25, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12145 (python).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12163 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 02:35:28 combo kernel nan Out of Memory: Killed process 12163 (python).
Month=Nov, Date=25, Time=02:35:28, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12163 (python).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12175 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 02:40:20 combo kernel nan Out of Memory: Killed process 12175 (python).
Month=Nov, Date=25, Time=02:40:20, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12175 (python).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12179 (httpd).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 02:45:16 combo kernel nan Out of Memory: Killed process 12179 (httpd).
Month=Nov, Date=25, Time=02:45:16, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12179 (httpd).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12183 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 02:45:24 combo kernel nan Out of Memory: Killed process 12183 (python).
Month=Nov, Date=25, Time=02:45:24, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12183 (python).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12198 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 02:55:19 combo kernel nan Out of Memory: Killed process 12198 (python).
Month=Nov, Date=25, Time=02:55:19, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12198 (python).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12197 (mrtg).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 02:55:28 combo kernel nan Out of Memory: Killed process 12197 (mrtg).
Month=Nov, Date=25, Time=02:55:28, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12197 (mrtg).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12210 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 03:00:15 combo kernel nan Out of Memory: Killed process 12210 (python).
Month=Nov, Date=25, Time=03:00:15, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12210 (python).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12212 (httpd).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 03:05:19 combo kernel nan Out of Memory: Killed process 12212 (httpd).
Month=Nov, Date=25, Time=03:05:19, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12212 (httpd).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12230 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 03:05:24 combo kernel nan Out of Memory: Killed process 12230 (python).
Month=Nov, Date=25, Time=03:05:24, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12230 (python).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12239 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 03:10:24 combo kernel nan Out of Memory: Killed process 12239 (python).
Month=Nov, Date=25, Time=03:10:24, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12239 (python).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 11954 (sendmail).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 03:10:31 combo kernel nan Out of Memory: Killed process 11954 (sendmail).
Month=Nov, Date=25, Time=03:10:31, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 11954 (sendmail).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12283 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 03:25:29 combo kernel nan Out of Memory: Killed process 12283 (python).
Month=Nov, Date=25, Time=03:25:29, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12283 (python).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12295 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 03:30:25 combo kernel nan Out of Memory: Killed process 12295 (python).
Month=Nov, Date=25, Time=03:30:25, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12295 (python).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12305 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 03:35:27 combo kernel nan Out of Memory: Killed process 12305 (python).
Month=Nov, Date=25, Time=03:35:27, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12305 (python).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12321 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 03:40:51 combo kernel nan Out of Memory: Killed process 12321 (python).
Month=Nov, Date=25, Time=03:40:51, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12321 (python).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12332 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 03:45:29 combo kernel nan Out of Memory: Killed process 12332 (python).
Month=Nov, Date=25, Time=03:45:29, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12332 (python).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12092 (sendmail).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 03:45:35 combo kernel nan Out of Memory: Killed process 12092 (sendmail).
Month=Nov, Date=25, Time=03:45:35, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12092 (sendmail).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
session opened for user cyrus by (uid=0)
session opened for user <*> by <*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 04:05:32 combo su(pam_unix) 12717.0 session opened for user cyrus by (uid=0)
Month=Nov, Date=25, Time=04:05:32, Level=combo, Component=su(pam_unix), PID=12717.0, Content=session opened for user cyrus by (uid=0)
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
session closed for user cyrus
session closed for user <*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 04:05:35 combo su(pam_unix) 12717.0 session closed for user cyrus
Month=Nov, Date=25, Time=04:05:35, Level=combo, Component=su(pam_unix), PID=12717.0, Content=session closed for user cyrus
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
ALERT exited abnormally with [1]
ALERT exited abnormally with <*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 04:05:37 combo logrotate nan ALERT exited abnormally with [1]
Month=Nov, Date=25, Time=04:05:37, Level=combo, Component=logrotate, PID=nan, Content=ALERT exited abnormally with [1]
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12341 (httpd).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 04:11:16 combo kernel nan Out of Memory: Killed process 12341 (httpd).
Month=Nov, Date=25, Time=04:11:16, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12341 (httpd).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 13008 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 04:11:33 combo kernel nan Out of Memory: Killed process 13008 (python).
Month=Nov, Date=25, Time=04:11:33, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 13008 (python).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 13094 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 04:15:24 combo kernel nan Out of Memory: Killed process 13094 (python).
Month=Nov, Date=25, Time=04:15:24, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 13094 (python).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12707 (sendmail).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 04:15:52 combo kernel nan Out of Memory: Killed process 12707 (sendmail).
Month=Nov, Date=25, Time=04:15:52, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12707 (sendmail).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 12233 (sendmail).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 04:16:02 combo kernel nan Out of Memory: Killed process 12233 (sendmail).
Month=Nov, Date=25, Time=04:16:02, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 12233 (sendmail).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 13175 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 04:55:31 combo kernel nan Out of Memory: Killed process 13175 (python).
Month=Nov, Date=25, Time=04:55:31, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 13175 (python).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 13100 (updatedb).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 04:55:37 combo kernel nan Out of Memory: Killed process 13100 (updatedb).
Month=Nov, Date=25, Time=04:55:37, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 13100 (updatedb).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
session opened for user news by (uid=0)
session opened for user <*> by <*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 04:55:45 combo su(pam_unix) 13179.0 session opened for user news by (uid=0)
Month=Nov, Date=25, Time=04:55:45, Level=combo, Component=su(pam_unix), PID=13179.0, Content=session opened for user news by (uid=0)
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
session closed for user news
session closed for user <*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 04:55:48 combo su(pam_unix) 13179.0 session closed for user news
Month=Nov, Date=25, Time=04:55:48, Level=combo, Component=su(pam_unix), PID=13179.0, Content=session closed for user news
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 13233 (httpd).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 05:00:34 combo kernel nan Out of Memory: Killed process 13233 (httpd).
Month=Nov, Date=25, Time=05:00:34, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 13233 (httpd).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 13234 (httpd).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 05:00:47 combo kernel nan Out of Memory: Killed process 13234 (httpd).
Month=Nov, Date=25, Time=05:00:47, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 13234 (httpd).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 13235 (httpd).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 05:05:33 combo kernel nan Out of Memory: Killed process 13235 (httpd).
Month=Nov, Date=25, Time=05:05:33, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 13235 (httpd).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 13236 (httpd).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 05:05:44 combo kernel nan Out of Memory: Killed process 13236 (httpd).
Month=Nov, Date=25, Time=05:05:44, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 13236 (httpd).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 13237 (httpd).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 05:10:27 combo kernel nan Out of Memory: Killed process 13237 (httpd).
Month=Nov, Date=25, Time=05:10:27, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 13237 (httpd).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 13238 (httpd).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 05:15:28 combo kernel nan Out of Memory: Killed process 13238 (httpd).
Month=Nov, Date=25, Time=05:15:28, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 13238 (httpd).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 13239 (httpd).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 05:20:26 combo kernel nan Out of Memory: Killed process 13239 (httpd).
Month=Nov, Date=25, Time=05:20:26, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 13239 (httpd).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 13240 (httpd).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 05:30:44 combo kernel nan Out of Memory: Killed process 13240 (httpd).
Month=Nov, Date=25, Time=05:30:44, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 13240 (httpd).
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
Out of Memory: Killed process 13345 (python).
Out of Memory: Killed process <*> (<*>).
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Nov 25 05:31:06 combo kernel nan Out of Memory: Killed process 13345 (python).
Month=Nov, Date=25, Time=05:31:06, Level=combo, Component=kernel, PID=nan, Content=Out of Memory: Killed process 13345 (python).