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. | 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. | Jan 24 04:15:16 combo su(pam_unix) 31469.0 session opened for user news by (uid=0) | Month=Jan,
Date=24,
Time=04:15:16,
Level=combo,
Component=su(pam_unix),
PID=31469.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. | Jan 24 04:15:16 combo su(pam_unix) 31469.0 session closed for user news | Month=Jan,
Date=24,
Time=04:15:16,
Level=combo,
Component=su(pam_unix),
PID=31469.0,
Content=session closed for user news |
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. | Jan 24 05:46:41 combo sshd(pam_unix) 31630.0 check pass; user unknown | Month=Jan,
Date=24,
Time=05:46:41,
Level=combo,
Component=sshd(pam_unix),
PID=31630.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. | Jan 24 05:46:42 combo sshd(pam_unix) 31632.0 check pass; user unknown | Month=Jan,
Date=24,
Time=05:46:42,
Level=combo,
Component=sshd(pam_unix),
PID=31632.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. | Jan 24 05:46:44 combo sshd(pam_unix) 31634.0 check pass; user unknown | Month=Jan,
Date=24,
Time=05:46:44,
Level=combo,
Component=sshd(pam_unix),
PID=31634.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. | Jan 24 05:46:49 combo sshd(pam_unix) 31636.0 check pass; user unknown | Month=Jan,
Date=24,
Time=05:46:49,
Level=combo,
Component=sshd(pam_unix),
PID=31636.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. | Jan 24 05:46:52 combo sshd(pam_unix) 31638.0 check pass; user unknown | Month=Jan,
Date=24,
Time=05:46:52,
Level=combo,
Component=sshd(pam_unix),
PID=31638.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. | Jan 24 05:46:54 combo sshd(pam_unix) 31640.0 check pass; user unknown | Month=Jan,
Date=24,
Time=05:46:54,
Level=combo,
Component=sshd(pam_unix),
PID=31640.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. | Jan 24 05:46:57 combo sshd(pam_unix) 31642.0 check pass; user unknown | Month=Jan,
Date=24,
Time=05:46:57,
Level=combo,
Component=sshd(pam_unix),
PID=31642.0,
Content=check pass; user unknown |
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=66.199.253.10 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. | Jan 24 16:40:08 combo sshd(pam_unix) 32564.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 user=root | Month=Jan,
Date=24,
Time=16:40:08,
Level=combo,
Component=sshd(pam_unix),
PID=32564.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 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=66.199.253.10 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. | Jan 24 16:40:08 combo sshd(pam_unix) 32555.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 user=root | Month=Jan,
Date=24,
Time=16:40:08,
Level=combo,
Component=sshd(pam_unix),
PID=32555.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 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=66.199.253.10 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. | Jan 24 16:40:09 combo sshd(pam_unix) 32567.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 user=root | Month=Jan,
Date=24,
Time=16:40:09,
Level=combo,
Component=sshd(pam_unix),
PID=32567.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 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=66.199.253.10 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. | Jan 24 16:40:09 combo sshd(pam_unix) 32566.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 user=root | Month=Jan,
Date=24,
Time=16:40:09,
Level=combo,
Component=sshd(pam_unix),
PID=32566.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 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=66.199.253.10 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. | Jan 24 16:40:09 combo sshd(pam_unix) 32568.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 user=root | Month=Jan,
Date=24,
Time=16:40:09,
Level=combo,
Component=sshd(pam_unix),
PID=32568.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 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=66.199.253.10 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. | Jan 24 16:40:10 combo sshd(pam_unix) 32572.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 user=root | Month=Jan,
Date=24,
Time=16:40:10,
Level=combo,
Component=sshd(pam_unix),
PID=32572.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 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=66.199.253.10 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. | Jan 24 16:40:10 combo sshd(pam_unix) 32573.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 user=root | Month=Jan,
Date=24,
Time=16:40:10,
Level=combo,
Component=sshd(pam_unix),
PID=32573.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 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=66.199.253.10 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. | Jan 24 16:40:13 combo sshd(pam_unix) 32576.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 user=root | Month=Jan,
Date=24,
Time=16:40:13,
Level=combo,
Component=sshd(pam_unix),
PID=32576.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 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=66.199.253.10 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. | Jan 24 16:40:17 combo sshd(pam_unix) 32578.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 user=root | Month=Jan,
Date=24,
Time=16:40:17,
Level=combo,
Component=sshd(pam_unix),
PID=32578.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 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=66.199.253.10 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. | Jan 24 16:40:19 combo sshd(pam_unix) 32580.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 user=root | Month=Jan,
Date=24,
Time=16:40:19,
Level=combo,
Component=sshd(pam_unix),
PID=32580.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 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=66.199.253.10 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. | Jan 24 16:40:20 combo sshd(pam_unix) 32582.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 user=root | Month=Jan,
Date=24,
Time=16:40:20,
Level=combo,
Component=sshd(pam_unix),
PID=32582.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 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=66.199.253.10 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. | Jan 24 16:40:21 combo sshd(pam_unix) 32584.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 user=root | Month=Jan,
Date=24,
Time=16:40:21,
Level=combo,
Component=sshd(pam_unix),
PID=32584.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 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=66.199.253.10 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. | Jan 24 16:40:21 combo sshd(pam_unix) 32585.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 user=root | Month=Jan,
Date=24,
Time=16:40:21,
Level=combo,
Component=sshd(pam_unix),
PID=32585.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 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=66.199.253.10 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. | Jan 24 16:40:21 combo sshd(pam_unix) 32588.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 user=root | Month=Jan,
Date=24,
Time=16:40:21,
Level=combo,
Component=sshd(pam_unix),
PID=32588.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 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=66.199.253.10 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. | Jan 24 16:40:21 combo sshd(pam_unix) 32589.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 user=root | Month=Jan,
Date=24,
Time=16:40:21,
Level=combo,
Component=sshd(pam_unix),
PID=32589.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 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=66.199.253.10 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. | Jan 24 16:40:23 combo sshd(pam_unix) 32592.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 user=root | Month=Jan,
Date=24,
Time=16:40:23,
Level=combo,
Component=sshd(pam_unix),
PID=32592.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 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=66.199.253.10 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. | Jan 24 16:40:25 combo sshd(pam_unix) 32594.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 user=root | Month=Jan,
Date=24,
Time=16:40:25,
Level=combo,
Component=sshd(pam_unix),
PID=32594.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=66.199.253.10 user=root |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 943.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=943.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 944.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=944.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 938.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=938.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 932.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=932.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 941.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=941.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 939.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=939.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 940.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=940.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 942.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=942.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 945.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=945.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 928.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=928.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 931.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=931.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 930.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=930.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 926.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=926.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 935.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=935.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 927.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=927.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 936.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=936.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 934.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=934.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 929.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=929.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 925.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=925.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 937.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=937.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:27 combo ftpd 933.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 | Month=Jan,
Date=25,
Time=01:48:27,
Level=combo,
Component=ftpd,
PID=933.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:27 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:31 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:31 combo ftpd 946.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:31 2006 | Month=Jan,
Date=25,
Time=01:48:31,
Level=combo,
Component=ftpd,
PID=946.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:31 2006 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:31 2006 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 25 01:48:31 combo ftpd 947.0 connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:31 2006 | Month=Jan,
Date=25,
Time=01:48:31,
Level=combo,
Component=ftpd,
PID=947.0,
Content=connection from 216.19.205.44 (216-19-205-44.getnet.net) at Wed Jan 25 01:48:31 2006 |
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. | Jan 25 04:11:13 combo su(pam_unix) 1489.0 session opened for user cyrus by (uid=0) | Month=Jan,
Date=25,
Time=04:11:13,
Level=combo,
Component=su(pam_unix),
PID=1489.0,
Content=session opened for user cyrus by (uid=0) |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.