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=61.178.20.170 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. | Jan 16 12:54:17 combo sshd(pam_unix) 2912.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.178.20.170 user=test | Month=Jan,
Date=16,
Time=12:54:17,
Level=combo,
Component=sshd(pam_unix),
PID=2912.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.178.20.170 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=61.178.20.170 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. | Jan 16 12:54:18 combo sshd(pam_unix) 2903.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.178.20.170 user=test | Month=Jan,
Date=16,
Time=12:54:18,
Level=combo,
Component=sshd(pam_unix),
PID=2903.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.178.20.170 user=test |
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 17 04:07:29 combo su(pam_unix) 4505.0 session opened for user cyrus by (uid=0) | Month=Jan,
Date=17,
Time=04:07:29,
Level=combo,
Component=su(pam_unix),
PID=4505.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. | Jan 17 04:07:29 combo su(pam_unix) 4505.0 session closed for user cyrus | Month=Jan,
Date=17,
Time=04:07:29,
Level=combo,
Component=su(pam_unix),
PID=4505.0,
Content=session closed for user cyrus |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | ALERT exited abnormally with [1] | ALERT exited abnormally with <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jan 17 04:07:30 combo logrotate nan ALERT exited abnormally with [1] | Month=Jan,
Date=17,
Time=04:07:30,
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. | Jan 17 04:13:44 combo su(pam_unix) 5733.0 session opened for user news by (uid=0) | Month=Jan,
Date=17,
Time=04:13:44,
Level=combo,
Component=su(pam_unix),
PID=5733.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 17 04:13:45 combo su(pam_unix) 5733.0 session closed for user news | Month=Jan,
Date=17,
Time=04:13:45,
Level=combo,
Component=su(pam_unix),
PID=5733.0,
Content=session closed for user news |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.95.107.5 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. | Jan 17 06:39:19 combo sshd(pam_unix) 5991.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.95.107.5 user=test | Month=Jan,
Date=17,
Time=06:39:19,
Level=combo,
Component=sshd(pam_unix),
PID=5991.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.95.107.5 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=203.95.107.5 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. | Jan 17 06:39:19 combo sshd(pam_unix) 5994.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.95.107.5 user=test | Month=Jan,
Date=17,
Time=06:39:19,
Level=combo,
Component=sshd(pam_unix),
PID=5994.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.95.107.5 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=203.95.107.5 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. | Jan 17 06:39:19 combo sshd(pam_unix) 5993.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.95.107.5 user=test | Month=Jan,
Date=17,
Time=06:39:19,
Level=combo,
Component=sshd(pam_unix),
PID=5993.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.95.107.5 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=203.95.107.5 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. | Jan 17 06:39:22 combo sshd(pam_unix) 5992.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.95.107.5 user=test | Month=Jan,
Date=17,
Time=06:39:22,
Level=combo,
Component=sshd(pam_unix),
PID=5992.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.95.107.5 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=203.95.107.5 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. | Jan 17 06:39:23 combo sshd(pam_unix) 6001.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.95.107.5 user=test | Month=Jan,
Date=17,
Time=06:39:23,
Level=combo,
Component=sshd(pam_unix),
PID=6001.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.95.107.5 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=203.95.107.5 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. | Jan 17 06:39:29 combo sshd(pam_unix) 6005.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.95.107.5 user=test | Month=Jan,
Date=17,
Time=06:39:29,
Level=combo,
Component=sshd(pam_unix),
PID=6005.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.95.107.5 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=203.95.107.5 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. | Jan 17 06:39:41 combo sshd(pam_unix) 6011.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.95.107.5 user=test | Month=Jan,
Date=17,
Time=06:39:41,
Level=combo,
Component=sshd(pam_unix),
PID=6011.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.95.107.5 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. | Jan 17 06:41:02 combo sshd(pam_unix) 6023.0 check pass; user unknown | Month=Jan,
Date=17,
Time=06:41:02,
Level=combo,
Component=sshd(pam_unix),
PID=6023.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 17 06:41:02 combo sshd(pam_unix) 6029.0 check pass; user unknown | Month=Jan,
Date=17,
Time=06:41:02,
Level=combo,
Component=sshd(pam_unix),
PID=6029.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 17 06:41:02 combo sshd(pam_unix) 6027.0 check pass; user unknown | Month=Jan,
Date=17,
Time=06:41:02,
Level=combo,
Component=sshd(pam_unix),
PID=6027.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 17 06:41:04 combo sshd(pam_unix) 6025.0 check pass; user unknown | Month=Jan,
Date=17,
Time=06:41:04,
Level=combo,
Component=sshd(pam_unix),
PID=6025.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 17 06:41:04 combo sshd(pam_unix) 6026.0 check pass; user unknown | Month=Jan,
Date=17,
Time=06:41:04,
Level=combo,
Component=sshd(pam_unix),
PID=6026.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 17 06:41:04 combo sshd(pam_unix) 6022.0 check pass; user unknown | Month=Jan,
Date=17,
Time=06:41:04,
Level=combo,
Component=sshd(pam_unix),
PID=6022.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 17 06:41:05 combo sshd(pam_unix) 6030.0 check pass; user unknown | Month=Jan,
Date=17,
Time=06:41:05,
Level=combo,
Component=sshd(pam_unix),
PID=6030.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 17 06:41:06 combo sshd(pam_unix) 6031.0 check pass; user unknown | Month=Jan,
Date=17,
Time=06:41:06,
Level=combo,
Component=sshd(pam_unix),
PID=6031.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 17 06:41:06 combo sshd(pam_unix) 6024.0 check pass; user unknown | Month=Jan,
Date=17,
Time=06:41:06,
Level=combo,
Component=sshd(pam_unix),
PID=6024.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=pppzss.shenzhen.gd.cn user=nobody | 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 17 10:46:50 combo sshd(pam_unix) 6371.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody | Month=Jan,
Date=17,
Time=10:46:50,
Level=combo,
Component=sshd(pam_unix),
PID=6371.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody |
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=pppzss.shenzhen.gd.cn user=nobody | 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 17 10:46:50 combo sshd(pam_unix) 6375.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody | Month=Jan,
Date=17,
Time=10:46:50,
Level=combo,
Component=sshd(pam_unix),
PID=6375.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody |
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=pppzss.shenzhen.gd.cn user=nobody | 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 17 10:46:50 combo sshd(pam_unix) 6370.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody | Month=Jan,
Date=17,
Time=10:46:50,
Level=combo,
Component=sshd(pam_unix),
PID=6370.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody |
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=pppzss.shenzhen.gd.cn user=nobody | 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 17 10:46:50 combo sshd(pam_unix) 6374.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody | Month=Jan,
Date=17,
Time=10:46:50,
Level=combo,
Component=sshd(pam_unix),
PID=6374.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody |
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=pppzss.shenzhen.gd.cn user=nobody | 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 17 10:46:51 combo sshd(pam_unix) 6378.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody | Month=Jan,
Date=17,
Time=10:46:51,
Level=combo,
Component=sshd(pam_unix),
PID=6378.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody |
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=pppzss.shenzhen.gd.cn user=nobody | 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 17 10:46:53 combo sshd(pam_unix) 6382.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody | Month=Jan,
Date=17,
Time=10:46:53,
Level=combo,
Component=sshd(pam_unix),
PID=6382.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody |
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=pppzss.shenzhen.gd.cn user=nobody | 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 17 10:46:54 combo sshd(pam_unix) 6383.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody | Month=Jan,
Date=17,
Time=10:46:54,
Level=combo,
Component=sshd(pam_unix),
PID=6383.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody |
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=pppzss.shenzhen.gd.cn user=nobody | 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 17 10:46:55 combo sshd(pam_unix) 6386.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody | Month=Jan,
Date=17,
Time=10:46:55,
Level=combo,
Component=sshd(pam_unix),
PID=6386.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody |
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=pppzss.shenzhen.gd.cn user=nobody | 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 17 10:46:55 combo sshd(pam_unix) 6387.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody | Month=Jan,
Date=17,
Time=10:46:55,
Level=combo,
Component=sshd(pam_unix),
PID=6387.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody |
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=pppzss.shenzhen.gd.cn user=nobody | 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 17 10:46:55 combo sshd(pam_unix) 6380.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody | Month=Jan,
Date=17,
Time=10:46:55,
Level=combo,
Component=sshd(pam_unix),
PID=6380.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=pppzss.shenzhen.gd.cn user=nobody |
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 17 20:40:57 combo sshd(pam_unix) 7189.0 check pass; user unknown | Month=Jan,
Date=17,
Time=20:40:57,
Level=combo,
Component=sshd(pam_unix),
PID=7189.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 17 20:40:57 combo sshd(pam_unix) 7191.0 check pass; user unknown | Month=Jan,
Date=17,
Time=20:40:57,
Level=combo,
Component=sshd(pam_unix),
PID=7191.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 17 20:41:06 combo sshd(pam_unix) 7193.0 check pass; user unknown | Month=Jan,
Date=17,
Time=20:41:06,
Level=combo,
Component=sshd(pam_unix),
PID=7193.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 17 20:41:06 combo sshd(pam_unix) 7195.0 check pass; user unknown | Month=Jan,
Date=17,
Time=20:41:06,
Level=combo,
Component=sshd(pam_unix),
PID=7195.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 17 20:41:16 combo sshd(pam_unix) 7197.0 check pass; user unknown | Month=Jan,
Date=17,
Time=20:41:16,
Level=combo,
Component=sshd(pam_unix),
PID=7197.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 17 20:41:17 combo sshd(pam_unix) 7199.0 check pass; user unknown | Month=Jan,
Date=17,
Time=20:41:17,
Level=combo,
Component=sshd(pam_unix),
PID=7199.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 17 20:41:19 combo sshd(pam_unix) 7201.0 check pass; user unknown | Month=Jan,
Date=17,
Time=20:41:19,
Level=combo,
Component=sshd(pam_unix),
PID=7201.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 18 00:03:43 combo sshd(pam_unix) 7510.0 check pass; user unknown | Month=Jan,
Date=18,
Time=00:03:43,
Level=combo,
Component=sshd(pam_unix),
PID=7510.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 18 00:03:43 combo sshd(pam_unix) 7514.0 check pass; user unknown | Month=Jan,
Date=18,
Time=00:03:43,
Level=combo,
Component=sshd(pam_unix),
PID=7514.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 18 00:03:43 combo sshd(pam_unix) 7517.0 check pass; user unknown | Month=Jan,
Date=18,
Time=00:03:43,
Level=combo,
Component=sshd(pam_unix),
PID=7517.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 18 00:03:43 combo sshd(pam_unix) 7512.0 check pass; user unknown | Month=Jan,
Date=18,
Time=00:03:43,
Level=combo,
Component=sshd(pam_unix),
PID=7512.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 18 00:03:43 combo sshd(pam_unix) 7511.0 check pass; user unknown | Month=Jan,
Date=18,
Time=00:03:43,
Level=combo,
Component=sshd(pam_unix),
PID=7511.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 18 00:03:43 combo sshd(pam_unix) 7518.0 check pass; user unknown | Month=Jan,
Date=18,
Time=00:03:43,
Level=combo,
Component=sshd(pam_unix),
PID=7518.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 18 00:03:43 combo sshd(pam_unix) 7515.0 check pass; user unknown | Month=Jan,
Date=18,
Time=00:03:43,
Level=combo,
Component=sshd(pam_unix),
PID=7515.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 18 00:03:43 combo sshd(pam_unix) 7513.0 check pass; user unknown | Month=Jan,
Date=18,
Time=00:03:43,
Level=combo,
Component=sshd(pam_unix),
PID=7513.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 18 00:03:43 combo sshd(pam_unix) 7516.0 check pass; user unknown | Month=Jan,
Date=18,
Time=00:03:43,
Level=combo,
Component=sshd(pam_unix),
PID=7516.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 18 00:03:43 combo sshd(pam_unix) 7509.0 check pass; user unknown | Month=Jan,
Date=18,
Time=00:03:43,
Level=combo,
Component=sshd(pam_unix),
PID=7509.0,
Content=check pass; user unknown |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.