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.
|
check pass; user unknown
|
check pass; user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 2 04:15:43 combo sshd(pam_unix) 24573.0 check pass; user unknown
|
Month=Jul,
Date=2,
Time=04:15:43,
Level=combo,
Component=sshd(pam_unix),
PID=24573.0,
Content=check pass; user unknown
|
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.
|
Jul 2 04:15:43 combo sshd(pam_unix) 24574.0 check pass; user unknown
|
Month=Jul,
Date=2,
Time=04:15:43,
Level=combo,
Component=sshd(pam_unix),
PID=24574.0,
Content=check pass; user unknown
|
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.
|
Jul 2 04:15:43 combo sshd(pam_unix) 24576.0 check pass; user unknown
|
Month=Jul,
Date=2,
Time=04:15:43,
Level=combo,
Component=sshd(pam_unix),
PID=24576.0,
Content=check pass; user unknown
|
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.
|
Jul 2 04:15:43 combo sshd(pam_unix) 24578.0 check pass; user unknown
|
Month=Jul,
Date=2,
Time=04:15:43,
Level=combo,
Component=sshd(pam_unix),
PID=24578.0,
Content=check pass; user unknown
|
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.
|
Jul 2 04:15:43 combo sshd(pam_unix) 24579.0 check pass; user unknown
|
Month=Jul,
Date=2,
Time=04:15:43,
Level=combo,
Component=sshd(pam_unix),
PID=24579.0,
Content=check pass; user unknown
|
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.
|
Jul 2 04:15:43 combo sshd(pam_unix) 24581.0 check pass; user unknown
|
Month=Jul,
Date=2,
Time=04:15:43,
Level=combo,
Component=sshd(pam_unix),
PID=24581.0,
Content=check pass; user unknown
|
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.
|
Jul 2 04:15:43 combo sshd(pam_unix) 24583.0 check pass; user unknown
|
Month=Jul,
Date=2,
Time=04:15:43,
Level=combo,
Component=sshd(pam_unix),
PID=24583.0,
Content=check pass; user unknown
|
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.
|
Jul 3 04:07:47 combo su(pam_unix) 26964.0 session opened for user cyrus by (uid=0)
|
Month=Jul,
Date=3,
Time=04:07:47,
Level=combo,
Component=su(pam_unix),
PID=26964.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.
|
Jul 3 04:07:48 combo su(pam_unix) 26964.0 session closed for user cyrus
|
Month=Jul,
Date=3,
Time=04:07:48,
Level=combo,
Component=su(pam_unix),
PID=26964.0,
Content=session closed for user cyrus
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
cupsd shutdown succeeded
|
<*> shutdown succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 04:07:49 combo cups nan cupsd shutdown succeeded
|
Month=Jul,
Date=3,
Time=04:07:49,
Level=combo,
Component=cups,
PID=nan,
Content=cupsd shutdown succeeded
|
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.
|
Jul 3 04:07:55 combo cups nan cupsd startup succeeded
|
Month=Jul,
Date=3,
Time=04:07:55,
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.
|
restart.
|
restart.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 04:08:03 combo syslogd 1.4.1 nan restart.
|
Month=Jul,
Date=3,
Time=04:08:03,
Level=combo,
Component=syslogd 1.4.1,
PID=nan,
Content=restart.
|
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.
|
Jul 3 04:08:03 combo logrotate nan ALERT exited abnormally with [1]
|
Month=Jul,
Date=3,
Time=04:08:03,
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.
|
Jul 3 04:14:00 combo su(pam_unix) 28416.0 session opened for user news by (uid=0)
|
Month=Jul,
Date=3,
Time=04:14:00,
Level=combo,
Component=su(pam_unix),
PID=28416.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.
|
Jul 3 04:14:01 combo su(pam_unix) 28416.0 session closed for user news
|
Month=Jul,
Date=3,
Time=04:14:01,
Level=combo,
Component=su(pam_unix),
PID=28416.0,
Content=session closed for user news
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32069.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32069.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32067.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32067.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32070.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32070.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32053.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32053.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32066.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32066.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32068.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32068.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32065.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32065.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32062.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32062.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32063.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32063.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32059.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32059.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32060.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32060.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32071.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32071.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32051.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32051.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32057.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32057.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32050.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32050.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32056.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32056.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32058.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32058.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32052.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32052.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32061.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32061.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32055.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32055.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32064.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32064.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32054.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32054.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 10:05:25 combo ftpd 32049.0 connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Month=Jul,
Date=3,
Time=10:05:25,
Level=combo,
Component=ftpd,
PID=32049.0,
Content=connection from 203.101.45.59 (dsl-Chn-static-059.45.101.203.touchtelindia.net) at Sun Jul 3 10:05:25 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 23:16:09 combo ftpd 768.0 connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Month=Jul,
Date=3,
Time=23:16:09,
Level=combo,
Component=ftpd,
PID=768.0,
Content=connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 23:16:09 combo ftpd 772.0 connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Month=Jul,
Date=3,
Time=23:16:09,
Level=combo,
Component=ftpd,
PID=772.0,
Content=connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 23:16:09 combo ftpd 769.0 connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Month=Jul,
Date=3,
Time=23:16:09,
Level=combo,
Component=ftpd,
PID=769.0,
Content=connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 23:16:09 combo ftpd 767.0 connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Month=Jul,
Date=3,
Time=23:16:09,
Level=combo,
Component=ftpd,
PID=767.0,
Content=connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 23:16:09 combo ftpd 765.0 connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Month=Jul,
Date=3,
Time=23:16:09,
Level=combo,
Component=ftpd,
PID=765.0,
Content=connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 23:16:09 combo ftpd 766.0 connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Month=Jul,
Date=3,
Time=23:16:09,
Level=combo,
Component=ftpd,
PID=766.0,
Content=connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 23:16:09 combo ftpd 770.0 connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Month=Jul,
Date=3,
Time=23:16:09,
Level=combo,
Component=ftpd,
PID=770.0,
Content=connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 23:16:09 combo ftpd 764.0 connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Month=Jul,
Date=3,
Time=23:16:09,
Level=combo,
Component=ftpd,
PID=764.0,
Content=connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 23:16:09 combo ftpd 757.0 connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Month=Jul,
Date=3,
Time=23:16:09,
Level=combo,
Component=ftpd,
PID=757.0,
Content=connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 23:16:09 combo ftpd 763.0 connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Month=Jul,
Date=3,
Time=23:16:09,
Level=combo,
Component=ftpd,
PID=763.0,
Content=connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 23:16:09 combo ftpd 758.0 connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Month=Jul,
Date=3,
Time=23:16:09,
Level=combo,
Component=ftpd,
PID=758.0,
Content=connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jul 3 23:16:09 combo ftpd 761.0 connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Month=Jul,
Date=3,
Time=23:16:09,
Level=combo,
Component=ftpd,
PID=761.0,
Content=connection from 62.99.164.82 (62.99.164.82.sh.interxion.inode.at) at Sun Jul 3 23:16:09 2005
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.