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.
|
authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.188.2.4 user=test
|
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 12 01:12:18 combo sshd(pam_unix) 7832.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.188.2.4 user=test
|
Month=Jun,
Date=12,
Time=01:12:18,
Level=combo,
Component=sshd(pam_unix),
PID=7832.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.188.2.4 user=test
|
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=218.188.2.4 user=test
|
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 12 01:12:21 combo sshd(pam_unix) 7835.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.188.2.4 user=test
|
Month=Jun,
Date=12,
Time=01:12:21,
Level=combo,
Component=sshd(pam_unix),
PID=7835.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.188.2.4 user=test
|
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=218.188.2.4 user=test
|
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 12 01:12:22 combo sshd(pam_unix) 7837.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.188.2.4 user=test
|
Month=Jun,
Date=12,
Time=01:12:22,
Level=combo,
Component=sshd(pam_unix),
PID=7837.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.188.2.4 user=test
|
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=218.188.2.4 user=test
|
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 12 01:12:22 combo sshd(pam_unix) 7839.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.188.2.4 user=test
|
Month=Jun,
Date=12,
Time=01:12:22,
Level=combo,
Component=sshd(pam_unix),
PID=7839.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.188.2.4 user=test
|
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=218.188.2.4 user=test
|
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 12 01:12:27 combo sshd(pam_unix) 7841.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.188.2.4 user=test
|
Month=Jun,
Date=12,
Time=01:12:27,
Level=combo,
Component=sshd(pam_unix),
PID=7841.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.188.2.4 user=test
|
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=218.188.2.4 user=test
|
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 12 01:15:17 combo sshd(pam_unix) 7847.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.188.2.4 user=test
|
Month=Jun,
Date=12,
Time=01:15:17,
Level=combo,
Component=sshd(pam_unix),
PID=7847.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.188.2.4 user=test
|
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=218.188.2.4 user=test
|
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 12 01:15:23 combo sshd(pam_unix) 7849.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.188.2.4 user=test
|
Month=Jun,
Date=12,
Time=01:15:23,
Level=combo,
Component=sshd(pam_unix),
PID=7849.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.188.2.4 user=test
|
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=211.46.241.200 user=guest
|
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 12 02:30:22 combo sshd(pam_unix) 7954.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.46.241.200 user=guest
|
Month=Jun,
Date=12,
Time=02:30:22,
Level=combo,
Component=sshd(pam_unix),
PID=7954.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.46.241.200 user=guest
|
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 12 04:04:06 combo su(pam_unix) 8486.0 session opened for user cyrus by (uid=0)
|
Month=Jun,
Date=12,
Time=04:04:06,
Level=combo,
Component=su(pam_unix),
PID=8486.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 12 04:04:07 combo su(pam_unix) 8486.0 session closed for user cyrus
|
Month=Jun,
Date=12,
Time=04:04:07,
Level=combo,
Component=su(pam_unix),
PID=8486.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.
|
Jun 12 04:04:09 combo cups nan cupsd shutdown succeeded
|
Month=Jun,
Date=12,
Time=04:04:09,
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.
|
Jun 12 04:04:15 combo cups nan cupsd startup succeeded
|
Month=Jun,
Date=12,
Time=04:04:15,
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.
|
Jun 12 04:04:19 combo syslogd 1.4.1 nan restart.
|
Month=Jun,
Date=12,
Time=04:04:19,
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.
|
Jun 12 04:04:19 combo logrotate nan ALERT exited abnormally with [1]
|
Month=Jun,
Date=12,
Time=04:04:19,
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 12 04:10:11 combo su(pam_unix) 9084.0 session opened for user news by (uid=0)
|
Month=Jun,
Date=12,
Time=04:10:11,
Level=combo,
Component=su(pam_unix),
PID=9084.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 12 04:10:11 combo su(pam_unix) 9084.0 session closed for user news
|
Month=Jun,
Date=12,
Time=04:10:11,
Level=combo,
Component=su(pam_unix),
PID=9084.0,
Content=session closed for user news
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user test by (uid=509)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 12 05:21:33 combo sshd(pam_unix) 12286.0 session opened for user test by (uid=509)
|
Month=Jun,
Date=12,
Time=05:21:33,
Level=combo,
Component=sshd(pam_unix),
PID=12286.0,
Content=session opened for user test by (uid=509)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user test
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 12 05:24:13 combo sshd(pam_unix) 12286.0 session closed for user test
|
Month=Jun,
Date=12,
Time=05:24:13,
Level=combo,
Component=sshd(pam_unix),
PID=12286.0,
Content=session closed for user test
|
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 12 14:10:40 combo sshd(pam_unix) 13105.0 check pass; user unknown
|
Month=Jun,
Date=12,
Time=14:10:40,
Level=combo,
Component=sshd(pam_unix),
PID=13105.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.
|
Jun 12 14:10:40 combo sshd(pam_unix) 13107.0 check pass; user unknown
|
Month=Jun,
Date=12,
Time=14:10:40,
Level=combo,
Component=sshd(pam_unix),
PID=13107.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.
|
Jun 12 14:10:42 combo sshd(pam_unix) 13109.0 check pass; user unknown
|
Month=Jun,
Date=12,
Time=14:10:42,
Level=combo,
Component=sshd(pam_unix),
PID=13109.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.
|
Jun 12 14:10:44 combo sshd(pam_unix) 13112.0 check pass; user unknown
|
Month=Jun,
Date=12,
Time=14:10:44,
Level=combo,
Component=sshd(pam_unix),
PID=13112.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.
|
Jun 12 14:10:44 combo sshd(pam_unix) 13111.0 check pass; user unknown
|
Month=Jun,
Date=12,
Time=14:10:44,
Level=combo,
Component=sshd(pam_unix),
PID=13111.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.
|
Jun 12 14:10:46 combo sshd(pam_unix) 13115.0 check pass; user unknown
|
Month=Jun,
Date=12,
Time=14:10:46,
Level=combo,
Component=sshd(pam_unix),
PID=13115.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.
|
Jun 12 14:10:46 combo sshd(pam_unix) 13116.0 check pass; user unknown
|
Month=Jun,
Date=12,
Time=14:10:46,
Level=combo,
Component=sshd(pam_unix),
PID=13116.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.
|
Jun 12 14:10:49 combo sshd(pam_unix) 13119.0 check pass; user unknown
|
Month=Jun,
Date=12,
Time=14:10:49,
Level=combo,
Component=sshd(pam_unix),
PID=13119.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.
|
Jun 12 14:10:50 combo sshd(pam_unix) 13121.0 check pass; user unknown
|
Month=Jun,
Date=12,
Time=14:10:50,
Level=combo,
Component=sshd(pam_unix),
PID=13121.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.
|
Jun 12 14:10:50 combo sshd(pam_unix) 13122.0 check pass; user unknown
|
Month=Jun,
Date=12,
Time=14:10:50,
Level=combo,
Component=sshd(pam_unix),
PID=13122.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.
|
Jun 12 14:10:52 combo sshd(pam_unix) 13125.0 check pass; user unknown
|
Month=Jun,
Date=12,
Time=14:10:52,
Level=combo,
Component=sshd(pam_unix),
PID=13125.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.
|
Jun 12 14:10:52 combo sshd(pam_unix) 13126.0 check pass; user unknown
|
Month=Jun,
Date=12,
Time=14:10:52,
Level=combo,
Component=sshd(pam_unix),
PID=13126.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.
|
Jun 12 14:10:54 combo sshd(pam_unix) 13129.0 check pass; user unknown
|
Month=Jun,
Date=12,
Time=14:10:54,
Level=combo,
Component=sshd(pam_unix),
PID=13129.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 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:27 combo ftpd 14124.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Month=Jun,
Date=13,
Time=02:01:27,
Level=combo,
Component=ftpd,
PID=14124.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:27 combo ftpd 14123.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Month=Jun,
Date=13,
Time=02:01:27,
Level=combo,
Component=ftpd,
PID=14123.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:27 combo ftpd 14122.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Month=Jun,
Date=13,
Time=02:01:27,
Level=combo,
Component=ftpd,
PID=14122.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:27 combo ftpd 14125.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Month=Jun,
Date=13,
Time=02:01:27,
Level=combo,
Component=ftpd,
PID=14125.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:27 combo ftpd 14119.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Month=Jun,
Date=13,
Time=02:01:27,
Level=combo,
Component=ftpd,
PID=14119.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:27 combo ftpd 14120.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Month=Jun,
Date=13,
Time=02:01:27,
Level=combo,
Component=ftpd,
PID=14120.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:27 combo ftpd 14114.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Month=Jun,
Date=13,
Time=02:01:27,
Level=combo,
Component=ftpd,
PID=14114.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:27 combo ftpd 14116.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Month=Jun,
Date=13,
Time=02:01:27,
Level=combo,
Component=ftpd,
PID=14116.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:27 combo ftpd 14117.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Month=Jun,
Date=13,
Time=02:01:27,
Level=combo,
Component=ftpd,
PID=14117.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:27 combo ftpd 14121.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Month=Jun,
Date=13,
Time=02:01:27,
Level=combo,
Component=ftpd,
PID=14121.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:27 combo ftpd 14115.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Month=Jun,
Date=13,
Time=02:01:27,
Level=combo,
Component=ftpd,
PID=14115.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:27 combo ftpd 14118.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Month=Jun,
Date=13,
Time=02:01:27,
Level=combo,
Component=ftpd,
PID=14118.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:27 combo ftpd 14110.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Month=Jun,
Date=13,
Time=02:01:27,
Level=combo,
Component=ftpd,
PID=14110.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:27 combo ftpd 14109.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Month=Jun,
Date=13,
Time=02:01:27,
Level=combo,
Component=ftpd,
PID=14109.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:27 combo ftpd 14111.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Month=Jun,
Date=13,
Time=02:01:27,
Level=combo,
Component=ftpd,
PID=14111.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:27 combo ftpd 14112.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Month=Jun,
Date=13,
Time=02:01:27,
Level=combo,
Component=ftpd,
PID=14112.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:27 combo ftpd 14113.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Month=Jun,
Date=13,
Time=02:01:27,
Level=combo,
Component=ftpd,
PID=14113.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:27 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:28 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:28 combo ftpd 14126.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:28 2005
|
Month=Jun,
Date=13,
Time=02:01:28,
Level=combo,
Component=ftpd,
PID=14126.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:28 2005
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:28 2005
|
connection from <*> (<*>) at <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 13 02:01:28 combo ftpd 14127.0 connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:28 2005
|
Month=Jun,
Date=13,
Time=02:01:28,
Level=combo,
Component=ftpd,
PID=14127.0,
Content=connection from 61.218.67.60 (mail.net-star.com.tw) at Mon Jun 13 02:01:28 2005
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.