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.
|
cdrom: open failed.
|
cdrom: open failed.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:07 combo kernel nan cdrom: open failed.
|
Month=Dec,
Date=6,
Time=12:23:07,
Level=combo,
Component=kernel,
PID=nan,
Content=cdrom: open failed.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Adding 262072k swap on /dev/hda3. Priority:-1 extents:1
|
Adding <*> swap on <*>. Priority:<*> extents:<*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:07 combo kernel nan Adding 262072k swap on /dev/hda3. Priority:-1 extents:1
|
Month=Dec,
Date=6,
Time=12:23:07,
Level=combo,
Component=kernel,
PID=nan,
Content=Adding 262072k swap on /dev/hda3. Priority:-1 extents:1
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
kjournald starting. Commit interval 5 seconds
|
kjournald starting. Commit interval <*> seconds
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:07 combo kernel nan kjournald starting. Commit interval 5 seconds
|
Month=Dec,
Date=6,
Time=12:23:07,
Level=combo,
Component=kernel,
PID=nan,
Content=kjournald starting. Commit interval 5 seconds
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
EXT3 FS on hda1, internal journal
|
EXT3 FS on <*>, internal journal
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:07 combo kernel nan EXT3 FS on hda1, internal journal
|
Month=Dec,
Date=6,
Time=12:23:07,
Level=combo,
Component=kernel,
PID=nan,
Content=EXT3 FS on hda1, internal journal
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
EXT3-fs: mounted filesystem with ordered data mode.
|
EXT3-fs: mounted filesystem with ordered data mode.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:07 combo kernel nan EXT3-fs: mounted filesystem with ordered data mode.
|
Month=Dec,
Date=6,
Time=12:23:07,
Level=combo,
Component=kernel,
PID=nan,
Content=EXT3-fs: mounted filesystem with ordered data mode.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
microcode: CPU0 already at revision 0x8 (current=0x8)
|
microcode: CPU0 already at revision <*> (current=<*>)
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:08 combo kernel nan microcode: CPU0 already at revision 0x8 (current=0x8)
|
Month=Dec,
Date=6,
Time=12:23:08,
Level=combo,
Component=kernel,
PID=nan,
Content=microcode: CPU0 already at revision 0x8 (current=0x8)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
microcode: No suitable data for cpu 0
|
microcode: No suitable data for cpu <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:08 combo kernel nan microcode: No suitable data for cpu 0
|
Month=Dec,
Date=6,
Time=12:23:08,
Level=combo,
Component=kernel,
PID=nan,
Content=microcode: No suitable data for cpu 0
|
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, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:08 combo kernel nan parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
|
Month=Dec,
Date=6,
Time=12:23:08,
Level=combo,
Component=kernel,
PID=nan,
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.
|
parport0: irq 7 detected
|
parport0: irq <*> detected
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:08 combo kernel nan parport0: irq 7 detected
|
Month=Dec,
Date=6,
Time=12:23:08,
Level=combo,
Component=kernel,
PID=nan,
Content=parport0: irq 7 detected
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
SCSI subsystem initialized
|
SCSI subsystem initialized
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:09 combo kernel nan SCSI subsystem initialized
|
Month=Dec,
Date=6,
Time=12:23:09,
Level=combo,
Component=kernel,
PID=nan,
Content=SCSI subsystem initialized
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
inserting floppy driver for 2.6.5-1.358
|
inserting floppy driver for <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:09 combo kernel nan inserting floppy driver for 2.6.5-1.358
|
Month=Dec,
Date=6,
Time=12:23:09,
Level=combo,
Component=kernel,
PID=nan,
Content=inserting floppy driver for 2.6.5-1.358
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Floppy drive(s): fd0 is 1.44M
|
Floppy drive(s): <*> is <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:09 combo kernel nan Floppy drive(s): fd0 is 1.44M
|
Month=Dec,
Date=6,
Time=12:23:09,
Level=combo,
Component=kernel,
PID=nan,
Content=Floppy drive(s): fd0 is 1.44M
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
FDC 0 is a National Semiconductor PC87306
|
FDC <*> is a National Semiconductor <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:09 combo kernel nan FDC 0 is a National Semiconductor PC87306
|
Month=Dec,
Date=6,
Time=12:23:09,
Level=combo,
Component=kernel,
PID=nan,
Content=FDC 0 is a National Semiconductor PC87306
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
PCI: Found IRQ 5 for device 0000:01:0c.0
|
PCI: Found IRQ <*> for device <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:09 combo kernel nan PCI: Found IRQ 5 for device 0000:01:0c.0
|
Month=Dec,
Date=6,
Time=12:23:09,
Level=combo,
Component=kernel,
PID=nan,
Content=PCI: Found IRQ 5 for device 0000:01:0c.0
|
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, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:09 combo kernel nan 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
|
Month=Dec,
Date=6,
Time=12:23:09,
Level=combo,
Component=kernel,
PID=nan,
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.
|
ip_tables: (C) 2000-2002 Netfilter core team
|
ip_tables: (C) <*> Netfilter core team
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:10 combo kernel nan ip_tables: (C) 2000-2002 Netfilter core team
|
Month=Dec,
Date=6,
Time=12:23:10,
Level=combo,
Component=kernel,
PID=nan,
Content=ip_tables: (C) 2000-2002 Netfilter core team
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
PCI: Found IRQ 5 for device 0000:01:0c.0
|
PCI: Found IRQ <*> for device <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:11 combo kernel nan PCI: Found IRQ 5 for device 0000:01:0c.0
|
Month=Dec,
Date=6,
Time=12:23:11,
Level=combo,
Component=kernel,
PID=nan,
Content=PCI: Found IRQ 5 for device 0000:01:0c.0
|
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, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:11 combo kernel nan 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
|
Month=Dec,
Date=6,
Time=12:23:11,
Level=combo,
Component=kernel,
PID=nan,
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.
|
ip_tables: (C) 2000-2002 Netfilter core team
|
ip_tables: (C) <*> Netfilter core team
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:12 combo kernel nan ip_tables: (C) 2000-2002 Netfilter core team
|
Month=Dec,
Date=6,
Time=12:23:12,
Level=combo,
Component=kernel,
PID=nan,
Content=ip_tables: (C) 2000-2002 Netfilter core team
|
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, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:12 combo kernel nan process `syslogd' is using obsolete setsockopt SO_BSDCOMPAT
|
Month=Dec,
Date=6,
Time=12:23:12,
Level=combo,
Component=kernel,
PID=nan,
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.
|
Bluetooth: Core ver 2.4
|
Bluetooth: <*> ver <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:12 combo kernel nan Bluetooth: Core ver 2.4
|
Month=Dec,
Date=6,
Time=12:23:12,
Level=combo,
Component=kernel,
PID=nan,
Content=Bluetooth: Core ver 2.4
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
NET: Registered protocol family 31
|
NET: Registered protocol family <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:12 combo kernel nan NET: Registered protocol family 31
|
Month=Dec,
Date=6,
Time=12:23:12,
Level=combo,
Component=kernel,
PID=nan,
Content=NET: Registered protocol family 31
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Bluetooth: HCI device and connection manager initialized
|
Bluetooth: HCI device and connection manager initialized
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:12 combo kernel nan Bluetooth: HCI device and connection manager initialized
|
Month=Dec,
Date=6,
Time=12:23:12,
Level=combo,
Component=kernel,
PID=nan,
Content=Bluetooth: HCI device and connection manager initialized
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Bluetooth: HCI socket layer initialized
|
Bluetooth: HCI socket layer initialized
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:12 combo kernel nan Bluetooth: HCI socket layer initialized
|
Month=Dec,
Date=6,
Time=12:23:12,
Level=combo,
Component=kernel,
PID=nan,
Content=Bluetooth: HCI socket layer initialized
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Bluetooth: L2CAP ver 2.1
|
Bluetooth: <*> ver <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:12 combo kernel nan Bluetooth: L2CAP ver 2.1
|
Month=Dec,
Date=6,
Time=12:23:12,
Level=combo,
Component=kernel,
PID=nan,
Content=Bluetooth: L2CAP ver 2.1
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Bluetooth: RFCOMM ver 1.2
|
Bluetooth: <*> ver <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:12 combo kernel nan Bluetooth: RFCOMM ver 1.2
|
Month=Dec,
Date=6,
Time=12:23:12,
Level=combo,
Component=kernel,
PID=nan,
Content=Bluetooth: RFCOMM ver 1.2
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Bluetooth: RFCOMM socket layer initialized
|
Bluetooth: RFCOMM socket layer initialized
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:12 combo kernel nan Bluetooth: RFCOMM socket layer initialized
|
Month=Dec,
Date=6,
Time=12:23:12,
Level=combo,
Component=kernel,
PID=nan,
Content=Bluetooth: RFCOMM socket layer initialized
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Bluetooth: RFCOMM TTY layer initialized
|
Bluetooth: RFCOMM TTY layer initialized
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:13 combo kernel nan Bluetooth: RFCOMM TTY layer initialized
|
Month=Dec,
Date=6,
Time=12:23:13,
Level=combo,
Component=kernel,
PID=nan,
Content=Bluetooth: RFCOMM TTY layer initialized
|
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, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:13 combo kernel nan parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
|
Month=Dec,
Date=6,
Time=12:23:13,
Level=combo,
Component=kernel,
PID=nan,
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.
|
parport0: irq 7 detected
|
parport0: irq <*> detected
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:13 combo kernel nan parport0: irq 7 detected
|
Month=Dec,
Date=6,
Time=12:23:13,
Level=combo,
Component=kernel,
PID=nan,
Content=parport0: irq 7 detected
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
cupsd startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:15 combo cups nan cupsd startup succeeded
|
Month=Dec,
Date=6,
Time=12:23:15,
Level=combo,
Component=cups,
PID=nan,
Content=cupsd startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
succeeded
|
succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:16 combo sshd nan succeeded
|
Month=Dec,
Date=6,
Time=12:23:16,
Level=combo,
Component=sshd,
PID=nan,
Content=succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
xinetd startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:16 combo xinetd nan xinetd startup succeeded
|
Month=Dec,
Date=6,
Time=12:23:16,
Level=combo,
Component=xinetd,
PID=nan,
Content=xinetd startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
No such internal service: services/stream - DISABLING
|
No such internal service: <*> - DISABLING
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:18 combo xinetd 2006.0 No such internal service: services/stream - DISABLING
|
Month=Dec,
Date=6,
Time=12:23:18,
Level=combo,
Component=xinetd,
PID=2006.0,
Content=No such internal service: services/stream - DISABLING
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
sendmail startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:19 combo sendmail nan sendmail startup succeeded
|
Month=Dec,
Date=6,
Time=12:23:19,
Level=combo,
Component=sendmail,
PID=nan,
Content=sendmail startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
sm-client startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:19 combo sendmail nan sm-client startup succeeded
|
Month=Dec,
Date=6,
Time=12:23:19,
Level=combo,
Component=sendmail,
PID=nan,
Content=sm-client startup succeeded
|
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, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:19 combo xinetd 2006.0 bind failed (Address already in use (errno = 98)). service = telnet
|
Month=Dec,
Date=6,
Time=12:23:19,
Level=combo,
Component=xinetd,
PID=2006.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.
|
Service telnet failed to start and is deactivated.
|
Service telnet failed to start and is deactivated.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:19 combo xinetd 2006.0 Service telnet failed to start and is deactivated.
|
Month=Dec,
Date=6,
Time=12:23:19,
Level=combo,
Component=xinetd,
PID=2006.0,
Content=Service telnet failed to start and is deactivated.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
xinetd Version 2.3.13 started with libwrap loadavg options compiled in.
|
xinetd Version <*> started with <*> options compiled in.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:19 combo xinetd 2006.0 xinetd Version 2.3.13 started with libwrap loadavg options compiled in.
|
Month=Dec,
Date=6,
Time=12:23:19,
Level=combo,
Component=xinetd,
PID=2006.0,
Content=xinetd Version 2.3.13 started with libwrap loadavg options compiled in.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Started working: 30 available services
|
Started working: <*> available services
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:20 combo xinetd 2006.0 Started working: 30 available services
|
Month=Dec,
Date=6,
Time=12:23:20,
Level=combo,
Component=xinetd,
PID=2006.0,
Content=Started working: 30 available services
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/lp0'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:23 combo udev 2046.0 creating device node '/udev/lp0'
|
Month=Dec,
Date=6,
Time=12:23:23,
Level=combo,
Component=udev,
PID=2046.0,
Content=creating device node '/udev/lp0'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
spamd startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:27 combo spamassassin nan spamd startup succeeded
|
Month=Dec,
Date=6,
Time=12:23:27,
Level=combo,
Component=spamassassin,
PID=nan,
Content=spamd startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Dec 06 12:23:28 Privoxy(-150085504) Info: loading configuration file '/etc/privoxy/config':
|
<*> Privoxy(<*>) Info: loading configuration file <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:28 combo privoxy nan Dec 06 12:23:28 Privoxy(-150085504) Info: loading configuration file '/etc/privoxy/config':
|
Month=Dec,
Date=6,
Time=12:23:28,
Level=combo,
Component=privoxy,
PID=nan,
Content=Dec 06 12:23:28 Privoxy(-150085504) Info: loading configuration file '/etc/privoxy/config':
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
privoxy startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:29 combo privoxy nan privoxy startup succeeded
|
Month=Dec,
Date=6,
Time=12:23:29,
Level=combo,
Component=privoxy,
PID=nan,
Content=privoxy startup succeeded
|
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, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:29 combo gpm 2072.0 *** info [startup.c(95)]:
|
Month=Dec,
Date=6,
Time=12:23:29,
Level=combo,
Component=gpm,
PID=2072.0,
Content=*** info [startup.c(95)]:
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Started gpm successfully. Entered daemon mode.
|
Started gpm successfully. Entered daemon mode.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:29 combo gpm 2072.0 Started gpm successfully. Entered daemon mode.
|
Month=Dec,
Date=6,
Time=12:23:29,
Level=combo,
Component=gpm,
PID=2072.0,
Content=Started gpm successfully. Entered daemon mode.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
*** info [mice.c(1766)]:
|
*** info [mice.c(<*>)]:
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:29 combo gpm 2072.0 *** info [mice.c(1766)]:
|
Month=Dec,
Date=6,
Time=12:23:29,
Level=combo,
Component=gpm,
PID=2072.0,
Content=*** info [mice.c(1766)]:
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
imps2: Auto-detected intellimouse PS/2
|
imps2: Auto-detected intellimouse PS/2
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:29 combo gpm 2072.0 imps2: Auto-detected intellimouse PS/2
|
Month=Dec,
Date=6,
Time=12:23:29,
Level=combo,
Component=gpm,
PID=2072.0,
Content=imps2: Auto-detected intellimouse PS/2
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
gpm startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:30 combo gpm nan gpm startup succeeded
|
Month=Dec,
Date=6,
Time=12:23:30,
Level=combo,
Component=gpm,
PID=nan,
Content=gpm startup succeeded
|
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, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 6 12:23:30 combo su(pam_unix) 2081.0 session opened for user htt by (uid=0)
|
Month=Dec,
Date=6,
Time=12:23:30,
Level=combo,
Component=su(pam_unix),
PID=2081.0,
Content=session opened for user htt by (uid=0)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.