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.
|
creating device node '/udev/vcs7'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:07:33 combo udev 2820.0 creating device node '/udev/vcs7'
|
Month=Jun,
Date=9,
Time=06:07:33,
Level=combo,
Component=udev,
PID=2820.0,
Content=creating device node '/udev/vcs7'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcsa7'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:07:33 combo udev 2827.0 creating device node '/udev/vcsa7'
|
Month=Jun,
Date=9,
Time=06:07:33,
Level=combo,
Component=udev,
PID=2827.0,
Content=creating device node '/udev/vcsa7'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
removing device node '/udev/vcs7'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:07:34 combo udev 2889.0 removing device node '/udev/vcs7'
|
Month=Jun,
Date=9,
Time=06:07:34,
Level=combo,
Component=udev,
PID=2889.0,
Content=removing device node '/udev/vcs7'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
removing device node '/udev/vcsa7'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:07:34 combo udev 2898.0 removing device node '/udev/vcsa7'
|
Month=Jun,
Date=9,
Time=06:07:34,
Level=combo,
Component=udev,
PID=2898.0,
Content=removing device node '/udev/vcsa7'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcs7'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:07:34 combo udev 2903.0 creating device node '/udev/vcs7'
|
Month=Jun,
Date=9,
Time=06:07:34,
Level=combo,
Component=udev,
PID=2903.0,
Content=creating device node '/udev/vcs7'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcsa7'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:07:34 combo udev 2904.0 creating device node '/udev/vcsa7'
|
Month=Jun,
Date=9,
Time=06:07:34,
Level=combo,
Component=udev,
PID=2904.0,
Content=creating device node '/udev/vcsa7'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
synchronized to LOCAL(0), stratum=10
|
synchronized to LOCAL(<*>), stratum=<*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:10:35 combo ntpd 2296.0 synchronized to LOCAL(0), stratum=10
|
Month=Jun,
Date=9,
Time=06:10:35,
Level=combo,
Component=ntpd,
PID=2296.0,
Content=synchronized to LOCAL(0), stratum=10
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
kernel time sync disabled 0041
|
kernel time sync disabled <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:10:35 combo ntpd 2296.0 kernel time sync disabled 0041
|
Month=Jun,
Date=9,
Time=06:10:35,
Level=combo,
Component=ntpd,
PID=2296.0,
Content=kernel time sync disabled 0041
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
kernel time sync enabled 0001
|
kernel time sync enabled <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:11:41 combo ntpd 2296.0 kernel time sync enabled 0001
|
Month=Jun,
Date=9,
Time=06:11:41,
Level=combo,
Component=ntpd,
PID=2296.0,
Content=kernel time sync enabled 0001
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
file descriptor of service comsat has been closed
|
file descriptor of service comsat has been closed
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 04:02:23 combo xinetd 2003.0 file descriptor of service comsat has been closed
|
Month=Jun,
Date=10,
Time=04:02:23,
Level=combo,
Component=xinetd,
PID=2003.0,
Content=file descriptor of service comsat has been closed
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
select reported EBADF but no bad file descriptors were found
|
select reported EBADF but no bad file descriptors were found
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 04:02:23 combo xinetd 2003.0 select reported EBADF but no bad file descriptors were found
|
Month=Jun,
Date=10,
Time=04:02:23,
Level=combo,
Component=xinetd,
PID=2003.0,
Content=select reported EBADF but no bad file descriptors were found
|
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.
|
Jun 10 04:03:01 combo su(pam_unix) 5120.0 session opened for user cyrus by (uid=0)
|
Month=Jun,
Date=10,
Time=04:03:01,
Level=combo,
Component=su(pam_unix),
PID=5120.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.
|
Jun 10 04:03:01 combo su(pam_unix) 5120.0 session closed for user cyrus
|
Month=Jun,
Date=10,
Time=04:03:01,
Level=combo,
Component=su(pam_unix),
PID=5120.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.
|
Jun 10 04:03:02 combo logrotate nan ALERT exited abnormally with [1]
|
Month=Jun,
Date=10,
Time=04:03:02,
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.
|
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.
|
Jun 10 04:09:15 combo su(pam_unix) 5493.0 session opened for user news by (uid=0)
|
Month=Jun,
Date=10,
Time=04:09:15,
Level=combo,
Component=su(pam_unix),
PID=5493.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.
|
Jun 10 04:09:16 combo su(pam_unix) 5493.0 session closed for user news
|
Month=Jun,
Date=10,
Time=04:09:16,
Level=combo,
Component=su(pam_unix),
PID=5493.0,
Content=session closed for user news
|
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.
|
Jun 10 11:31:44 combo syslogd 1.4.1 nan restart.
|
Month=Jun,
Date=10,
Time=11:31:44,
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.
|
Jun 10 11:31:44 combo syslog nan syslogd startup succeeded
|
Month=Jun,
Date=10,
Time=11:31:44,
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.
|
Jun 10 11:31:44 combo kernel nan klogd 1.4.1, log source = /proc/kmsg started.
|
Month=Jun,
Date=10,
Time=11:31:44,
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 ([email protected]) (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.
|
Jun 10 11:31:44 combo kernel nan Linux version 2.6.5-1.358 ([email protected]) (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 Sat May 8 09:04:50 EDT 2004
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=Linux version 2.6.5-1.358 ([email protected]) (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.
|
Jun 10 11:31:44 combo kernel nan BIOS-provided physical RAM map:
|
Month=Jun,
Date=10,
Time=11:31:44,
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.
|
Jun 10 11:31:44 combo kernel nan BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
|
Month=Jun,
Date=10,
Time=11:31:44,
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.
|
Jun 10 11:31:44 combo kernel nan BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
|
Month=Jun,
Date=10,
Time=11:31:44,
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.
|
Jun 10 11:31:44 combo kernel nan BIOS-e820: 0000000000100000 - 0000000007eae000 (usable)
|
Month=Jun,
Date=10,
Time=11:31:44,
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.
|
Jun 10 11:31:44 combo kernel nan BIOS-e820: 0000000007eae000 - 0000000008000000 (reserved)
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=BIOS-e820: 0000000007eae000 - 0000000008000000 (reserved)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
|
BIOS-e820: <*> - <*> (reserved)
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
126MB LOWMEM available.
|
<*> LOWMEM available.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan 126MB LOWMEM available.
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=126MB LOWMEM available.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
zapping low mappings.
|
zapping low mappings.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan zapping low mappings.
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=zapping low mappings.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
On node 0 totalpages: 32430
|
On node <*> totalpages: <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan On node 0 totalpages: 32430
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=On node 0 totalpages: 32430
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
klogd startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo syslog nan klogd startup succeeded
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=syslog,
PID=nan,
Content=klogd startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
DMA zone: 4096 pages, LIFO batch:1
|
DMA zone: <*> pages, LIFO batch:<*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan DMA zone: 4096 pages, LIFO batch:1
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=DMA zone: 4096 pages, LIFO batch:1
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Normal zone: 28334 pages, LIFO batch:6
|
Normal zone: <*> pages, LIFO batch:<*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan Normal zone: 28334 pages, LIFO batch:6
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=Normal zone: 28334 pages, LIFO batch:6
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
irqbalance startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo irqbalance nan irqbalance startup succeeded
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=irqbalance,
PID=nan,
Content=irqbalance startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
HighMem zone: 0 pages, LIFO batch:1
|
HighMem zone: <*> pages, LIFO batch:<*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan HighMem zone: 0 pages, LIFO batch:1
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=HighMem zone: 0 pages, LIFO batch:1
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
DMI 2.3 present.
|
DMI <*> present.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan DMI 2.3 present.
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=DMI 2.3 present.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
ACPI disabled because your bios is from 2000 and too old
|
ACPI disabled because your bios is from <*> and too old
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan ACPI disabled because your bios is from 2000 and too old
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=ACPI disabled because your bios is from 2000 and too old
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
You can enable it with acpi=force
|
You can enable it with <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan You can enable it with acpi=force
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=You can enable it with acpi=force
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Built 1 zonelists
|
Built <*> zonelists
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan Built 1 zonelists
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=Built 1 zonelists
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Kernel command line: ro root=LABEL=/ rhgb quiet
|
Kernel command line: ro root=<*> rhgb quiet
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan Kernel command line: ro root=LABEL=/ rhgb quiet
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=Kernel command line: ro root=LABEL=/ rhgb quiet
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
mapped 4G/4G trampoline to ffff3000.
|
mapped <*> trampoline to <*>.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan mapped 4G/4G trampoline to ffff3000.
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=mapped 4G/4G trampoline to ffff3000.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Initializing CPU#0
|
Initializing CPU#<*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan Initializing CPU#0
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=Initializing CPU#0
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
CPU 0 irqstacks, hard=02345000 soft=02344000
|
CPU <*> irqstacks, hard=<*> soft=<*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan CPU 0 irqstacks, hard=02345000 soft=02344000
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=CPU 0 irqstacks, hard=02345000 soft=02344000
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
PID hash table entries: 512 (order 9: 4096 bytes)
|
PID hash table entries: <*> (order <*>: <*> bytes)
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan PID hash table entries: 512 (order 9: 4096 bytes)
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=PID hash table entries: 512 (order 9: 4096 bytes)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Detected 731.221 MHz processor.
|
Detected <*> MHz processor.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan Detected 731.221 MHz processor.
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=Detected 731.221 MHz processor.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Using tsc for high-res timesource
|
Using tsc for high-res timesource
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan Using tsc for high-res timesource
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=Using tsc for high-res timesource
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Console: colour VGA+ 80x25
|
Console: colour <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan Console: colour VGA+ 80x25
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=Console: colour VGA+ 80x25
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Memory: 125312k/129720k available (1540k kernel code, 3860k reserved, 599k data, 144k init, 0k highmem)
|
Memory: <*> available (<*> kernel code, <*> reserved, <*> data, <*> init, <*> highmem)
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan Memory: 125312k/129720k available (1540k kernel code, 3860k reserved, 599k data, 144k init, 0k highmem)
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=Memory: 125312k/129720k available (1540k kernel code, 3860k reserved, 599k data, 144k init, 0k highmem)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Calibrating delay loop... 1445.88 BogoMIPS
|
Calibrating delay loop... <*> BogoMIPS
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan Calibrating delay loop... 1445.88 BogoMIPS
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=Calibrating delay loop... 1445.88 BogoMIPS
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Security Scaffold v1.0.0 initialized
|
Security Scaffold <*> initialized
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo kernel nan Security Scaffold v1.0.0 initialized
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=kernel,
PID=nan,
Content=Security Scaffold v1.0.0 initialized
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
portmap startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:44 combo portmap nan portmap startup succeeded
|
Month=Jun,
Date=10,
Time=11:31:44,
Level=combo,
Component=portmap,
PID=nan,
Content=portmap startup succeeded
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.