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.
|
Configuration file /etc/smartd.conf parsed.
|
Configuration file <*> parsed.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:47 combo smartd 1786.0 Configuration file /etc/smartd.conf parsed.
|
Month=Jun,
Date=10,
Time=11:31:47,
Level=combo,
Component=smartd,
PID=1786.0,
Content=Configuration file /etc/smartd.conf parsed.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
EXT3-fs: write access will be enabled during recovery.
|
EXT3-fs: write access will be enabled during recovery.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:47 combo kernel nan EXT3-fs: write access will be enabled during recovery.
|
Month=Jun,
Date=10,
Time=11:31:47,
Level=combo,
Component=kernel,
PID=nan,
Content=EXT3-fs: write access will be enabled during recovery.
|
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, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:47 combo smartd 1786.0 Device: /dev/hda, opened
|
Month=Jun,
Date=10,
Time=11:31:47,
Level=combo,
Component=smartd,
PID=1786.0,
Content=Device: /dev/hda, opened
|
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 10 11:31:47 combo kernel nan kjournald starting. Commit interval 5 seconds
|
Month=Jun,
Date=10,
Time=11:31:47,
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.
|
Device: /dev/hda, found in smartd database.
|
Device: <*>, found in smartd database.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:47 combo smartd 1786.0 Device: /dev/hda, found in smartd database.
|
Month=Jun,
Date=10,
Time=11:31:47,
Level=combo,
Component=smartd,
PID=1786.0,
Content=Device: /dev/hda, found in smartd database.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
EXT3-fs: recovery complete.
|
EXT3-fs: recovery complete.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:47 combo kernel nan EXT3-fs: recovery complete.
|
Month=Jun,
Date=10,
Time=11:31:47,
Level=combo,
Component=kernel,
PID=nan,
Content=EXT3-fs: recovery complete.
|
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, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:48 combo smartd 1786.0 Device: /dev/hda, is SMART capable. Adding to "monitor" list.
|
Month=Jun,
Date=10,
Time=11:31:48,
Level=combo,
Component=smartd,
PID=1786.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.
|
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 10 11:31:48 combo kernel nan EXT3-fs: mounted filesystem with ordered data mode.
|
Month=Jun,
Date=10,
Time=11:31:48,
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.
|
Monitoring 1 ATA and 0 SCSI devices
|
Monitoring <*> ATA and <*> SCSI devices
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:48 combo smartd 1786.0 Monitoring 1 ATA and 0 SCSI devices
|
Month=Jun,
Date=10,
Time=11:31:48,
Level=combo,
Component=smartd,
PID=1786.0,
Content=Monitoring 1 ATA and 0 SCSI devices
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Freeing unused kernel memory: 144k freed
|
Freeing unused kernel memory: <*> freed
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:48 combo kernel nan Freeing unused kernel memory: 144k freed
|
Month=Jun,
Date=10,
Time=11:31:48,
Level=combo,
Component=kernel,
PID=nan,
Content=Freeing unused kernel memory: 144k freed
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Charge: * * * (-1% unknown)
|
Charge: * * * (<*> unknown)
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:48 combo apmd 1748.0 Charge: * * * (-1% unknown)
|
Month=Jun,
Date=10,
Time=11:31:48,
Level=combo,
Component=apmd,
PID=1748.0,
Content=Charge: * * * (-1% unknown)
|
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=1788.
|
smartd has fork()ed into background mode. New PID=<*>.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:48 combo smartd 1788.0 smartd has fork()ed into background mode. New PID=1788.
|
Month=Jun,
Date=10,
Time=11:31:48,
Level=combo,
Component=smartd,
PID=1788.0,
Content=smartd has fork()ed into background mode. New PID=1788.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
smartd startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:48 combo smartd nan smartd startup succeeded
|
Month=Jun,
Date=10,
Time=11:31:48,
Level=combo,
Component=smartd,
PID=nan,
Content=smartd startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
SELinux: Disabled at runtime.
|
SELinux: Disabled at runtime.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:48 combo kernel nan SELinux: Disabled at runtime.
|
Month=Jun,
Date=10,
Time=11:31:48,
Level=combo,
Component=kernel,
PID=nan,
Content=SELinux: Disabled at runtime.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
SELinux: Unregistering netfilter hooks
|
SELinux: Unregistering netfilter hooks
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:48 combo kernel nan SELinux: Unregistering netfilter hooks
|
Month=Jun,
Date=10,
Time=11:31:48,
Level=combo,
Component=kernel,
PID=nan,
Content=SELinux: Unregistering netfilter hooks
|
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 10 11:31:48 combo kernel nan NET: Registered protocol family 10
|
Month=Jun,
Date=10,
Time=11:31:48,
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 10 11:31:48 combo kernel nan Disabled Privacy Extensions on device 022db720(lo)
|
Month=Jun,
Date=10,
Time=11:31:48,
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 10 11:31:48 combo kernel nan IPv6 over IPv4 tunneling driver
|
Month=Jun,
Date=10,
Time=11:31:48,
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 10 11:31:49 combo kernel nan USB Universal Host Controller Interface driver v2.2
|
Month=Jun,
Date=10,
Time=11:31:49,
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 10 11:31:49 combo kernel nan PCI: Found IRQ 11 for device 0000:00:1f.2
|
Month=Jun,
Date=10,
Time=11:31:49,
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 10 11:31:49 combo kernel nan uhci_hcd 0000:00:1f.2: UHCI Host Controller
|
Month=Jun,
Date=10,
Time=11:31:49,
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 10 11:31:49 combo kernel nan uhci_hcd 0000:00:1f.2: irq 11, io base 0000ff80
|
Month=Jun,
Date=10,
Time=11:31:49,
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 10 11:31:49 combo kernel nan uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1
|
Month=Jun,
Date=10,
Time=11:31:49,
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.
|
Starting hpoj: succeeded
|
Starting hpoj: succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:49 combo rc nan Starting hpoj: succeeded
|
Month=Jun,
Date=10,
Time=11:31:49,
Level=combo,
Component=rc,
PID=nan,
Content=Starting hpoj: succeeded
|
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 10 11:31:49 combo kernel nan EXT3 FS on hda2, internal journal
|
Month=Jun,
Date=10,
Time=11:31:49,
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 10 11:31:49 combo kernel nan cdrom: open failed.
|
Month=Jun,
Date=10,
Time=11:31:49,
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 10 11:31:50 combo kernel nan Adding 262072k swap on /dev/hda3. Priority:-1 extents:1
|
Month=Jun,
Date=10,
Time=11:31:50,
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 10 11:31:50 combo kernel nan kjournald starting. Commit interval 5 seconds
|
Month=Jun,
Date=10,
Time=11:31:50,
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 10 11:31:50 combo kernel nan EXT3 FS on hda1, internal journal
|
Month=Jun,
Date=10,
Time=11:31:50,
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 10 11:31:50 combo kernel nan EXT3-fs: mounted filesystem with ordered data mode.
|
Month=Jun,
Date=10,
Time=11:31:50,
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 10 11:31:50 combo kernel nan microcode: CPU0 already at revision 0x8 (current=0x8)
|
Month=Jun,
Date=10,
Time=11:31:50,
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 10 11:31:51 combo kernel nan microcode: No suitable data for cpu 0
|
Month=Jun,
Date=10,
Time=11:31:51,
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 10 11:31:51 combo kernel nan parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
|
Month=Jun,
Date=10,
Time=11:31:51,
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 10 11:31:51 combo kernel nan parport0: irq 7 detected
|
Month=Jun,
Date=10,
Time=11:31:51,
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 10 11:31:51 combo kernel nan SCSI subsystem initialized
|
Month=Jun,
Date=10,
Time=11:31:51,
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 10 11:31:51 combo kernel nan inserting floppy driver for 2.6.5-1.358
|
Month=Jun,
Date=10,
Time=11:31:51,
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 10 11:31:51 combo kernel nan Floppy drive(s): fd0 is 1.44M
|
Month=Jun,
Date=10,
Time=11:31:51,
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 10 11:31:52 combo kernel nan FDC 0 is a National Semiconductor PC87306
|
Month=Jun,
Date=10,
Time=11:31:52,
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 10 11:31:52 combo kernel nan PCI: Found IRQ 5 for device 0000:01:0c.0
|
Month=Jun,
Date=10,
Time=11:31:52,
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 10 11:31:52 combo kernel nan 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
|
Month=Jun,
Date=10,
Time=11:31:52,
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 10 11:31:52 combo kernel nan ip_tables: (C) 2000-2002 Netfilter core team
|
Month=Jun,
Date=10,
Time=11:31:52,
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 10 11:31:53 combo kernel nan PCI: Found IRQ 5 for device 0000:01:0c.0
|
Month=Jun,
Date=10,
Time=11:31:53,
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 10 11:31:53 combo kernel nan 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
|
Month=Jun,
Date=10,
Time=11:31:53,
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 10 11:31:54 combo kernel nan ip_tables: (C) 2000-2002 Netfilter core team
|
Month=Jun,
Date=10,
Time=11:31:54,
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 10 11:31:54 combo kernel nan process `syslogd' is using obsolete setsockopt SO_BSDCOMPAT
|
Month=Jun,
Date=10,
Time=11:31:54,
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 10 11:31:54 combo kernel nan Bluetooth: Core ver 2.4
|
Month=Jun,
Date=10,
Time=11:31:54,
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 10 11:31:54 combo kernel nan NET: Registered protocol family 31
|
Month=Jun,
Date=10,
Time=11:31:54,
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 10 11:31:54 combo kernel nan Bluetooth: HCI device and connection manager initialized
|
Month=Jun,
Date=10,
Time=11:31:54,
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 10 11:31:54 combo kernel nan Bluetooth: HCI socket layer initialized
|
Month=Jun,
Date=10,
Time=11:31:54,
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 10 11:31:55 combo kernel nan Bluetooth: L2CAP ver 2.1
|
Month=Jun,
Date=10,
Time=11:31:55,
Level=combo,
Component=kernel,
PID=nan,
Content=Bluetooth: L2CAP ver 2.1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.