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.129.113.52 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 22 16:37:14 combo sshd(pam_unix) 25830.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.129.113.52 user=root | Month=Jan,
Date=22,
Time=16:37:14,
Level=combo,
Component=sshd(pam_unix),
PID=25830.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.129.113.52 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=61.129.113.52 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 22 16:37:15 combo sshd(pam_unix) 25832.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.129.113.52 user=root | Month=Jan,
Date=22,
Time=16:37:15,
Level=combo,
Component=sshd(pam_unix),
PID=25832.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.129.113.52 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=61.129.113.52 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 22 16:37:16 combo sshd(pam_unix) 25835.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.129.113.52 user=root | Month=Jan,
Date=22,
Time=16:37:16,
Level=combo,
Component=sshd(pam_unix),
PID=25835.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.129.113.52 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=61.129.113.52 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 22 16:37:16 combo sshd(pam_unix) 25834.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.129.113.52 user=root | Month=Jan,
Date=22,
Time=16:37:16,
Level=combo,
Component=sshd(pam_unix),
PID=25834.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.129.113.52 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=61.129.113.52 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 22 16:37:16 combo sshd(pam_unix) 25828.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.129.113.52 user=root | Month=Jan,
Date=22,
Time=16:37:16,
Level=combo,
Component=sshd(pam_unix),
PID=25828.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.129.113.52 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=61.129.113.52 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 22 16:37:17 combo sshd(pam_unix) 25838.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.129.113.52 user=root | Month=Jan,
Date=22,
Time=16:37:17,
Level=combo,
Component=sshd(pam_unix),
PID=25838.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.129.113.52 user=root |
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 22 20:01:14 combo sshd(pam_unix) 26136.0 check pass; user unknown | Month=Jan,
Date=22,
Time=20:01:14,
Level=combo,
Component=sshd(pam_unix),
PID=26136.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 22 20:01:14 combo sshd(pam_unix) 26138.0 check pass; user unknown | Month=Jan,
Date=22,
Time=20:01:14,
Level=combo,
Component=sshd(pam_unix),
PID=26138.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 22 20:01:14 combo sshd(pam_unix) 26137.0 check pass; user unknown | Month=Jan,
Date=22,
Time=20:01:14,
Level=combo,
Component=sshd(pam_unix),
PID=26137.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 22 20:01:14 combo sshd(pam_unix) 26133.0 check pass; user unknown | Month=Jan,
Date=22,
Time=20:01:14,
Level=combo,
Component=sshd(pam_unix),
PID=26133.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 22 20:01:14 combo sshd(pam_unix) 26135.0 check pass; user unknown | Month=Jan,
Date=22,
Time=20:01:14,
Level=combo,
Component=sshd(pam_unix),
PID=26135.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 22 20:01:14 combo sshd(pam_unix) 26134.0 check pass; user unknown | Month=Jan,
Date=22,
Time=20:01:14,
Level=combo,
Component=sshd(pam_unix),
PID=26134.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 22 20:01:14 combo sshd(pam_unix) 26139.0 check pass; user unknown | Month=Jan,
Date=22,
Time=20:01:14,
Level=combo,
Component=sshd(pam_unix),
PID=26139.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 22 20:01:14 combo sshd(pam_unix) 26140.0 check pass; user unknown | Month=Jan,
Date=22,
Time=20:01:14,
Level=combo,
Component=sshd(pam_unix),
PID=26140.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 22 20:01:14 combo sshd(pam_unix) 26146.0 check pass; user unknown | Month=Jan,
Date=22,
Time=20:01:14,
Level=combo,
Component=sshd(pam_unix),
PID=26146.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 22 20:01:14 combo sshd(pam_unix) 26148.0 check pass; user unknown | Month=Jan,
Date=22,
Time=20:01:14,
Level=combo,
Component=sshd(pam_unix),
PID=26148.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. | Jan 23 04:04:10 combo su(pam_unix) 27145.0 session opened for user cyrus by (uid=0) | Month=Jan,
Date=23,
Time=04:04:10,
Level=combo,
Component=su(pam_unix),
PID=27145.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 23 04:04:11 combo su(pam_unix) 27145.0 session closed for user cyrus | Month=Jan,
Date=23,
Time=04:04:11,
Level=combo,
Component=su(pam_unix),
PID=27145.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 23 04:04:12 combo logrotate nan ALERT exited abnormally with [1] | Month=Jan,
Date=23,
Time=04:04:12,
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 23 04:10:38 combo su(pam_unix) 28378.0 session opened for user news by (uid=0) | Month=Jan,
Date=23,
Time=04:10:38,
Level=combo,
Component=su(pam_unix),
PID=28378.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 23 04:10:39 combo su(pam_unix) 28378.0 session closed for user news | Month=Jan,
Date=23,
Time=04:10:39,
Level=combo,
Component=su(pam_unix),
PID=28378.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=ztc2-f.nas.tiscali.de 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 23 05:28:15 combo sshd(pam_unix) 28526.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=05:28:15,
Level=combo,
Component=sshd(pam_unix),
PID=28526.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=ztc2-f.nas.tiscali.de 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 23 05:28:15 combo sshd(pam_unix) 28521.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=05:28:15,
Level=combo,
Component=sshd(pam_unix),
PID=28521.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=ztc2-f.nas.tiscali.de 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 23 05:28:15 combo sshd(pam_unix) 28534.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=05:28:15,
Level=combo,
Component=sshd(pam_unix),
PID=28534.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=ztc2-f.nas.tiscali.de 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 23 05:28:15 combo sshd(pam_unix) 28532.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=05:28:15,
Level=combo,
Component=sshd(pam_unix),
PID=28532.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=ztc2-f.nas.tiscali.de 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 23 05:28:15 combo sshd(pam_unix) 28524.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=05:28:15,
Level=combo,
Component=sshd(pam_unix),
PID=28524.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=ztc2-f.nas.tiscali.de 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 23 05:28:15 combo sshd(pam_unix) 28522.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=05:28:15,
Level=combo,
Component=sshd(pam_unix),
PID=28522.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=ztc2-f.nas.tiscali.de 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 23 05:28:15 combo sshd(pam_unix) 28527.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=05:28:15,
Level=combo,
Component=sshd(pam_unix),
PID=28527.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=ztc2-f.nas.tiscali.de 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 23 05:28:15 combo sshd(pam_unix) 28523.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=05:28:15,
Level=combo,
Component=sshd(pam_unix),
PID=28523.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=ztc2-f.nas.tiscali.de 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 23 05:28:15 combo sshd(pam_unix) 28525.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=05:28:15,
Level=combo,
Component=sshd(pam_unix),
PID=28525.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=65.168.94.4 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 23 05:56:55 combo sshd(pam_unix) 28575.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=65.168.94.4 user=root | Month=Jan,
Date=23,
Time=05:56:55,
Level=combo,
Component=sshd(pam_unix),
PID=28575.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=65.168.94.4 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=65.168.94.4 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 23 05:56:55 combo sshd(pam_unix) 28581.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=65.168.94.4 user=root | Month=Jan,
Date=23,
Time=05:56:55,
Level=combo,
Component=sshd(pam_unix),
PID=28581.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=65.168.94.4 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=65.168.94.4 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 23 05:56:55 combo sshd(pam_unix) 28574.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=65.168.94.4 user=root | Month=Jan,
Date=23,
Time=05:56:55,
Level=combo,
Component=sshd(pam_unix),
PID=28574.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=65.168.94.4 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=65.168.94.4 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 23 05:56:55 combo sshd(pam_unix) 28583.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=65.168.94.4 user=root | Month=Jan,
Date=23,
Time=05:56:55,
Level=combo,
Component=sshd(pam_unix),
PID=28583.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=65.168.94.4 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=65.168.94.4 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 23 05:56:55 combo sshd(pam_unix) 28572.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=65.168.94.4 user=root | Month=Jan,
Date=23,
Time=05:56:55,
Level=combo,
Component=sshd(pam_unix),
PID=28572.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=65.168.94.4 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=65.168.94.4 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 23 05:56:55 combo sshd(pam_unix) 28580.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=65.168.94.4 user=root | Month=Jan,
Date=23,
Time=05:56:55,
Level=combo,
Component=sshd(pam_unix),
PID=28580.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=65.168.94.4 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=65.168.94.4 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 23 05:56:55 combo sshd(pam_unix) 28586.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=65.168.94.4 user=root | Month=Jan,
Date=23,
Time=05:56:55,
Level=combo,
Component=sshd(pam_unix),
PID=28586.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=65.168.94.4 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=65.168.94.4 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 23 05:56:55 combo sshd(pam_unix) 28585.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=65.168.94.4 user=root | Month=Jan,
Date=23,
Time=05:56:55,
Level=combo,
Component=sshd(pam_unix),
PID=28585.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=65.168.94.4 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=65.168.94.4 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 23 05:56:55 combo sshd(pam_unix) 28573.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=65.168.94.4 user=root | Month=Jan,
Date=23,
Time=05:56:55,
Level=combo,
Component=sshd(pam_unix),
PID=28573.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=65.168.94.4 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=ztc2-f.nas.tiscali.de 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 23 06:10:34 combo sshd(pam_unix) 28622.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=06:10:34,
Level=combo,
Component=sshd(pam_unix),
PID=28622.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=ztc2-f.nas.tiscali.de 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 23 06:10:34 combo sshd(pam_unix) 28623.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=06:10:34,
Level=combo,
Component=sshd(pam_unix),
PID=28623.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=ztc2-f.nas.tiscali.de 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 23 06:10:34 combo sshd(pam_unix) 28624.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=06:10:34,
Level=combo,
Component=sshd(pam_unix),
PID=28624.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=ztc2-f.nas.tiscali.de 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 23 06:10:34 combo sshd(pam_unix) 28625.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=06:10:34,
Level=combo,
Component=sshd(pam_unix),
PID=28625.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=ztc2-f.nas.tiscali.de 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 23 06:10:34 combo sshd(pam_unix) 28626.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=06:10:34,
Level=combo,
Component=sshd(pam_unix),
PID=28626.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=ztc2-f.nas.tiscali.de 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 23 06:10:34 combo sshd(pam_unix) 28629.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=06:10:34,
Level=combo,
Component=sshd(pam_unix),
PID=28629.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=ztc2-f.nas.tiscali.de 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 23 06:10:35 combo sshd(pam_unix) 28631.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=06:10:35,
Level=combo,
Component=sshd(pam_unix),
PID=28631.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=ztc2-f.nas.tiscali.de 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 23 06:10:35 combo sshd(pam_unix) 28633.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=06:10:35,
Level=combo,
Component=sshd(pam_unix),
PID=28633.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=ztc2-f.nas.tiscali.de 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 23 06:10:35 combo sshd(pam_unix) 28636.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=06:10:35,
Level=combo,
Component=sshd(pam_unix),
PID=28636.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=ztc2-f.nas.tiscali.de 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 23 06:47:25 combo sshd(pam_unix) 28678.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=06:47:25,
Level=combo,
Component=sshd(pam_unix),
PID=28678.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de 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=ztc2-f.nas.tiscali.de 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 23 06:47:25 combo sshd(pam_unix) 28677.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root | Month=Jan,
Date=23,
Time=06:47:25,
Level=combo,
Component=sshd(pam_unix),
PID=28677.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=ztc2-f.nas.tiscali.de user=root |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.