instruction
stringclasses 2
values | input
stringlengths 7
229
| output
stringlengths 7
274
|
---|---|---|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
rsync: connection unexpectedly closed (0 bytes read so far)
|
rsync: connection unexpectedly closed (<*> bytes read so far)
|
Breaks log down into its individual components.
|
Oct 23 12:39:46 combo rsyncd 22517.0 rsync: connection unexpectedly closed (0 bytes read so far)
|
Month=Oct,
Date=23,
Time=12:39:46,
Level=combo,
Component=rsyncd,
PID=22517.0,
Content=rsync: connection unexpectedly closed (0 bytes read so far)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
ANONYMOUS FTP LOGIN FROM 81.240.142.171, 171-142.240.81.adsl.skynet.be ([email protected])
|
ANONYMOUS FTP LOGIN FROM <*>, <*> (<*>)
|
Breaks log down into its individual components.
|
Feb 1 09:47:41 combo ftpd 3910.0 ANONYMOUS FTP LOGIN FROM 81.240.142.171, 171-142.240.81.adsl.skynet.be ([email protected])
|
Month=Feb,
Date=1,
Time=09:47:41,
Level=combo,
Component=ftpd,
PID=3910.0,
Content=ANONYMOUS FTP LOGIN FROM 81.240.142.171, 171-142.240.81.adsl.skynet.be ([email protected])
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
serio: i8042 AUX port at 0x60,0x64 irq 12
|
serio: i8042 AUX port at <*>,<*> irq <*>
|
Breaks log down into its individual components.
|
Jun 9 06:06:25 combo kernel serio: i8042 AUX port at 0x60,0x64 irq 12
|
Month=Jun,
Date=9,
Time=06:06:25,
Level=combo,
Component=kernel,
Content=serio: i8042 AUX port at 0x60,0x64 irq 12
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Stopping MySQL: succeeded
|
Stopping MySQL: succeeded
|
Breaks log down into its individual components.
|
Aug 2 07:46:28 combo mysqld Stopping MySQL: succeeded
|
Month=Aug,
Date=2,
Time=07:46:28,
Level=combo,
Component=mysqld,
Content=Stopping MySQL: succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Starting MySQL: succeeded
|
Starting MySQL: succeeded
|
Breaks log down into its individual components.
|
Jun 9 06:07:22 combo mysqld Starting MySQL: succeeded
|
Month=Jun,
Date=9,
Time=06:07:22,
Level=combo,
Component=mysqld,
Content=Starting MySQL: succeeded
|
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.
|
Sep 28 09:08:57 combo rc Stopping squid: succeeded
|
Month=Sep,
Date=28,
Time=09:08:57,
Level=combo,
Component=rc,
Content=Stopping squid: succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Opened configuration file /etc/smartd.conf
|
Opened configuration file <*>
|
Breaks log down into its individual components.
|
Jun 9 06:06:24 combo smartd 1755.0 Opened configuration file /etc/smartd.conf
|
Month=Jun,
Date=9,
Time=06:06:24,
Level=combo,
Component=smartd,
PID=1755.0,
Content=Opened configuration file /etc/smartd.conf
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
|
<*>: Donald Becker and others. <*>
|
Breaks log down into its individual components.
|
Jun 9 06:06:33 combo kernel 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
|
Month=Jun,
Date=9,
Time=06:06:33,
Level=combo,
Component=kernel,
Content=3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
CPU: L1 I cache: 16K, L1 D cache: 16K
|
CPU: L1 I cache: <*>, L1 D cache: <*>
|
Breaks log down into its individual components.
|
Jun 9 06:06:20 combo kernel CPU: L1 I cache: 16K, L1 D cache: 16K
|
Month=Jun,
Date=9,
Time=06:06:20,
Level=combo,
Component=kernel,
Content=CPU: L1 I cache: 16K, L1 D cache: 16K
|
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.
|
Jun 9 06:06:20 combo kernel CPU 0 irqstacks, hard=02345000 soft=02344000
|
Month=Jun,
Date=9,
Time=06:06:20,
Level=combo,
Component=kernel,
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.
|
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
|
parport0: PC-style at <*> (<*>) [<*>]
|
Breaks log down into its individual components.
|
Jun 9 06:06:31 combo kernel parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
|
Month=Jun,
Date=9,
Time=06:06:31,
Level=combo,
Component=kernel,
Content=parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
There is already a security framework initialized, register_security failed.
|
There is already a security framework initialized, register_security failed.
|
Breaks log down into its individual components.
|
Jun 9 06:06:20 combo kernel There is already a security framework initialized, register_security failed.
|
Month=Jun,
Date=9,
Time=06:06:20,
Level=combo,
Component=kernel,
Content=There is already a security framework initialized, register_security failed.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
getpeername (ftpd): Transport endpoint is not connected
|
getpeername (ftpd): Transport endpoint is not connected
|
Breaks log down into its individual components.
|
Jul 25 23:23:13 combo ftpd 26463.0 getpeername (ftpd): Transport endpoint is not connected
|
Month=Jul,
Date=25,
Time=23:23:13,
Level=combo,
Component=ftpd,
PID=26463.0,
Content=getpeername (ftpd): Transport endpoint is not connected
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<0212bd04>] find_or_create_page+0x39/0x70
|
[<*>] find_or_create_page+<*>
|
Breaks log down into its individual components.
|
Nov 22 07:36:44 combo kernel [<0212bd04>] find_or_create_page+0x39/0x70
|
Month=Nov,
Date=22,
Time=07:36:44,
Level=combo,
Component=kernel,
Content=[<0212bd04>] find_or_create_page+0x39/0x70
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<021284a0>] module_text_address+0x3a/0x5d
|
[<*>] module_text_address+<*>
|
Breaks log down into its individual components.
|
Nov 23 08:16:56 combo kernel [<021284a0>] module_text_address+0x3a/0x5d
|
Month=Nov,
Date=23,
Time=08:16:56,
Level=combo,
Component=kernel,
Content=[<021284a0>] module_text_address+0x3a/0x5d
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Starting hpoj: succeeded
|
Starting hpoj: succeeded
|
Breaks log down into its individual components.
|
Jun 9 06:06:26 combo rc Starting hpoj: succeeded
|
Month=Jun,
Date=9,
Time=06:06:26,
Level=combo,
Component=rc,
Content=Starting hpoj: succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
PCI: Probing PCI hardware
|
PCI: Probing PCI hardware
|
Breaks log down into its individual components.
|
Jun 9 06:06:21 combo kernel PCI: Probing PCI hardware
|
Month=Jun,
Date=9,
Time=06:06:21,
Level=combo,
Component=kernel,
Content=PCI: Probing PCI hardware
|
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.
|
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.
|
ACPI: Subsystem revision 20040326
|
ACPI: Subsystem revision <*>
|
Breaks log down into its individual components.
|
Jun 9 06:06:21 combo kernel ACPI: Subsystem revision 20040326
|
Month=Jun,
Date=9,
Time=06:06:21,
Level=combo,
Component=kernel,
Content=ACPI: Subsystem revision 20040326
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
agpgart: AGP aperture is 64M @ 0xf4000000
|
agpgart: AGP aperture is <*> @ <*>
|
Breaks log down into its individual components.
|
Jun 9 06:06:22 combo kernel agpgart: AGP aperture is 64M @ 0xf4000000
|
Month=Jun,
Date=9,
Time=06:06:22,
Level=combo,
Component=kernel,
Content=agpgart: AGP aperture is 64M @ 0xf4000000
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
security: 30 classes, 303377 rules
|
security: <*> classes, <*> rules
|
Breaks log down into its individual components.
|
Jan 26 12:22:12 combo kernel security: 30 classes, 303377 rules
|
Month=Jan,
Date=26,
Time=12:22:12,
Level=combo,
Component=kernel,
Content=security: 30 classes, 303377 rules
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user htt by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components.
|
Jun 9 06:06:46 combo su(pam_unix) 2077.0 session opened for user htt by (uid=0)
|
Month=Jun,
Date=9,
Time=06:06:46,
Level=combo,
Component=su(pam_unix),
PID=2077.0,
Content=session opened for user htt by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<0a8e1123>] ext3_get_inode_loc+0x4f/0x201 [ext3]
|
[<*>] ext3_get_inode_loc+<*>
|
Breaks log down into its individual components.
|
Nov 22 07:36:46 combo kernel [<0a8e1123>] ext3_get_inode_loc+0x4f/0x201 [ext3]
|
Month=Nov,
Date=22,
Time=07:36:46,
Level=combo,
Component=kernel,
Content=[<0a8e1123>] ext3_get_inode_loc+0x4f/0x201 [ext3]
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
bind failed (Address already in use (errno = 98)). service = telnet
|
bind failed (Address already in use (errno = <*>)). service = <*>
|
Breaks log down into its individual components.
|
Jun 9 06:06:41 combo xinetd 2003.0 bind failed (Address already in use (errno = 98)). service = telnet
|
Month=Jun,
Date=9,
Time=06:06:41,
Level=combo,
Component=xinetd,
PID=2003.0,
Content=bind failed (Address already in use (errno = 98)). service = telnet
|
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.
|
Nov 25 02:10:40 combo kernel [<0211fc74>] sys_rt_sigprocmask+0x87/0x9a
|
Month=Nov,
Date=25,
Time=02:10:40,
Level=combo,
Component=kernel,
Content=[<0211fc74>] sys_rt_sigprocmask+0x87/0x9a
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<02158800>] __mark_inode_dirty+0x20/0xca
|
[<*>] __mark_inode_dirty+<*>
|
Breaks log down into its individual components.
|
Nov 22 07:36:48 combo kernel [<02158800>] __mark_inode_dirty+0x20/0xca
|
Month=Nov,
Date=22,
Time=07:36:48,
Level=combo,
Component=kernel,
Content=[<02158800>] __mark_inode_dirty+0x20/0xca
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
SELinux: Initializing.
|
SELinux: Initializing.
|
Breaks log down into its individual components.
|
Jun 9 06:06:20 combo kernel SELinux: Initializing.
|
Month=Jun,
Date=9,
Time=06:06:20,
Level=combo,
Component=kernel,
Content=SELinux: Initializing.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
*** info [startup.c(95)]:
|
*** info [startup.c(<*>)]:
|
Breaks log down into its individual components.
|
Jun 9 06:06:45 combo gpm 2068.0 *** info [startup.c(95)]:
|
Month=Jun,
Date=9,
Time=06:06:45,
Level=combo,
Component=gpm,
PID=2068.0,
Content=*** info [startup.c(95)]:
|
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.
|
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.
|
Detected 731.214 MHz processor.
|
Detected <*> MHz processor.
|
Breaks log down into its individual components.
|
Jun 9 06:06:20 combo kernel Detected 731.214 MHz processor.
|
Month=Jun,
Date=9,
Time=06:06:20,
Level=combo,
Component=kernel,
Content=Detected 731.214 MHz processor.
|
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.
|
Sep 28 09:09:17 combo kernel Kernel logging (proc) stopped.
|
Month=Sep,
Date=28,
Time=09:09:17,
Level=combo,
Component=kernel,
Content=Kernel logging (proc) stopped.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
kernel.core_uses_pid = 1
|
kernel.core_uses_pid = <*>
|
Breaks log down into its individual components.
|
Jun 10 11:31:41 combo sysctl kernel.core_uses_pid = 1
|
Month=Jun,
Date=10,
Time=11:31:41,
Level=combo,
Component=sysctl,
Content=kernel.core_uses_pid = 1
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
PCI: Found IRQ 11 for device 0000:00:1f.2
|
PCI: Found IRQ <*> for device <*>
|
Breaks log down into its individual components.
|
Jun 9 06:06:28 combo kernel PCI: Found IRQ 11 for device 0000:00:1f.2
|
Month=Jun,
Date=9,
Time=06:06:28,
Level=combo,
Component=kernel,
Content=PCI: Found IRQ 11 for device 0000:00:1f.2
|
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.
|
Jun 9 06:06:20 combo kernel BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
|
Month=Jun,
Date=9,
Time=06:06:20,
Level=combo,
Component=kernel,
Content=BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
|
RAMDISK driver initialized: <*> RAM disks of <*> size <*> blocksize
|
Breaks log down into its individual components.
|
Jun 9 06:06:22 combo kernel RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
|
Month=Jun,
Date=9,
Time=06:06:22,
Level=combo,
Component=kernel,
Content=RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<02134aa0>] clear_page_tables+0x7c/0x8f
|
[<*>] clear_page_tables+<*>
|
Breaks log down into its individual components.
|
Dec 4 03:49:00 combo kernel [<02134aa0>] clear_page_tables+0x7c/0x8f
|
Month=Dec,
Date=4,
Time=03:49:00,
Level=combo,
Component=kernel,
Content=[<02134aa0>] clear_page_tables+0x7c/0x8f
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<0215456f>] inode_update_time+0x8e/0x96
|
[<*>] inode_update_time+<*>
|
Breaks log down into its individual components.
|
Nov 22 07:36:48 combo kernel [<0215456f>] inode_update_time+0x8e/0x96
|
Month=Nov,
Date=22,
Time=07:36:48,
Level=combo,
Component=kernel,
Content=[<0215456f>] inode_update_time+0x8e/0x96
|
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.
|
Dec 6 12:20:31 combo mysqld Stopping MySQL: failed
|
Month=Dec,
Date=6,
Time=12:20:31,
Level=combo,
Component=mysqld,
Content=Stopping MySQL: failed
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
parport0: irq 7 detected
|
parport0: irq <*> detected
|
Breaks log down into its individual components.
|
Jun 9 06:06:31 combo kernel parport0: irq 7 detected
|
Month=Jun,
Date=9,
Time=06:06:31,
Level=combo,
Component=kernel,
Content=parport0: irq 7 detected
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Switching to runlevel: 6
|
Switching to runlevel: <*>
|
Breaks log down into its individual components.
|
Sep 28 09:08:28 combo init Switching to runlevel: 6
|
Month=Sep,
Date=28,
Time=09:08:28,
Level=combo,
Component=init,
Content=Switching to runlevel: 6
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
*** info [client.c(137)]:
|
*** info [client.c(<*>)]:
|
Breaks log down into its individual components.
|
Aug 2 08:02:04 combo gpm 2076.0 *** info [client.c(137)]:
|
Month=Aug,
Date=2,
Time=08:02:04,
Level=combo,
Component=gpm,
PID=2076.0,
Content=*** info [client.c(137)]:
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
kernel time sync status 0040
|
kernel time sync status <*>
|
Breaks log down into its individual components.
|
Jun 9 06:07:19 combo ntpd 2296.0 kernel time sync status 0040
|
Month=Jun,
Date=9,
Time=06:07:19,
Level=combo,
Component=ntpd,
PID=2296.0,
Content=kernel time sync status 0040
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user htt
|
session closed for user <*>
|
Breaks log down into its individual components.
|
Jun 9 06:06:46 combo su(pam_unix) 2077.0 session closed for user htt
|
Month=Jun,
Date=9,
Time=06:06:46,
Level=combo,
Component=su(pam_unix),
PID=2077.0,
Content=session closed for user htt
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
no longer listening on 127.0.0.1#53
|
no longer listening on <*>
|
Breaks log down into its individual components.
|
Sep 28 13:09:05 combo named 2305.0 no longer listening on 127.0.0.1#53
|
Month=Sep,
Date=28,
Time=13:09:05,
Level=combo,
Component=named,
PID=2305.0,
Content=no longer listening on 127.0.0.1#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<02115ed2>] __wake_up_common+0x2f/0x50
|
[<*>] __wake_up_common+<*>
|
Breaks log down into its individual components.
|
Nov 22 09:26:08 combo kernel [<02115ed2>] __wake_up_common+0x2f/0x50
|
Month=Nov,
Date=22,
Time=09:26:08,
Level=combo,
Component=kernel,
Content=[<02115ed2>] __wake_up_common+0x2f/0x50
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled
|
Serial: <*> driver $Revision: <*> $ <*> ports, IRQ sharing enabled
|
Breaks log down into its individual components.
|
Jun 9 06:06:22 combo kernel Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled
|
Month=Jun,
Date=9,
Time=06:06:22,
Level=combo,
Component=kernel,
Content=Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<021295e4>] check_free_space+0x1b5/0x1cb
|
[<*>] check_free_space+<*>
|
Breaks log down into its individual components.
|
Nov 22 09:31:44 combo kernel [<021295e4>] check_free_space+0x1b5/0x1cb
|
Month=Nov,
Date=22,
Time=09:31:44,
Level=combo,
Component=kernel,
Content=[<021295e4>] check_free_space+0x1b5/0x1cb
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<021208bf>] sys_rt_sigaction+0x6b/0x80
|
[<*>] sys_rt_sigaction+<*>
|
Breaks log down into its individual components.
|
Nov 22 14:31:56 combo kernel [<021208bf>] sys_rt_sigaction+0x6b/0x80
|
Month=Nov,
Date=22,
Time=14:31:56,
Level=combo,
Component=kernel,
Content=[<021208bf>] sys_rt_sigaction+0x6b/0x80
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<0a8e1c7c>] ext3_dirty_inode+0x4f/0x5f [ext3]
|
[<*>] ext3_dirty_inode+<*>
|
Breaks log down into its individual components.
|
Nov 22 07:36:48 combo kernel [<0a8e1c7c>] ext3_dirty_inode+0x4f/0x5f [ext3]
|
Month=Nov,
Date=22,
Time=07:36:48,
Level=combo,
Component=kernel,
Content=[<0a8e1c7c>] ext3_dirty_inode+0x4f/0x5f [ext3]
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<021c8bda>] vt_console_print+0x64/0x28f
|
[<*>] vt_console_print+<*>
|
Breaks log down into its individual components.
|
Nov 22 07:36:49 combo kernel [<021c8bda>] vt_console_print+0x64/0x28f
|
Month=Nov,
Date=22,
Time=07:36:49,
Level=combo,
Component=kernel,
Content=[<021c8bda>] vt_console_print+0x64/0x28f
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.