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.
|
Device: /dev/hda, is SMART capable. Adding to "monitor" list.
|
Device: <*>, is SMART capable. Adding to "monitor" list.
|
Breaks log down into its individual components.
|
Jun 9 06:06:24 combo smartd 1755.0 Device: /dev/hda, is SMART capable. Adding to "monitor" list.
|
Month=Jun,
Date=9,
Time=06:06:24,
Level=combo,
Component=smartd,
PID=1755.0,
Content=Device: /dev/hda, is SMART capable. Adding to "monitor" list.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
ide-floppy driver 0.99.newide
|
ide-floppy driver <*>
|
Breaks log down into its individual components.
|
Jun 9 06:06:24 combo kernel ide-floppy driver 0.99.newide
|
Month=Jun,
Date=9,
Time=06:06:24,
Level=combo,
Component=kernel,
Content=ide-floppy driver 0.99.newide
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Using cfq io scheduler
|
Using <*> io scheduler
|
Breaks log down into its individual components.
|
Jun 9 06:06:24 combo kernel Using cfq io scheduler
|
Month=Jun,
Date=9,
Time=06:06:24,
Level=combo,
Component=kernel,
Content=Using cfq io scheduler
|
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.
|
Jun 9 06:06:20 combo kernel 126MB LOWMEM available.
|
Month=Jun,
Date=9,
Time=06:06:20,
Level=combo,
Component=kernel,
Content=126MB LOWMEM available.
|
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.
|
Jun 9 06:06:20 combo syslog syslogd startup succeeded
|
Month=Jun,
Date=9,
Time=06:06:20,
Level=combo,
Component=syslog,
Content=syslogd startup succeeded
|
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.
|
Jun 9 06:06:20 combo kernel Initializing CPU#0
|
Month=Jun,
Date=9,
Time=06:06:20,
Level=combo,
Component=kernel,
Content=Initializing CPU#0
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
starting BIND 9.2.3 -u named -t /var/named/chroot
|
starting BIND <*> -u <*> -t <*>
|
Breaks log down into its individual components.
|
Jun 9 10:07:13 combo named 2275.0 starting BIND 9.2.3 -u named -t /var/named/chroot
|
Month=Jun,
Date=9,
Time=10:07:13,
Level=combo,
Component=named,
PID=2275.0,
Content=starting BIND 9.2.3 -u named -t /var/named/chroot
|
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.
|
Nov 22 07:36:53 combo kernel [<02129a95>] acct_process+0x15/0x1f
|
Month=Nov,
Date=22,
Time=07:36:53,
Level=combo,
Component=kernel,
Content=[<02129a95>] acct_process+0x15/0x1f
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<02135e66>] do_swap_page+0x5d/0x1f9
|
[<*>] do_swap_page+<*>
|
Breaks log down into its individual components.
|
Nov 21 12:41:10 combo kernel [<02135e66>] do_swap_page+0x5d/0x1f9
|
Month=Nov,
Date=21,
Time=12:41:10,
Level=combo,
Component=kernel,
Content=[<02135e66>] do_swap_page+0x5d/0x1f9
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<02137ca8>] unmap_region+0x80/0xaa
|
[<*>] unmap_region+<*>
|
Breaks log down into its individual components.
|
Dec 4 03:49:02 combo kernel [<02137ca8>] unmap_region+0x80/0xaa
|
Month=Dec,
Date=4,
Time=03:49:02,
Level=combo,
Component=kernel,
Content=[<02137ca8>] unmap_region+0x80/0xaa
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Version 1.0.6 Starting
|
Version <*> Starting
|
Breaks log down into its individual components.
|
Jun 9 06:06:20 combo rpc.statd 1605.0 Version 1.0.6 Starting
|
Month=Jun,
Date=9,
Time=06:06:20,
Level=combo,
Component=rpc.statd,
PID=1605.0,
Content=Version 1.0.6 Starting
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
ACPI: ACPI tables contain no PCI IRQ routing entries
|
ACPI: ACPI tables contain no PCI IRQ routing entries
|
Breaks log down into its individual components.
|
Jun 9 06:06:21 combo kernel ACPI: ACPI tables contain no PCI IRQ routing entries
|
Month=Jun,
Date=9,
Time=06:06:21,
Level=combo,
Component=kernel,
Content=ACPI: ACPI tables contain no PCI IRQ routing entries
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
NET-SNMP version 5.1.1
|
NET-SNMP version <*>
|
Breaks log down into its individual components.
|
Jun 9 06:07:16 combo snmpd 2287.0 NET-SNMP version 5.1.1
|
Month=Jun,
Date=9,
Time=06:07:16,
Level=combo,
Component=snmpd,
PID=2287.0,
Content=NET-SNMP version 5.1.1
|
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.
|
Nov 22 07:35:50 combo kernel [<02135342>] follow_page+0xda/0xe5
|
Month=Nov,
Date=22,
Time=07:35:50,
Level=combo,
Component=kernel,
Content=[<02135342>] follow_page+0xda/0xe5
|
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.
|
Sep 28 09:08:49 combo squid Stopping squid:
|
Month=Sep,
Date=28,
Time=09:08:49,
Level=combo,
Component=squid,
Content=Stopping squid:
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
sendmail shutdown failed
|
<*> shutdown failed
|
Breaks log down into its individual components.
|
Sep 28 09:03:45 combo sendmail sendmail shutdown failed
|
Month=Sep,
Date=28,
Time=09:03:45,
Level=combo,
Component=sendmail,
Content=sendmail shutdown failed
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Device: /dev/hda, opened
|
Device: <*>, opened
|
Breaks log down into its individual components.
|
Jun 9 06:06:24 combo smartd 1755.0 Device: /dev/hda, opened
|
Month=Jun,
Date=9,
Time=06:06:24,
Level=combo,
Component=smartd,
PID=1755.0,
Content=Device: /dev/hda, opened
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Connecting at fd 6
|
Connecting at fd <*>
|
Breaks log down into its individual components.
|
Aug 2 08:02:04 combo gpm 2076.0 Connecting at fd 6
|
Month=Aug,
Date=2,
Time=08:02:04,
Level=combo,
Component=gpm,
PID=2076.0,
Content=Connecting at fd 6
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
precision = 1.000 usec
|
precision = <*> usec
|
Breaks log down into its individual components.
|
Jun 9 06:07:19 combo ntpd 2296.0 precision = 1.000 usec
|
Month=Jun,
Date=9,
Time=06:07:19,
Level=combo,
Component=ntpd,
PID=2296.0,
Content=precision = 1.000 usec
|
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.
|
Jun 9 06:06:20 combo kernel Console: colour VGA+ 80x25
|
Month=Jun,
Date=9,
Time=06:06:20,
Level=combo,
Component=kernel,
Content=Console: colour VGA+ 80x25
|
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.
|
Jun 9 06:06:20 combo kernel Built 1 zonelists
|
Month=Jun,
Date=9,
Time=06:06:20,
Level=combo,
Component=kernel,
Content=Built 1 zonelists
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
check pass; user unknown
|
check pass; user <*>
|
Breaks log down into its individual components.
|
Jun 10 17:16:34 combo sshd(pam_unix) 3353.0 check pass; user unknown
|
Month=Jun,
Date=10,
Time=17:16:34,
Level=combo,
Component=sshd(pam_unix),
PID=3353.0,
Content=check pass; user unknown
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
|
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
|
Breaks log down into its individual components.
|
Jun 9 06:06:26 combo kernel checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
|
Month=Jun,
Date=9,
Time=06:06:26,
Level=combo,
Component=kernel,
Content=checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
process `syslogd' is using obsolete setsockopt SO_BSDCOMPAT
|
process <*> is using obsolete setsockopt SO_BSDCOMPAT
|
Breaks log down into its individual components.
|
Jun 9 06:06:34 combo kernel process `syslogd' is using obsolete setsockopt SO_BSDCOMPAT
|
Month=Jun,
Date=9,
Time=06:06:34,
Level=combo,
Component=kernel,
Content=process `syslogd' is using obsolete setsockopt SO_BSDCOMPAT
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
VFS: Disk quotas dquot_6.5.1
|
VFS: Disk quotas <*>
|
Breaks log down into its individual components.
|
Jun 9 06:06:21 combo kernel VFS: Disk quotas dquot_6.5.1
|
Month=Jun,
Date=9,
Time=06:06:21,
Level=combo,
Component=kernel,
Content=VFS: Disk quotas dquot_6.5.1
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<021359c3>] do_wp_page+0x97/0x21c
|
[<*>] do_wp_page+<*>
|
Breaks log down into its individual components.
|
Nov 22 12:25:54 combo kernel [<021359c3>] do_wp_page+0x97/0x21c
|
Month=Nov,
Date=22,
Time=12:25:54,
Level=combo,
Component=kernel,
Content=[<021359c3>] do_wp_page+0x97/0x21c
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<02106159>] dump_stack+0x11/0x13
|
[<*>] dump_stack+<*>
|
Breaks log down into its individual components.
|
Nov 22 07:36:53 combo kernel [<02106159>] dump_stack+0x11/0x13
|
Month=Nov,
Date=22,
Time=07:36:53,
Level=combo,
Component=kernel,
Content=[<02106159>] dump_stack+0x11/0x13
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<0211bdc5>] do_rw_proc+0x79/0x8d
|
[<*>] do_rw_proc+<*>
|
Breaks log down into its individual components.
|
Nov 22 09:25:55 combo kernel [<0211bdc5>] do_rw_proc+0x79/0x8d
|
Month=Nov,
Date=22,
Time=09:25:55,
Level=combo,
Component=kernel,
Content=[<0211bdc5>] do_rw_proc+0x79/0x8d
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<021361c7>] do_no_page+0xa1/0x235
|
[<*>] do_no_page+<*>
|
Breaks log down into its individual components.
|
Nov 22 07:35:50 combo kernel [<021361c7>] do_no_page+0xa1/0x235
|
Month=Nov,
Date=22,
Time=07:35:50,
Level=combo,
Component=kernel,
Content=[<021361c7>] do_no_page+0xa1/0x235
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<0212144c>] sys_setuid+0xdd/0xe9
|
[<*>] sys_setuid+<*>
|
Breaks log down into its individual components.
|
Dec 4 03:49:03 combo kernel [<0212144c>] sys_setuid+0xdd/0xe9
|
Month=Dec,
Date=4,
Time=03:49:03,
Level=combo,
Component=kernel,
Content=[<0212144c>] sys_setuid+0xdd/0xe9
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<021060c2>] show_trace+0x92/0x97
|
[<*>] show_trace+<*>
|
Breaks log down into its individual components.
|
Nov 22 07:36:53 combo kernel [<021060c2>] show_trace+0x92/0x97
|
Month=Nov,
Date=22,
Time=07:36:53,
Level=combo,
Component=kernel,
Content=[<021060c2>] show_trace+0x92/0x97
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
md: autorun ...
|
md: autorun ...
|
Breaks log down into its individual components.
|
Jun 9 06:06:26 combo kernel md: autorun ...
|
Month=Jun,
Date=9,
Time=06:06:26,
Level=combo,
Component=kernel,
Content=md: autorun ...
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
kernel.sysrq = 0
|
kernel.sysrq = <*>
|
Breaks log down into its individual components.
|
Oct 25 10:08:43 combo sysctl kernel.sysrq = 0
|
Month=Oct,
Date=25,
Time=10:08:43,
Level=combo,
Component=sysctl,
Content=kernel.sysrq = 0
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
bad username [;;]
|
bad username [<*>]
|
Breaks log down into its individual components.
|
Jun 13 05:27:11 combo gdm(pam_unix) 2803.0 bad username [;;]
|
Month=Jun,
Date=13,
Time=05:27:11,
Level=combo,
Component=gdm(pam_unix),
PID=2803.0,
Content=bad username [;;]
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
smartd has fork()ed into background mode. New PID=1757.
|
smartd has fork()ed into background mode. New PID=<*>.
|
Breaks log down into its individual components.
|
Jun 9 06:06:24 combo smartd 1757.0 smartd has fork()ed into background mode. New PID=1757.
|
Month=Jun,
Date=9,
Time=06:06:24,
Level=combo,
Component=smartd,
PID=1757.0,
Content=smartd has fork()ed into background mode. New PID=1757.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Bluetooth: Core ver 2.4
|
Bluetooth: <*> ver <*>
|
Breaks log down into its individual components.
|
Jun 9 06:06:34 combo kernel Bluetooth: Core ver 2.4
|
Month=Jun,
Date=9,
Time=06:06:34,
Level=combo,
Component=kernel,
Content=Bluetooth: Core ver 2.4
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<02115f01>] __wake_up+0xe/0x16
|
[<*>] __wake_up+<*>
|
Breaks log down into its individual components.
|
Nov 22 09:26:06 combo kernel [<02115f01>] __wake_up+0xe/0x16
|
Month=Nov,
Date=22,
Time=09:26:06,
Level=combo,
Component=kernel,
Content=[<02115f01>] __wake_up+0xe/0x16
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
shutting down
|
shutting down
|
Breaks log down into its individual components.
|
Sep 28 13:09:04 combo named 2305.0 shutting down
|
Month=Sep,
Date=28,
Time=13:09:04,
Level=combo,
Component=named,
PID=2305.0,
Content=shutting down
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
CPU: L2 cache: 256K
|
CPU: L2 cache: <*>
|
Breaks log down into its individual components.
|
Jun 9 06:06:21 combo kernel CPU: L2 cache: 256K
|
Month=Jun,
Date=9,
Time=06:06:21,
Level=combo,
Component=kernel,
Content=CPU: L2 cache: 256K
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<0214328d>] __getblk+0x25/0x2b
|
[<*>] __getblk+<*>
|
Breaks log down into its individual components.
|
Nov 22 07:36:46 combo kernel [<0214328d>] __getblk+0x25/0x2b
|
Month=Nov,
Date=22,
Time=07:36:46,
Level=combo,
Component=kernel,
Content=[<0214328d>] __getblk+0x25/0x2b
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
[<0227ecc1>] schedule+0x3ed/0x44d
|
[<*>] schedule+<*>
|
Breaks log down into its individual components.
|
Nov 21 12:41:10 combo kernel [<0227ecc1>] schedule+0x3ed/0x44d
|
Month=Nov,
Date=21,
Time=12:41:10,
Level=combo,
Component=kernel,
Content=[<0227ecc1>] schedule+0x3ed/0x44d
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
terminating
|
terminating
|
Breaks log down into its individual components.
|
Sep 28 09:08:39 combo xfs 2183.0 terminating
|
Month=Sep,
Date=28,
Time=09:08:39,
Level=combo,
Component=xfs,
PID=2183.0,
Content=terminating
|
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.
|
Jun 9 06:06:20 combo kernel DMI 2.3 present.
|
Month=Jun,
Date=9,
Time=06:06:20,
Level=combo,
Component=kernel,
Content=DMI 2.3 present.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connect from 88-213-181-81-cable.canals.ro
|
connect from <*>
|
Breaks log down into its individual components.
|
Oct 23 12:39:50 combo in.rexecd 22511.0 connect from 88-213-181-81-cable.canals.ro
|
Month=Oct,
Date=23,
Time=12:39:50,
Level=combo,
Component=in.rexecd,
PID=22511.0,
Content=connect from 88-213-181-81-cable.canals.ro
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
|
ide0 at <*> on irq <*>
|
Breaks log down into its individual components.
|
Jun 9 06:06:24 combo kernel ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
|
Month=Jun,
Date=9,
Time=06:06:24,
Level=combo,
Component=kernel,
Content=ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Initializing random number generator: succeeded
|
Initializing random number generator: succeeded
|
Breaks log down into its individual components.
|
Jun 9 06:06:21 combo random Initializing random number generator: succeeded
|
Month=Jun,
Date=9,
Time=06:06:21,
Level=combo,
Component=random,
Content=Initializing random number generator: succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
ide1 at 0x170-0x177,0x376 on irq 15
|
ide1 at <*> on irq <*>
|
Breaks log down into its individual components.
|
Jun 9 06:06:24 combo kernel ide1 at 0x170-0x177,0x376 on irq 15
|
Month=Jun,
Date=9,
Time=06:06:24,
Level=combo,
Component=kernel,
Content=ide1 at 0x170-0x177,0x376 on irq 15
|
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.
|
Nov 22 07:36:53 combo kernel [<02119ccc>] do_exit+0x9f/0x2e3
|
Month=Nov,
Date=22,
Time=07:36:53,
Level=combo,
Component=kernel,
Content=[<02119ccc>] do_exit+0x9f/0x2e3
|
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.
|
Nov 25 02:10:36 combo kernel [<021529bb>] d_alloc+0x38/0x1b0
|
Month=Nov,
Date=25,
Time=02:10:36,
Level=combo,
Component=kernel,
Content=[<021529bb>] d_alloc+0x38/0x1b0
|
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.
|
Sep 28 09:09:15 combo dd 1+0 records out
|
Month=Sep,
Date=28,
Time=09:09:15,
Level=combo,
Component=dd,
Content=1+0 records out
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.