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.
|
creating device node '/udev/vcs5'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:50 combo udev 2722.0 creating device node '/udev/vcs5'
|
Month=Jun,
Date=10,
Time=11:32:50,
Level=combo,
Component=udev,
PID=2722.0,
Content=creating device node '/udev/vcs5'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcs3'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:50 combo udev 2724.0 creating device node '/udev/vcs3'
|
Month=Jun,
Date=10,
Time=11:32:50,
Level=combo,
Component=udev,
PID=2724.0,
Content=creating device node '/udev/vcs3'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcs2'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:50 combo udev 2729.0 creating device node '/udev/vcs2'
|
Month=Jun,
Date=10,
Time=11:32:50,
Level=combo,
Component=udev,
PID=2729.0,
Content=creating device node '/udev/vcs2'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcsa2'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:50 combo udev 2736.0 creating device node '/udev/vcsa2'
|
Month=Jun,
Date=10,
Time=11:32:50,
Level=combo,
Component=udev,
PID=2736.0,
Content=creating device node '/udev/vcsa2'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
removing device node '/udev/vcs6'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:50 combo udev 2746.0 removing device node '/udev/vcs6'
|
Month=Jun,
Date=10,
Time=11:32:50,
Level=combo,
Component=udev,
PID=2746.0,
Content=removing device node '/udev/vcs6'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
removing device node '/udev/vcsa6'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:51 combo udev 2755.0 removing device node '/udev/vcsa6'
|
Month=Jun,
Date=10,
Time=11:32:51,
Level=combo,
Component=udev,
PID=2755.0,
Content=removing device node '/udev/vcsa6'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcs6'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:52 combo udev 2792.0 creating device node '/udev/vcs6'
|
Month=Jun,
Date=10,
Time=11:32:52,
Level=combo,
Component=udev,
PID=2792.0,
Content=creating device node '/udev/vcs6'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcsa6'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:52 combo udev 2793.0 creating device node '/udev/vcsa6'
|
Month=Jun,
Date=10,
Time=11:32:52,
Level=combo,
Component=udev,
PID=2793.0,
Content=creating device node '/udev/vcsa6'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcs7'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:54 combo udev 2817.0 creating device node '/udev/vcs7'
|
Month=Jun,
Date=10,
Time=11:32:54,
Level=combo,
Component=udev,
PID=2817.0,
Content=creating device node '/udev/vcs7'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcsa7'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:54 combo udev 2818.0 creating device node '/udev/vcsa7'
|
Month=Jun,
Date=10,
Time=11:32:54,
Level=combo,
Component=udev,
PID=2818.0,
Content=creating device node '/udev/vcsa7'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
removing device node '/udev/vcs7'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:55 combo udev 2833.0 removing device node '/udev/vcs7'
|
Month=Jun,
Date=10,
Time=11:32:55,
Level=combo,
Component=udev,
PID=2833.0,
Content=removing device node '/udev/vcs7'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
removing device node '/udev/vcsa7'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:55 combo udev 2844.0 removing device node '/udev/vcsa7'
|
Month=Jun,
Date=10,
Time=11:32:55,
Level=combo,
Component=udev,
PID=2844.0,
Content=removing device node '/udev/vcsa7'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcsa7'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:58 combo udev 2862.0 creating device node '/udev/vcsa7'
|
Month=Jun,
Date=10,
Time=11:32:58,
Level=combo,
Component=udev,
PID=2862.0,
Content=creating device node '/udev/vcsa7'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcs7'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:58 combo udev 2855.0 creating device node '/udev/vcs7'
|
Month=Jun,
Date=10,
Time=11:32:58,
Level=combo,
Component=udev,
PID=2855.0,
Content=creating device node '/udev/vcs7'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
synchronized to LOCAL(0), stratum=10
|
synchronized to LOCAL(<*>), stratum=<*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:35:57 combo ntpd 2327.0 synchronized to LOCAL(0), stratum=10
|
Month=Jun,
Date=10,
Time=11:35:57,
Level=combo,
Component=ntpd,
PID=2327.0,
Content=synchronized to LOCAL(0), stratum=10
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
kernel time sync disabled 0041
|
kernel time sync disabled <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:35:57 combo ntpd 2327.0 kernel time sync disabled 0041
|
Month=Jun,
Date=10,
Time=11:35:57,
Level=combo,
Component=ntpd,
PID=2327.0,
Content=kernel time sync disabled 0041
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
kernel time sync enabled 0001
|
kernel time sync enabled <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:37:02 combo ntpd 2327.0 kernel time sync enabled 0001
|
Month=Jun,
Date=10,
Time=11:37:02,
Level=combo,
Component=ntpd,
PID=2327.0,
Content=kernel time sync enabled 0001
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
check pass; user unknown
|
check pass; user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 17:16:34 combo sshd(pam_unix) 3353.0 check pass; user unknown
|
Month=Jun,
Date=10,
Time=17:16:34,
Level=combo,
Component=sshd(pam_unix),
PID=3353.0,
Content=check pass; user unknown
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:22 combo ftpd 4301.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
Month=Jun,
Date=11,
Time=03:28:22,
Level=combo,
Component=ftpd,
PID=4301.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:22 combo ftpd 4305.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
Month=Jun,
Date=11,
Time=03:28:22,
Level=combo,
Component=ftpd,
PID=4305.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:22 combo ftpd 4304.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
Month=Jun,
Date=11,
Time=03:28:22,
Level=combo,
Component=ftpd,
PID=4304.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:22 combo ftpd 4308.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
Month=Jun,
Date=11,
Time=03:28:22,
Level=combo,
Component=ftpd,
PID=4308.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:22 combo ftpd 4303.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
Month=Jun,
Date=11,
Time=03:28:22,
Level=combo,
Component=ftpd,
PID=4303.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:22 combo ftpd 4306.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
Month=Jun,
Date=11,
Time=03:28:22,
Level=combo,
Component=ftpd,
PID=4306.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:22 combo ftpd 4302.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
Month=Jun,
Date=11,
Time=03:28:22,
Level=combo,
Component=ftpd,
PID=4302.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:22 combo ftpd 4307.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
Month=Jun,
Date=11,
Time=03:28:22,
Level=combo,
Component=ftpd,
PID=4307.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:22 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:23 combo ftpd 4309.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Month=Jun,
Date=11,
Time=03:28:23,
Level=combo,
Component=ftpd,
PID=4309.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:23 combo ftpd 4310.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Month=Jun,
Date=11,
Time=03:28:23,
Level=combo,
Component=ftpd,
PID=4310.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:23 combo ftpd 4311.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Month=Jun,
Date=11,
Time=03:28:23,
Level=combo,
Component=ftpd,
PID=4311.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:23 combo ftpd 4312.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Month=Jun,
Date=11,
Time=03:28:23,
Level=combo,
Component=ftpd,
PID=4312.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:23 combo ftpd 4313.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Month=Jun,
Date=11,
Time=03:28:23,
Level=combo,
Component=ftpd,
PID=4313.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:23 combo ftpd 4314.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Month=Jun,
Date=11,
Time=03:28:23,
Level=combo,
Component=ftpd,
PID=4314.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:23 combo ftpd 4315.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Month=Jun,
Date=11,
Time=03:28:23,
Level=combo,
Component=ftpd,
PID=4315.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:23 combo ftpd 4317.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Month=Jun,
Date=11,
Time=03:28:23,
Level=combo,
Component=ftpd,
PID=4317.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:23 combo ftpd 4318.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Month=Jun,
Date=11,
Time=03:28:23,
Level=combo,
Component=ftpd,
PID=4318.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:23 combo ftpd 4319.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Month=Jun,
Date=11,
Time=03:28:23,
Level=combo,
Component=ftpd,
PID=4319.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:23 combo ftpd 4316.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Month=Jun,
Date=11,
Time=03:28:23,
Level=combo,
Component=ftpd,
PID=4316.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:23 combo ftpd 4320.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Month=Jun,
Date=11,
Time=03:28:23,
Level=combo,
Component=ftpd,
PID=4320.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:23 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:24 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:24 combo ftpd 4321.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:24 2005
|
Month=Jun,
Date=11,
Time=03:28:24,
Level=combo,
Component=ftpd,
PID=4321.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:24 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:24 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:24 combo ftpd 4322.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:24 2005
|
Month=Jun,
Date=11,
Time=03:28:24,
Level=combo,
Component=ftpd,
PID=4322.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:24 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 209.184.7.130 () at Sat Jun 11 03:28:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 03:28:25 combo ftpd 4323.0 connection from 209.184.7.130 () at Sat Jun 11 03:28:25 2005
|
Month=Jun,
Date=11,
Time=03:28:25,
Level=combo,
Component=ftpd,
PID=4323.0,
Content=connection from 209.184.7.130 () at Sat Jun 11 03:28:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
file descriptor of service comsat has been closed
|
file descriptor of service comsat has been closed
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 04:02:32 combo xinetd 2034.0 file descriptor of service comsat has been closed
|
Month=Jun,
Date=11,
Time=04:02:32,
Level=combo,
Component=xinetd,
PID=2034.0,
Content=file descriptor of service comsat has been closed
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
select reported EBADF but no bad file descriptors were found
|
select reported EBADF but no bad file descriptors were found
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 04:02:32 combo xinetd 2034.0 select reported EBADF but no bad file descriptors were found
|
Month=Jun,
Date=11,
Time=04:02:32,
Level=combo,
Component=xinetd,
PID=2034.0,
Content=select reported EBADF but no bad file descriptors were found
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user cyrus by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 04:03:18 combo su(pam_unix) 4718.0 session opened for user cyrus by (uid=0)
|
Month=Jun,
Date=11,
Time=04:03:18,
Level=combo,
Component=su(pam_unix),
PID=4718.0,
Content=session opened for user cyrus by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user cyrus
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 04:03:19 combo su(pam_unix) 4718.0 session closed for user cyrus
|
Month=Jun,
Date=11,
Time=04:03:19,
Level=combo,
Component=su(pam_unix),
PID=4718.0,
Content=session closed for user cyrus
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
ALERT exited abnormally with [1]
|
ALERT exited abnormally with <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 04:03:20 combo logrotate nan ALERT exited abnormally with [1]
|
Month=Jun,
Date=11,
Time=04:03:20,
Level=combo,
Component=logrotate,
PID=nan,
Content=ALERT exited abnormally with [1]
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user news by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 04:09:52 combo su(pam_unix) 5961.0 session opened for user news by (uid=0)
|
Month=Jun,
Date=11,
Time=04:09:52,
Level=combo,
Component=su(pam_unix),
PID=5961.0,
Content=session opened for user news by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user news
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 04:09:53 combo su(pam_unix) 5961.0 session closed for user news
|
Month=Jun,
Date=11,
Time=04:09:53,
Level=combo,
Component=su(pam_unix),
PID=5961.0,
Content=session closed for user news
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=unknown.sagonet.net user=root
|
authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 09:45:45 combo sshd(pam_unix) 6472.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=unknown.sagonet.net user=root
|
Month=Jun,
Date=11,
Time=09:45:45,
Level=combo,
Component=sshd(pam_unix),
PID=6472.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=unknown.sagonet.net user=root
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=unknown.sagonet.net user=root
|
authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 11 09:45:55 combo sshd(pam_unix) 6474.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=unknown.sagonet.net user=root
|
Month=Jun,
Date=11,
Time=09:45:55,
Level=combo,
Component=sshd(pam_unix),
PID=6474.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=unknown.sagonet.net user=root
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.