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.
|
removing device node '/udev/vcs5'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:15 combo udev 10049.0 removing device node '/udev/vcs5'
|
Month=Dec,
Date=6,
Time=12:20:15,
Level=combo,
Component=udev,
PID=10049.0,
Content=removing device node '/udev/vcs5'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
removing device node '/udev/vcsa5'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:15 combo udev 10052.0 removing device node '/udev/vcsa5'
|
Month=Dec,
Date=6,
Time=12:20:15,
Level=combo,
Component=udev,
PID=10052.0,
Content=removing device node '/udev/vcsa5'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
removing device node '/udev/vcs6'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:15 combo udev 10054.0 removing device node '/udev/vcs6'
|
Month=Dec,
Date=6,
Time=12:20:15,
Level=combo,
Component=udev,
PID=10054.0,
Content=removing device node '/udev/vcs6'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
removing device node '/udev/vcsa6'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:15 combo udev 10065.0 removing device node '/udev/vcsa6'
|
Month=Dec,
Date=6,
Time=12:20:15,
Level=combo,
Component=udev,
PID=10065.0,
Content=removing device node '/udev/vcsa6'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcsa1'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:15 combo udev 10089.0 creating device node '/udev/vcsa1'
|
Month=Dec,
Date=6,
Time=12:20:15,
Level=combo,
Component=udev,
PID=10089.0,
Content=creating device node '/udev/vcsa1'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcs1'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:15 combo udev 10082.0 creating device node '/udev/vcs1'
|
Month=Dec,
Date=6,
Time=12:20:15,
Level=combo,
Component=udev,
PID=10082.0,
Content=creating device node '/udev/vcs1'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
messagebus shutdown failed
|
<*> shutdown failed
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:20 combo messagebus nan messagebus shutdown failed
|
Month=Dec,
Date=6,
Time=12:20:20,
Level=combo,
Component=messagebus,
PID=nan,
Content=messagebus shutdown failed
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
atd shutdown succeeded
|
<*> shutdown succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:23 combo atd nan atd shutdown succeeded
|
Month=Dec,
Date=6,
Time=12:20:23,
Level=combo,
Component=atd,
PID=nan,
Content=atd shutdown succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
privoxy shutdown succeeded
|
<*> shutdown succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:24 combo privoxy nan privoxy shutdown succeeded
|
Month=Dec,
Date=6,
Time=12:20:24,
Level=combo,
Component=privoxy,
PID=nan,
Content=privoxy shutdown succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
cupsd shutdown succeeded
|
<*> shutdown succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:28 combo cups nan cupsd shutdown succeeded
|
Month=Dec,
Date=6,
Time=12:20:28,
Level=combo,
Component=cups,
PID=nan,
Content=cupsd shutdown succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
xfs shutdown failed
|
<*> shutdown failed
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:29 combo xfs nan xfs shutdown failed
|
Month=Dec,
Date=6,
Time=12:20:29,
Level=combo,
Component=xfs,
PID=nan,
Content=xfs shutdown failed
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
jserver shutdown failed
|
<*> shutdown failed
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:29 combo FreeWnn nan jserver shutdown failed
|
Month=Dec,
Date=6,
Time=12:20:29,
Level=combo,
Component=FreeWnn,
PID=nan,
Content=jserver shutdown failed
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Stopping Canna server: succeeded
|
Stopping Canna server: succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:31 combo canna nan Stopping Canna server: succeeded
|
Month=Dec,
Date=6,
Time=12:20:31,
Level=combo,
Component=canna,
PID=nan,
Content=Stopping Canna server: succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Stopping MySQL: failed
|
Stopping MySQL: failed
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:31 combo mysqld nan Stopping MySQL: failed
|
Month=Dec,
Date=6,
Time=12:20:31,
Level=combo,
Component=mysqld,
PID=nan,
Content=Stopping MySQL: failed
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
gpm shutdown succeeded
|
<*> shutdown succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:33 combo gpm nan gpm shutdown succeeded
|
Month=Dec,
Date=6,
Time=12:20:33,
Level=combo,
Component=gpm,
PID=nan,
Content=gpm shutdown succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
httpd shutdown succeeded
|
<*> shutdown succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:37 combo httpd nan httpd shutdown succeeded
|
Month=Dec,
Date=6,
Time=12:20:37,
Level=combo,
Component=httpd,
PID=nan,
Content=httpd shutdown succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Stopping squid:
|
Stopping squid:
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:39 combo squid nan Stopping squid:
|
Month=Dec,
Date=6,
Time=12:20:39,
Level=combo,
Component=squid,
PID=nan,
Content=Stopping squid:
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Stopping squid: succeeded
|
Stopping squid: succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:45 combo rc nan Stopping squid: succeeded
|
Month=Dec,
Date=6,
Time=12:20:45,
Level=combo,
Component=rc,
PID=nan,
Content=Stopping squid: succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
sshd -TERM succeeded
|
sshd -TERM succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:45 combo sshd nan sshd -TERM succeeded
|
Month=Dec,
Date=6,
Time=12:20:45,
Level=combo,
Component=sshd,
PID=nan,
Content=sshd -TERM succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Squid Parent: child process 2263 exited with status 0
|
Squid Parent: child process <*> exited with status <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:45 combo squid 2261.0 Squid Parent: child process 2263 exited with status 0
|
Month=Dec,
Date=6,
Time=12:20:45,
Level=combo,
Component=squid,
PID=2261.0,
Content=Squid Parent: child process 2263 exited with status 0
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
sendmail shutdown succeeded
|
<*> shutdown succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:50 combo sendmail nan sendmail shutdown succeeded
|
Month=Dec,
Date=6,
Time=12:20:50,
Level=combo,
Component=sendmail,
PID=nan,
Content=sendmail shutdown succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
sm-client shutdown failed
|
<*> shutdown failed
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:20:50 combo sendmail nan sm-client shutdown failed
|
Month=Dec,
Date=6,
Time=12:20:50,
Level=combo,
Component=sendmail,
PID=nan,
Content=sm-client shutdown failed
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
spamd shutdown succeeded
|
<*> shutdown succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:01 combo spamassassin nan spamd shutdown succeeded
|
Month=Dec,
Date=6,
Time=12:21:01,
Level=combo,
Component=spamassassin,
PID=nan,
Content=spamd shutdown succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
smartd received signal 15: Terminated
|
smartd received signal <*>: Terminated
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:03 combo smartd 1757.0 smartd received signal 15: Terminated
|
Month=Dec,
Date=6,
Time=12:21:03,
Level=combo,
Component=smartd,
PID=1757.0,
Content=smartd received signal 15: Terminated
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
smartd is exiting (exit status 0)
|
smartd is exiting (exit status <*>)
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:03 combo smartd 1757.0 smartd is exiting (exit status 0)
|
Month=Dec,
Date=6,
Time=12:21:03,
Level=combo,
Component=smartd,
PID=1757.0,
Content=smartd is exiting (exit status 0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
smartd shutdown succeeded
|
<*> shutdown succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:03 combo smartd nan smartd shutdown succeeded
|
Month=Dec,
Date=6,
Time=12:21:03,
Level=combo,
Component=smartd,
PID=nan,
Content=smartd shutdown succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
named shutdown failed
|
<*> shutdown failed
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:10 combo named nan named shutdown failed
|
Month=Dec,
Date=6,
Time=12:21:10,
Level=combo,
Component=named,
PID=nan,
Content=named shutdown failed
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
snmpd shutdown succeeded
|
<*> shutdown succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:14 combo snmpd nan snmpd shutdown succeeded
|
Month=Dec,
Date=6,
Time=12:21:14,
Level=combo,
Component=snmpd,
PID=nan,
Content=snmpd shutdown succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
xinetd shutdown succeeded
|
<*> shutdown succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:16 combo xinetd nan xinetd shutdown succeeded
|
Month=Dec,
Date=6,
Time=12:21:16,
Level=combo,
Component=xinetd,
PID=nan,
Content=xinetd shutdown succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
crond shutdown succeeded
|
<*> shutdown succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:16 combo crond nan crond shutdown succeeded
|
Month=Dec,
Date=6,
Time=12:21:16,
Level=combo,
Component=crond,
PID=nan,
Content=crond shutdown succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Exiting
|
Exiting
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:17 combo apmd 1717.0 Exiting
|
Month=Dec,
Date=6,
Time=12:21:17,
Level=combo,
Component=apmd,
PID=1717.0,
Content=Exiting
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
apmd shutdown succeeded
|
<*> shutdown succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:20 combo apmd nan apmd shutdown succeeded
|
Month=Dec,
Date=6,
Time=12:21:20,
Level=combo,
Component=apmd,
PID=nan,
Content=apmd shutdown succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
ntpd exiting on signal 15
|
ntpd exiting on signal <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:20 combo ntpd 2304.0 ntpd exiting on signal 15
|
Month=Dec,
Date=6,
Time=12:21:20,
Level=combo,
Component=ntpd,
PID=2304.0,
Content=ntpd exiting on signal 15
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
ntpd shutdown succeeded
|
<*> shutdown succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:21 combo ntpd nan ntpd shutdown succeeded
|
Month=Dec,
Date=6,
Time=12:21:21,
Level=combo,
Component=ntpd,
PID=nan,
Content=ntpd shutdown succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
1+0 records in
|
<*> records in
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:21 combo dd nan 1+0 records in
|
Month=Dec,
Date=6,
Time=12:21:21,
Level=combo,
Component=dd,
PID=nan,
Content=1+0 records in
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
1+0 records out
|
<*> records out
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:21 combo dd nan 1+0 records out
|
Month=Dec,
Date=6,
Time=12:21:21,
Level=combo,
Component=dd,
PID=nan,
Content=1+0 records out
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
rpc.statd shutdown failed
|
<*> shutdown failed
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:21 combo nfslock nan rpc.statd shutdown failed
|
Month=Dec,
Date=6,
Time=12:21:21,
Level=combo,
Component=nfslock,
PID=nan,
Content=rpc.statd shutdown failed
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
portmap shutdown failed
|
<*> shutdown failed
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:21 combo portmap nan portmap shutdown failed
|
Month=Dec,
Date=6,
Time=12:21:21,
Level=combo,
Component=portmap,
PID=nan,
Content=portmap shutdown failed
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Kernel logging (proc) stopped.
|
Kernel logging <*> stopped.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:22 combo kernel nan Kernel logging (proc) stopped.
|
Month=Dec,
Date=6,
Time=12:21:22,
Level=combo,
Component=kernel,
PID=nan,
Content=Kernel logging (proc) stopped.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Kernel log daemon terminating.
|
Kernel log daemon terminating.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:22 combo kernel nan Kernel log daemon terminating.
|
Month=Dec,
Date=6,
Time=12:21:22,
Level=combo,
Component=kernel,
PID=nan,
Content=Kernel log daemon terminating.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
klogd shutdown succeeded
|
<*> shutdown succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:21:26 combo syslog nan klogd shutdown succeeded
|
Month=Dec,
Date=6,
Time=12:21:26,
Level=combo,
Component=syslog,
PID=nan,
Content=klogd shutdown succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
restart.
|
restart.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:22:57 combo syslogd 1.4.1 nan restart.
|
Month=Dec,
Date=6,
Time=12:22:57,
Level=combo,
Component=syslogd 1.4.1,
PID=nan,
Content=restart.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
syslogd startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:22:57 combo syslog nan syslogd startup succeeded
|
Month=Dec,
Date=6,
Time=12:22:57,
Level=combo,
Component=syslog,
PID=nan,
Content=syslogd startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
klogd 1.4.1, log source = /proc/kmsg started.
|
klogd <*>, log source = <*> started.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:22:57 combo kernel nan klogd 1.4.1, log source = /proc/kmsg started.
|
Month=Dec,
Date=6,
Time=12:22:57,
Level=combo,
Component=kernel,
PID=nan,
Content=klogd 1.4.1, log source = /proc/kmsg started.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Linux version 2.6.5-1.358 (bhcompile@bugs.build.redhat.com) (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 Sat May 8 09:04:50 EDT 2004
|
Linux version <*> (<*>) (gcc version <*> (Red Hat Linux <*>)) <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:22:57 combo kernel nan Linux version 2.6.5-1.358 (bhcompile@bugs.build.redhat.com) (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 Sat May 8 09:04:50 EDT 2004
|
Month=Dec,
Date=6,
Time=12:22:57,
Level=combo,
Component=kernel,
PID=nan,
Content=Linux version 2.6.5-1.358 (bhcompile@bugs.build.redhat.com) (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 Sat May 8 09:04:50 EDT 2004
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
BIOS-provided physical RAM map:
|
BIOS-provided physical RAM map:
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:22:57 combo kernel nan BIOS-provided physical RAM map:
|
Month=Dec,
Date=6,
Time=12:22:57,
Level=combo,
Component=kernel,
PID=nan,
Content=BIOS-provided physical RAM map:
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
|
BIOS-e820: <*> - <*> (usable)
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:22:57 combo kernel nan BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
|
Month=Dec,
Date=6,
Time=12:22:57,
Level=combo,
Component=kernel,
PID=nan,
Content=BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
|
BIOS-e820: <*> - <*> (reserved)
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:22:57 combo kernel nan BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
|
Month=Dec,
Date=6,
Time=12:22:57,
Level=combo,
Component=kernel,
PID=nan,
Content=BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
BIOS-e820: 0000000000100000 - 0000000007eae000 (usable)
|
BIOS-e820: <*> - <*> (usable)
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:22:57 combo kernel nan BIOS-e820: 0000000000100000 - 0000000007eae000 (usable)
|
Month=Dec,
Date=6,
Time=12:22:57,
Level=combo,
Component=kernel,
PID=nan,
Content=BIOS-e820: 0000000000100000 - 0000000007eae000 (usable)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
BIOS-e820: 0000000007eae000 - 0000000008000000 (reserved)
|
BIOS-e820: <*> - <*> (reserved)
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:22:57 combo kernel nan BIOS-e820: 0000000007eae000 - 0000000008000000 (reserved)
|
Month=Dec,
Date=6,
Time=12:22:57,
Level=combo,
Component=kernel,
PID=nan,
Content=BIOS-e820: 0000000007eae000 - 0000000008000000 (reserved)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.