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.
|
NET: Registered protocol family 10
|
NET: Registered protocol family <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:06:28 combo kernel nan NET: Registered protocol family 10
|
Month=Jun,
Date=9,
Time=06:06:28,
Level=combo,
Component=kernel,
PID=nan,
Content=NET: Registered protocol family 10
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Disabled Privacy Extensions on device 022db720(lo)
|
Disabled Privacy Extensions on device <*>(<*>)
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:06:28 combo kernel nan Disabled Privacy Extensions on device 022db720(lo)
|
Month=Jun,
Date=9,
Time=06:06:28,
Level=combo,
Component=kernel,
PID=nan,
Content=Disabled Privacy Extensions on device 022db720(lo)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
IPv6 over IPv4 tunneling driver
|
IPv6 over IPv4 tunneling driver
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:06:28 combo kernel nan IPv6 over IPv4 tunneling driver
|
Month=Jun,
Date=9,
Time=06:06:28,
Level=combo,
Component=kernel,
PID=nan,
Content=IPv6 over IPv4 tunneling driver
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
USB Universal Host Controller Interface driver v2.2
|
USB Universal Host Controller Interface driver <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:06:28 combo kernel nan USB Universal Host Controller Interface driver v2.2
|
Month=Jun,
Date=9,
Time=06:06:28,
Level=combo,
Component=kernel,
PID=nan,
Content=USB Universal Host Controller Interface driver v2.2
|
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, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:06:28 combo kernel nan PCI: Found IRQ 11 for device 0000:00:1f.2
|
Month=Jun,
Date=9,
Time=06:06:28,
Level=combo,
Component=kernel,
PID=nan,
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.
|
uhci_hcd 0000:00:1f.2: UHCI Host Controller
|
uhci_hcd <*>: UHCI Host Controller
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:06:29 combo kernel nan uhci_hcd 0000:00:1f.2: UHCI Host Controller
|
Month=Jun,
Date=9,
Time=06:06:29,
Level=combo,
Component=kernel,
PID=nan,
Content=uhci_hcd 0000:00:1f.2: UHCI Host Controller
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
uhci_hcd 0000:00:1f.2: irq 11, io base 0000ff80
|
uhci_hcd <*>: irq <*>, io base <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:06:29 combo kernel nan uhci_hcd 0000:00:1f.2: irq 11, io base 0000ff80
|
Month=Jun,
Date=9,
Time=06:06:29,
Level=combo,
Component=kernel,
PID=nan,
Content=uhci_hcd 0000:00:1f.2: irq 11, io base 0000ff80
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1
|
uhci_hcd <*>: new USB bus registered, assigned bus number <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:06:29 combo kernel nan uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1
|
Month=Jun,
Date=9,
Time=06:06:29,
Level=combo,
Component=kernel,
PID=nan,
Content=uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
EXT3 FS on hda2, internal journal
|
EXT3 FS on <*>, internal journal
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:06:29 combo kernel nan EXT3 FS on hda2, internal journal
|
Month=Jun,
Date=9,
Time=06:06:29,
Level=combo,
Component=kernel,
PID=nan,
Content=EXT3 FS on hda2, internal journal
|
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.
|
Jun 9 06:06:30 combo kernel nan cdrom: open failed.
|
Month=Jun,
Date=9,
Time=06:06:30,
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.
|
Jun 9 06:06:30 combo kernel nan Adding 262072k swap on /dev/hda3. Priority:-1 extents:1
|
Month=Jun,
Date=9,
Time=06:06:30,
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.
|
Jun 9 06:06:30 combo kernel nan kjournald starting. Commit interval 5 seconds
|
Month=Jun,
Date=9,
Time=06:06:30,
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.
|
Jun 9 06:06:30 combo kernel nan EXT3 FS on hda1, internal journal
|
Month=Jun,
Date=9,
Time=06:06:30,
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.
|
Jun 9 06:06:31 combo kernel nan EXT3-fs: mounted filesystem with ordered data mode.
|
Month=Jun,
Date=9,
Time=06:06:31,
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.
|
Jun 9 06:06:31 combo kernel nan microcode: CPU0 already at revision 0x8 (current=0x8)
|
Month=Jun,
Date=9,
Time=06:06:31,
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.
|
Jun 9 06:06:31 combo kernel nan microcode: No suitable data for cpu 0
|
Month=Jun,
Date=9,
Time=06:06:31,
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.
|
Jun 9 06:06:31 combo kernel nan parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
|
Month=Jun,
Date=9,
Time=06:06:31,
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.
|
Jun 9 06:06:31 combo kernel nan parport0: irq 7 detected
|
Month=Jun,
Date=9,
Time=06:06:31,
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.
|
Jun 9 06:06:31 combo kernel nan SCSI subsystem initialized
|
Month=Jun,
Date=9,
Time=06:06:31,
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.
|
Jun 9 06:06:32 combo kernel nan inserting floppy driver for 2.6.5-1.358
|
Month=Jun,
Date=9,
Time=06:06:32,
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.
|
Jun 9 06:06:32 combo kernel nan Floppy drive(s): fd0 is 1.44M
|
Month=Jun,
Date=9,
Time=06:06:32,
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.
|
Jun 9 06:06:32 combo kernel nan FDC 0 is a National Semiconductor PC87306
|
Month=Jun,
Date=9,
Time=06:06:32,
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.
|
Jun 9 06:06:33 combo kernel nan PCI: Found IRQ 5 for device 0000:01:0c.0
|
Month=Jun,
Date=9,
Time=06:06:33,
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.
|
Jun 9 06:06:33 combo kernel nan 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
|
Month=Jun,
Date=9,
Time=06:06:33,
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.
|
Jun 9 06:06:34 combo kernel nan ip_tables: (C) 2000-2002 Netfilter core team
|
Month=Jun,
Date=9,
Time=06:06:34,
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.
|
Jun 9 06:06:34 combo kernel nan PCI: Found IRQ 5 for device 0000:01:0c.0
|
Month=Jun,
Date=9,
Time=06:06:34,
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.
|
Jun 9 06:06:34 combo kernel nan 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
|
Month=Jun,
Date=9,
Time=06:06:34,
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.
|
Jun 9 06:06:34 combo kernel nan ip_tables: (C) 2000-2002 Netfilter core team
|
Month=Jun,
Date=9,
Time=06:06:34,
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.
|
Jun 9 06:06:34 combo kernel nan process `syslogd' is using obsolete setsockopt SO_BSDCOMPAT
|
Month=Jun,
Date=9,
Time=06:06:34,
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.
|
Jun 9 06:06:34 combo kernel nan Bluetooth: Core ver 2.4
|
Month=Jun,
Date=9,
Time=06:06:34,
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.
|
Jun 9 06:06:34 combo kernel nan NET: Registered protocol family 31
|
Month=Jun,
Date=9,
Time=06:06:34,
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.
|
Jun 9 06:06:34 combo kernel nan Bluetooth: HCI device and connection manager initialized
|
Month=Jun,
Date=9,
Time=06:06:34,
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.
|
Jun 9 06:06:34 combo kernel nan Bluetooth: HCI socket layer initialized
|
Month=Jun,
Date=9,
Time=06:06:34,
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.
|
Jun 9 06:06:34 combo kernel nan Bluetooth: L2CAP ver 2.1
|
Month=Jun,
Date=9,
Time=06:06:34,
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.
|
Jun 9 06:06:34 combo kernel nan Bluetooth: RFCOMM ver 1.2
|
Month=Jun,
Date=9,
Time=06:06:34,
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.
|
Jun 9 06:06:34 combo kernel nan Bluetooth: RFCOMM socket layer initialized
|
Month=Jun,
Date=9,
Time=06:06:34,
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.
|
Jun 9 06:06:34 combo kernel nan Bluetooth: RFCOMM TTY layer initialized
|
Month=Jun,
Date=9,
Time=06:06:34,
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.
|
Jun 9 06:06:34 combo kernel nan parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
|
Month=Jun,
Date=9,
Time=06:06:34,
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.
|
Jun 9 06:06:34 combo kernel nan parport0: irq 7 detected
|
Month=Jun,
Date=9,
Time=06:06:34,
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.
|
Jun 9 06:06:37 combo cups nan cupsd startup succeeded
|
Month=Jun,
Date=9,
Time=06:06:37,
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.
|
Jun 9 06:06:38 combo sshd nan succeeded
|
Month=Jun,
Date=9,
Time=06:06:38,
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.
|
Jun 9 06:06:38 combo xinetd nan xinetd startup succeeded
|
Month=Jun,
Date=9,
Time=06:06:38,
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.
|
Jun 9 06:06:40 combo xinetd 2003.0 No such internal service: services/stream - DISABLING
|
Month=Jun,
Date=9,
Time=06:06:40,
Level=combo,
Component=xinetd,
PID=2003.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.
|
Jun 9 06:06:40 combo sendmail nan sendmail startup succeeded
|
Month=Jun,
Date=9,
Time=06:06:40,
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.
|
Jun 9 06:06:41 combo sendmail nan sm-client startup succeeded
|
Month=Jun,
Date=9,
Time=06:06:41,
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.
|
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.
|
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.
|
Jun 9 06:06:41 combo xinetd 2003.0 Service telnet failed to start and is deactivated.
|
Month=Jun,
Date=9,
Time=06:06:41,
Level=combo,
Component=xinetd,
PID=2003.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.
|
Jun 9 06:06:41 combo xinetd 2003.0 xinetd Version 2.3.13 started with libwrap loadavg options compiled in.
|
Month=Jun,
Date=9,
Time=06:06:41,
Level=combo,
Component=xinetd,
PID=2003.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.
|
Jun 9 06:06:41 combo xinetd 2003.0 Started working: 30 available services
|
Month=Jun,
Date=9,
Time=06:06:41,
Level=combo,
Component=xinetd,
PID=2003.0,
Content=Started working: 30 available services
|
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.
|
Jun 9 06:06:44 combo spamassassin nan spamd startup succeeded
|
Month=Jun,
Date=9,
Time=06:06:44,
Level=combo,
Component=spamassassin,
PID=nan,
Content=spamd startup succeeded
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.