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.
audit(1138296110.949:306401): syscall=103 exit=29788 a0=3 a1=9821858 a2=20000 a3=3 items=0 pid=1178 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
audit(<*>): syscall=<*> exit=<*> a0=<*> a1=<*> a2=<*> a3=<*> items=<*> pid=<*> loginuid=<*> uid=<*> gid=<*> euid=<*> suid=<*> fsuid=<*> egid=<*> sgid=<*> fsgid=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:28 combo kernel nan audit(1138296110.949:306401): syscall=103 exit=29788 a0=3 a1=9821858 a2=20000 a3=3 items=0 pid=1178 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Month=Jan, Date=26, Time=12:22:28, Level=combo, Component=kernel, PID=nan, Content=audit(1138296110.949:306401): syscall=103 exit=29788 a0=3 a1=9821858 a2=20000 a3=3 items=0 pid=1178 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296111.560:323542): avc: denied { relabelto } for pid=1198 exe=/sbin/restorecon name=vcs1 dev=hda2 ino=861585 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:tty_device_t tclass=chr_file
audit(<*>): avc: denied <*> for pid=<*> exe=<*> name=<*> dev=<*> ino=<*> scontext=<*> tcontext=<*> tclass=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:28 combo kernel nan audit(1138296111.560:323542): avc: denied { relabelto } for pid=1198 exe=/sbin/restorecon name=vcs1 dev=hda2 ino=861585 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:tty_device_t tclass=chr_file
Month=Jan, Date=26, Time=12:22:28, Level=combo, Component=kernel, PID=nan, Content=audit(1138296111.560:323542): avc: denied { relabelto } for pid=1198 exe=/sbin/restorecon name=vcs1 dev=hda2 ino=861585 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:tty_device_t tclass=chr_file
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296111.616:324631): avc: denied { unlink } for pid=1205 exe=/sbin/udev name=vcsa1 dev=hda2 ino=861587 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:tty_device_t tclass=chr_file
audit(<*>): avc: denied <*> for pid=<*> exe=<*> name=<*> dev=<*> ino=<*> scontext=<*> tcontext=<*> tclass=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:28 combo kernel nan audit(1138296111.616:324631): avc: denied { unlink } for pid=1205 exe=/sbin/udev name=vcsa1 dev=hda2 ino=861587 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:tty_device_t tclass=chr_file
Month=Jan, Date=26, Time=12:22:28, Level=combo, Component=kernel, PID=nan, Content=audit(1138296111.616:324631): avc: denied { unlink } for pid=1205 exe=/sbin/udev name=vcsa1 dev=hda2 ino=861587 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:tty_device_t tclass=chr_file
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.
Jan 26 12:22:28 combo xinetd nan xinetd startup succeeded
Month=Jan, Date=26, Time=12:22:28, 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.
audit(1138296111.560:323542): syscall=227 exit=0 a0=fef84ed8 a1=dd6c6b a2=8aa1490 a3=1f items=1 pid=1198 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
audit(<*>): syscall=<*> exit=<*> a0=<*> a1=<*> a2=<*> a3=<*> items=<*> pid=<*> loginuid=<*> uid=<*> gid=<*> euid=<*> suid=<*> fsuid=<*> egid=<*> sgid=<*> fsgid=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:28 combo kernel nan audit(1138296111.560:323542): syscall=227 exit=0 a0=fef84ed8 a1=dd6c6b a2=8aa1490 a3=1f items=1 pid=1198 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Month=Jan, Date=26, Time=12:22:28, Level=combo, Component=kernel, PID=nan, Content=audit(1138296111.560:323542): syscall=227 exit=0 a0=fef84ed8 a1=dd6c6b a2=8aa1490 a3=1f items=1 pid=1198 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296111.560:323542): item=0 name=/udev/vcs1 inode=861585 dev=07:01
audit(<*>): item=<*> name=<*> inode=<*> dev=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:28 combo kernel nan audit(1138296111.560:323542): item=0 name=/udev/vcs1 inode=861585 dev=07:01
Month=Jan, Date=26, Time=12:22:28, Level=combo, Component=kernel, PID=nan, Content=audit(1138296111.560:323542): item=0 name=/udev/vcs1 inode=861585 dev=07:01
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296111.616:324631): syscall=10 exit=0 a0=fef124d0 a1=8f30a88 a2=fef124d0 a3=fef125e8 items=1 pid=1205 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
audit(<*>): syscall=<*> exit=<*> a0=<*> a1=<*> a2=<*> a3=<*> items=<*> pid=<*> loginuid=<*> uid=<*> gid=<*> euid=<*> suid=<*> fsuid=<*> egid=<*> sgid=<*> fsgid=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:29 combo kernel nan audit(1138296111.616:324631): syscall=10 exit=0 a0=fef124d0 a1=8f30a88 a2=fef124d0 a3=fef125e8 items=1 pid=1205 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Month=Jan, Date=26, Time=12:22:29, Level=combo, Component=kernel, PID=nan, Content=audit(1138296111.616:324631): syscall=10 exit=0 a0=fef124d0 a1=8f30a88 a2=fef124d0 a3=fef125e8 items=1 pid=1205 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296111.616:324631): item=0 name=/udev/vcsa1 inode=276355 dev=00:00
audit(<*>): item=<*> name=<*> inode=<*> dev=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:29 combo kernel nan audit(1138296111.616:324631): item=0 name=/udev/vcsa1 inode=276355 dev=00:00
Month=Jan, Date=26, Time=12:22:29, Level=combo, Component=kernel, PID=nan, Content=audit(1138296111.616:324631): item=0 name=/udev/vcsa1 inode=276355 dev=00:00
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.
Jan 26 12:22:29 combo kernel nan microcode: CPU0 already at revision 0x8 (current=0x8)
Month=Jan, Date=26, Time=12:22:29, 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.
Jan 26 12:22:29 combo kernel nan microcode: No suitable data for cpu 0
Month=Jan, Date=26, Time=12:22:29, 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.
audit(1138296117.905:349720): avc: denied { read } for pid=1263 exe=/usr/sbin/kudzu name=0000:01:0c.0 dev= ino=159 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysfs_t tclass=lnk_file
audit(<*>): avc: denied <*> for pid=<*> exe=<*> name=<*> dev=<*> ino=<*> scontext=<*> tcontext=<*> tclass=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:29 combo kernel nan audit(1138296117.905:349720): avc: denied { read } for pid=1263 exe=/usr/sbin/kudzu name=0000:01:0c.0 dev= ino=159 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysfs_t tclass=lnk_file
Month=Jan, Date=26, Time=12:22:29, Level=combo, Component=kernel, PID=nan, Content=audit(1138296117.905:349720): avc: denied { read } for pid=1263 exe=/usr/sbin/kudzu name=0000:01:0c.0 dev= ino=159 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysfs_t tclass=lnk_file
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296117.905:349720): syscall=5 exit=4 a0=fef1ae20 a1=0 a2=1b6 a3=1b6 items=1 pid=1263 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
audit(<*>): syscall=<*> exit=<*> a0=<*> a1=<*> a2=<*> a3=<*> items=<*> pid=<*> loginuid=<*> uid=<*> gid=<*> euid=<*> suid=<*> fsuid=<*> egid=<*> sgid=<*> fsgid=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:30 combo kernel nan audit(1138296117.905:349720): syscall=5 exit=4 a0=fef1ae20 a1=0 a2=1b6 a3=1b6 items=1 pid=1263 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Month=Jan, Date=26, Time=12:22:30, Level=combo, Component=kernel, PID=nan, Content=audit(1138296117.905:349720): syscall=5 exit=4 a0=fef1ae20 a1=0 a2=1b6 a3=1b6 items=1 pid=1263 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
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.
Jan 26 12:22:30 combo sendmail nan sendmail startup succeeded
Month=Jan, Date=26, Time=12:22:30, 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.
audit(1138296117.905:349720): item=0 name=/sys/bus/pci/devices/0000:01:0c.0/resource inode=166 dev=00:00
audit(<*>): item=<*> name=<*> inode=<*> dev=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:30 combo kernel nan audit(1138296117.905:349720): item=0 name=/sys/bus/pci/devices/0000:01:0c.0/resource inode=166 dev=00:00
Month=Jan, Date=26, Time=12:22:30, Level=combo, Component=kernel, PID=nan, Content=audit(1138296117.905:349720): item=0 name=/sys/bus/pci/devices/0000:01:0c.0/resource inode=166 dev=00:00
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.
Jan 26 12:22:30 combo kernel nan parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
Month=Jan, Date=26, Time=12:22:30, 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.
Jan 26 12:22:30 combo kernel nan parport0: irq 7 detected
Month=Jan, Date=26, Time=12:22:30, 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.
audit(1138296118.152:350118): avc: denied { search } for pid=1263 exe=/usr/sbin/kudzu name=dev dev= ino=-268435240 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_dev_t tclass=dir
audit(<*>): avc: denied <*> for pid=<*> exe=<*> name=<*> dev=<*> ino=<*> scontext=<*> tcontext=<*> tclass=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:30 combo kernel nan audit(1138296118.152:350118): avc: denied { search } for pid=1263 exe=/usr/sbin/kudzu name=dev dev= ino=-268435240 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_dev_t tclass=dir
Month=Jan, Date=26, Time=12:22:30, Level=combo, Component=kernel, PID=nan, Content=audit(1138296118.152:350118): avc: denied { search } for pid=1263 exe=/usr/sbin/kudzu name=dev dev= ino=-268435240 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_dev_t tclass=dir
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296118.152:350118): avc: denied { read } for pid=1263 exe=/usr/sbin/kudzu name=parport dev= ino=-268434885 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_dev_t tclass=dir
audit(<*>): avc: denied <*> for pid=<*> exe=<*> name=<*> dev=<*> ino=<*> scontext=<*> tcontext=<*> tclass=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:30 combo kernel nan audit(1138296118.152:350118): avc: denied { read } for pid=1263 exe=/usr/sbin/kudzu name=parport dev= ino=-268434885 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_dev_t tclass=dir
Month=Jan, Date=26, Time=12:22:30, Level=combo, Component=kernel, PID=nan, Content=audit(1138296118.152:350118): avc: denied { read } for pid=1263 exe=/usr/sbin/kudzu name=parport dev= ino=-268434885 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_dev_t tclass=dir
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.
Jan 26 12:22:30 combo sendmail nan sm-client startup succeeded
Month=Jan, Date=26, Time=12:22:30, 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.
audit(1138296118.152:350118): syscall=5 exit=6 a0=806aca9 a1=18800 a2=5fbe83 a3=0 items=1 pid=1263 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
audit(<*>): syscall=<*> exit=<*> a0=<*> a1=<*> a2=<*> a3=<*> items=<*> pid=<*> loginuid=<*> uid=<*> gid=<*> euid=<*> suid=<*> fsuid=<*> egid=<*> sgid=<*> fsgid=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:30 combo kernel nan audit(1138296118.152:350118): syscall=5 exit=6 a0=806aca9 a1=18800 a2=5fbe83 a3=0 items=1 pid=1263 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Month=Jan, Date=26, Time=12:22:30, Level=combo, Component=kernel, PID=nan, Content=audit(1138296118.152:350118): syscall=5 exit=6 a0=806aca9 a1=18800 a2=5fbe83 a3=0 items=1 pid=1263 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296118.152:350118): item=0 name=/proc/sys/dev/parport inode=4026532411 dev=00:00
audit(<*>): item=<*> name=<*> inode=<*> dev=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:31 combo kernel nan audit(1138296118.152:350118): item=0 name=/proc/sys/dev/parport inode=4026532411 dev=00:00
Month=Jan, Date=26, Time=12:22:31, Level=combo, Component=kernel, PID=nan, Content=audit(1138296118.152:350118): item=0 name=/proc/sys/dev/parport inode=4026532411 dev=00:00
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296118.152:350119): syscall=197 exit=0 a0=6 a1=fef1b7cc a2=68cffc a3=6 items=0 pid=1263 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
audit(<*>): syscall=<*> exit=<*> a0=<*> a1=<*> a2=<*> a3=<*> items=<*> pid=<*> loginuid=<*> uid=<*> gid=<*> euid=<*> suid=<*> fsuid=<*> egid=<*> sgid=<*> fsgid=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:32 combo kernel nan audit(1138296118.152:350119): syscall=197 exit=0 a0=6 a1=fef1b7cc a2=68cffc a3=6 items=0 pid=1263 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Month=Jan, Date=26, Time=12:22:32, Level=combo, Component=kernel, PID=nan, Content=audit(1138296118.152:350119): syscall=197 exit=0 a0=6 a1=fef1b7cc a2=68cffc a3=6 items=0 pid=1263 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
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.
Jan 26 12:22:32 combo udev 2053.0 creating device node '/udev/lp0'
Month=Jan, Date=26, Time=12:22:32, Level=combo, Component=udev, PID=2053.0, Content=creating device node '/udev/lp0'
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296118.152:350122): avc: denied { read } for pid=1263 exe=/usr/sbin/kudzu name=autoprobe dev= ino=-268434873 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_dev_t tclass=file
audit(<*>): avc: denied <*> for pid=<*> exe=<*> name=<*> dev=<*> ino=<*> scontext=<*> tcontext=<*> tclass=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:32 combo kernel nan audit(1138296118.152:350122): avc: denied { read } for pid=1263 exe=/usr/sbin/kudzu name=autoprobe dev= ino=-268434873 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_dev_t tclass=file
Month=Jan, Date=26, Time=12:22:32, Level=combo, Component=kernel, PID=nan, Content=audit(1138296118.152:350122): avc: denied { read } for pid=1263 exe=/usr/sbin/kudzu name=autoprobe dev= ino=-268434873 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_dev_t tclass=file
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296118.152:350122): syscall=5 exit=7 a0=fef1b880 a1=0 a2=4 a3=0 items=1 pid=1263 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
audit(<*>): syscall=<*> exit=<*> a0=<*> a1=<*> a2=<*> a3=<*> items=<*> pid=<*> loginuid=<*> uid=<*> gid=<*> euid=<*> suid=<*> fsuid=<*> egid=<*> sgid=<*> fsgid=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:34 combo kernel nan audit(1138296118.152:350122): syscall=5 exit=7 a0=fef1b880 a1=0 a2=4 a3=0 items=1 pid=1263 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Month=Jan, Date=26, Time=12:22:34, Level=combo, Component=kernel, PID=nan, Content=audit(1138296118.152:350122): syscall=5 exit=7 a0=fef1b880 a1=0 a2=4 a3=0 items=1 pid=1263 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296118.152:350122): item=0 name=/proc/sys/dev/parport/parport0/autoprobe inode=4026532423 dev=00:00
audit(<*>): item=<*> name=<*> inode=<*> dev=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:35 combo kernel nan audit(1138296118.152:350122): item=0 name=/proc/sys/dev/parport/parport0/autoprobe inode=4026532423 dev=00:00
Month=Jan, Date=26, Time=12:22:35, Level=combo, Component=kernel, PID=nan, Content=audit(1138296118.152:350122): item=0 name=/proc/sys/dev/parport/parport0/autoprobe inode=4026532423 dev=00:00
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.
Jan 26 12:22:35 combo kernel nan SCSI subsystem initialized
Month=Jan, Date=26, Time=12:22:35, 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.
Jan 26 12:22:36 combo kernel nan inserting floppy driver for 2.6.5-1.358
Month=Jan, Date=26, Time=12:22:36, 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.
Jan 26 12:22:36 combo kernel nan Floppy drive(s): fd0 is 1.44M
Month=Jan, Date=26, Time=12:22:36, 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.
Jan 26 12:22:37 combo kernel nan FDC 0 is a National Semiconductor PC87306
Month=Jan, Date=26, Time=12:22:37, 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.
audit(1138296120.101:365320): avc: denied { read } for pid=1263 exe=/usr/sbin/kudzu name=hotplug dev= ino=-268435401 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_hotplug_t tclass=file
audit(<*>): avc: denied <*> for pid=<*> exe=<*> name=<*> dev=<*> ino=<*> scontext=<*> tcontext=<*> tclass=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:37 combo kernel nan audit(1138296120.101:365320): avc: denied { read } for pid=1263 exe=/usr/sbin/kudzu name=hotplug dev= ino=-268435401 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_hotplug_t tclass=file
Month=Jan, Date=26, Time=12:22:37, Level=combo, Component=kernel, PID=nan, Content=audit(1138296120.101:365320): avc: denied { read } for pid=1263 exe=/usr/sbin/kudzu name=hotplug dev= ino=-268435401 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_hotplug_t tclass=file
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296120.101:365320): syscall=5 exit=11 a0=806a2d5 a1=0 a2=100 a3=0 items=1 pid=1263 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
audit(<*>): syscall=<*> exit=<*> a0=<*> a1=<*> a2=<*> a3=<*> items=<*> pid=<*> loginuid=<*> uid=<*> gid=<*> euid=<*> suid=<*> fsuid=<*> egid=<*> sgid=<*> fsgid=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:38 combo kernel nan audit(1138296120.101:365320): syscall=5 exit=11 a0=806a2d5 a1=0 a2=100 a3=0 items=1 pid=1263 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Month=Jan, Date=26, Time=12:22:38, Level=combo, Component=kernel, PID=nan, Content=audit(1138296120.101:365320): syscall=5 exit=11 a0=806a2d5 a1=0 a2=100 a3=0 items=1 pid=1263 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296120.101:365320): item=0 name=/proc/sys/kernel/hotplug inode=4026531895 dev=00:00
audit(<*>): item=<*> name=<*> inode=<*> dev=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:38 combo kernel nan audit(1138296120.101:365320): item=0 name=/proc/sys/kernel/hotplug inode=4026531895 dev=00:00
Month=Jan, Date=26, Time=12:22:38, Level=combo, Component=kernel, PID=nan, Content=audit(1138296120.101:365320): item=0 name=/proc/sys/kernel/hotplug inode=4026531895 dev=00:00
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.
Jan 26 12:22:38 combo kernel nan PCI: Found IRQ 5 for device 0000:01:0c.0
Month=Jan, Date=26, Time=12:22:38, 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.
Jan 26 12:22:39 combo kernel nan 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
Month=Jan, Date=26, Time=12:22:39, 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.
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.
Jan 26 12:22:40 combo xinetd 2013.0 No such internal service: services/stream - DISABLING
Month=Jan, Date=26, Time=12:22:40, Level=combo, Component=xinetd, PID=2013.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.
audit(1138296120.316:368744): avc: denied { relabelfrom } for pid=1353 exe=/sbin/restorecon name=fd0 dev=hda2 ino=283651 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:file_t tclass=blk_file
audit(<*>): avc: denied <*> for pid=<*> exe=<*> name=<*> dev=<*> ino=<*> scontext=<*> tcontext=<*> tclass=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:40 combo kernel nan audit(1138296120.316:368744): avc: denied { relabelfrom } for pid=1353 exe=/sbin/restorecon name=fd0 dev=hda2 ino=283651 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:file_t tclass=blk_file
Month=Jan, Date=26, Time=12:22:40, Level=combo, Component=kernel, PID=nan, Content=audit(1138296120.316:368744): avc: denied { relabelfrom } for pid=1353 exe=/sbin/restorecon name=fd0 dev=hda2 ino=283651 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:file_t tclass=blk_file
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296120.316:368744): avc: denied { relabelto } for pid=1353 exe=/sbin/restorecon name=fd0 dev=hda2 ino=283651 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:removable_device_t tclass=blk_file
audit(<*>): avc: denied <*> for pid=<*> exe=<*> name=<*> dev=<*> ino=<*> scontext=<*> tcontext=<*> tclass=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:40 combo kernel nan audit(1138296120.316:368744): avc: denied { relabelto } for pid=1353 exe=/sbin/restorecon name=fd0 dev=hda2 ino=283651 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:removable_device_t tclass=blk_file
Month=Jan, Date=26, Time=12:22:40, Level=combo, Component=kernel, PID=nan, Content=audit(1138296120.316:368744): avc: denied { relabelto } for pid=1353 exe=/sbin/restorecon name=fd0 dev=hda2 ino=283651 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:removable_device_t tclass=blk_file
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296120.316:368744): syscall=227 exit=0 a0=feff6ee1 a1=dd6c6b a2=93b5568 a3=25 items=1 pid=1353 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
audit(<*>): syscall=<*> exit=<*> a0=<*> a1=<*> a2=<*> a3=<*> items=<*> pid=<*> loginuid=<*> uid=<*> gid=<*> euid=<*> suid=<*> fsuid=<*> egid=<*> sgid=<*> fsgid=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:40 combo kernel nan audit(1138296120.316:368744): syscall=227 exit=0 a0=feff6ee1 a1=dd6c6b a2=93b5568 a3=25 items=1 pid=1353 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Month=Jan, Date=26, Time=12:22:40, Level=combo, Component=kernel, PID=nan, Content=audit(1138296120.316:368744): syscall=227 exit=0 a0=feff6ee1 a1=dd6c6b a2=93b5568 a3=25 items=1 pid=1353 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296120.316:368744): item=0 name=/udev/fd0 inode=283651 dev=02:00
audit(<*>): item=<*> name=<*> inode=<*> dev=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:40 combo kernel nan audit(1138296120.316:368744): item=0 name=/udev/fd0 inode=283651 dev=02:00
Month=Jan, Date=26, Time=12:22:40, Level=combo, Component=kernel, PID=nan, Content=audit(1138296120.316:368744): item=0 name=/udev/fd0 inode=283651 dev=02:00
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296123.351:395836): avc: denied { read } for pid=1437 exe=/sbin/iptables name=modprobe dev= ino=-268435402 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_modprobe_t tclass=file
audit(<*>): avc: denied <*> for pid=<*> exe=<*> name=<*> dev=<*> ino=<*> scontext=<*> tcontext=<*> tclass=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:40 combo kernel nan audit(1138296123.351:395836): avc: denied { read } for pid=1437 exe=/sbin/iptables name=modprobe dev= ino=-268435402 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_modprobe_t tclass=file
Month=Jan, Date=26, Time=12:22:40, Level=combo, Component=kernel, PID=nan, Content=audit(1138296123.351:395836): avc: denied { read } for pid=1437 exe=/sbin/iptables name=modprobe dev= ino=-268435402 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_modprobe_t tclass=file
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296123.351:395836): syscall=5 exit=4 a0=8051591 a1=0 a2=fee75ba4 a3=0 items=1 pid=1437 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
audit(<*>): syscall=<*> exit=<*> a0=<*> a1=<*> a2=<*> a3=<*> items=<*> pid=<*> loginuid=<*> uid=<*> gid=<*> euid=<*> suid=<*> fsuid=<*> egid=<*> sgid=<*> fsgid=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:41 combo kernel nan audit(1138296123.351:395836): syscall=5 exit=4 a0=8051591 a1=0 a2=fee75ba4 a3=0 items=1 pid=1437 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Month=Jan, Date=26, Time=12:22:41, Level=combo, Component=kernel, PID=nan, Content=audit(1138296123.351:395836): syscall=5 exit=4 a0=8051591 a1=0 a2=fee75ba4 a3=0 items=1 pid=1437 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296123.351:395836): item=0 name=/proc/sys/kernel/modprobe inode=4026531894 dev=00:00
audit(<*>): item=<*> name=<*> inode=<*> dev=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:41 combo kernel nan audit(1138296123.351:395836): item=0 name=/proc/sys/kernel/modprobe inode=4026531894 dev=00:00
Month=Jan, Date=26, Time=12:22:41, Level=combo, Component=kernel, PID=nan, Content=audit(1138296123.351:395836): item=0 name=/proc/sys/kernel/modprobe inode=4026531894 dev=00:00
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.
Jan 26 12:22:41 combo kernel nan ip_tables: (C) 2000-2002 Netfilter core team
Month=Jan, Date=26, Time=12:22:41, 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.
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.
Jan 26 12:22:41 combo xinetd 2013.0 bind failed (Address already in use (errno = 98)). service = telnet
Month=Jan, Date=26, Time=12:22:41, Level=combo, Component=xinetd, PID=2013.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.
Jan 26 12:22:41 combo xinetd 2013.0 Service telnet failed to start and is deactivated.
Month=Jan, Date=26, Time=12:22:41, Level=combo, Component=xinetd, PID=2013.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.
audit(1138296123.500:397288): syscall=102 exit=3 a0=1 a1=fef5c7e0 a2=0 a3=a items=0 pid=1445 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
audit(<*>): syscall=<*> exit=<*> a0=<*> a1=<*> a2=<*> a3=<*> items=<*> pid=<*> loginuid=<*> uid=<*> gid=<*> euid=<*> suid=<*> fsuid=<*> egid=<*> sgid=<*> fsgid=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:41 combo kernel nan audit(1138296123.500:397288): syscall=102 exit=3 a0=1 a1=fef5c7e0 a2=0 a3=a items=0 pid=1445 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Month=Jan, Date=26, Time=12:22:41, Level=combo, Component=kernel, PID=nan, Content=audit(1138296123.500:397288): syscall=102 exit=3 a0=1 a1=fef5c7e0 a2=0 a3=a items=0 pid=1445 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
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.
Jan 26 12:22:41 combo xinetd 2013.0 xinetd Version 2.3.13 started with libwrap loadavg options compiled in.
Month=Jan, Date=26, Time=12:22:41, Level=combo, Component=xinetd, PID=2013.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.
Jan 26 12:22:42 combo xinetd 2013.0 Started working: 30 available services
Month=Jan, Date=26, Time=12:22:42, Level=combo, Component=xinetd, PID=2013.0, Content=Started working: 30 available services
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
audit(1138296123.500:397293): syscall=54 exit=0 a0=3 a1=8933 a2=fef5d950 a3=0 items=0 pid=1445 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
audit(<*>): syscall=<*> exit=<*> a0=<*> a1=<*> a2=<*> a3=<*> items=<*> pid=<*> loginuid=<*> uid=<*> gid=<*> euid=<*> suid=<*> fsuid=<*> egid=<*> sgid=<*> fsgid=<*>
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
Jan 26 12:22:42 combo kernel nan audit(1138296123.500:397293): syscall=54 exit=0 a0=3 a1=8933 a2=fef5d950 a3=0 items=0 pid=1445 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0
Month=Jan, Date=26, Time=12:22:42, Level=combo, Component=kernel, PID=nan, Content=audit(1138296123.500:397293): syscall=54 exit=0 a0=3 a1=8933 a2=fef5d950 a3=0 items=0 pid=1445 loginuid=-1 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0