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=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 12 03:40:48 combo sshd(pam_unix) 17336.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=203.95.107.5 user=test
Month=Jan, Date=12, Time=03:40:48, Level=combo, Component=sshd(pam_unix), PID=17336.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 12 03:43:57 combo sshd(pam_unix) 17339.0 check pass; user unknown
Month=Jan, Date=12, Time=03:43:57, Level=combo, Component=sshd(pam_unix), PID=17339.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 12 03:43:58 combo sshd(pam_unix) 17342.0 check pass; user unknown
Month=Jan, Date=12, Time=03:43:58, Level=combo, Component=sshd(pam_unix), PID=17342.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 12 03:43:59 combo sshd(pam_unix) 17344.0 check pass; user unknown
Month=Jan, Date=12, Time=03:43:59, Level=combo, Component=sshd(pam_unix), PID=17344.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 12 03:43:59 combo sshd(pam_unix) 17338.0 check pass; user unknown
Month=Jan, Date=12, Time=03:43:59, Level=combo, Component=sshd(pam_unix), PID=17338.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 12 03:43:59 combo sshd(pam_unix) 17345.0 check pass; user unknown
Month=Jan, Date=12, Time=03:43:59, Level=combo, Component=sshd(pam_unix), PID=17345.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 12 03:44:00 combo sshd(pam_unix) 17350.0 check pass; user unknown
Month=Jan, Date=12, Time=03:44:00, Level=combo, Component=sshd(pam_unix), PID=17350.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 12 03:44:02 combo sshd(pam_unix) 17352.0 check pass; user unknown
Month=Jan, Date=12, Time=03:44:02, Level=combo, Component=sshd(pam_unix), PID=17352.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 12 03:44:02 combo sshd(pam_unix) 17346.0 check pass; user unknown
Month=Jan, Date=12, Time=03:44:02, Level=combo, Component=sshd(pam_unix), PID=17346.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 12 03:44:04 combo sshd(pam_unix) 17356.0 check pass; user unknown
Month=Jan, Date=12, Time=03:44:04, Level=combo, Component=sshd(pam_unix), PID=17356.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 12 03:44:05 combo sshd(pam_unix) 17351.0 check pass; user unknown
Month=Jan, Date=12, Time=03:44:05, Level=combo, Component=sshd(pam_unix), PID=17351.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 12 04:08:41 combo su(pam_unix) 17735.0 session opened for user cyrus by (uid=0)
Month=Jan, Date=12, Time=04:08:41, Level=combo, Component=su(pam_unix), PID=17735.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 12 04:08:42 combo su(pam_unix) 17735.0 session closed for user cyrus
Month=Jan, Date=12, Time=04:08:42, Level=combo, Component=su(pam_unix), PID=17735.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 12 04:08:43 combo logrotate nan ALERT exited abnormally with [1]
Month=Jan, Date=12, Time=04:08:43, 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 12 04:16:04 combo su(pam_unix) 18112.0 session opened for user news by (uid=0)
Month=Jan, Date=12, Time=04:16:04, Level=combo, Component=su(pam_unix), PID=18112.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 12 04:16:05 combo su(pam_unix) 18112.0 session closed for user news
Month=Jan, Date=12, Time=04:16:05, Level=combo, Component=su(pam_unix), PID=18112.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=218.145.53.114 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 12 09:48:50 combo sshd(pam_unix) 18598.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 user=root
Month=Jan, Date=12, Time=09:48:50, Level=combo, Component=sshd(pam_unix), PID=18598.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 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=218.145.53.114 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 12 09:48:50 combo sshd(pam_unix) 18601.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 user=root
Month=Jan, Date=12, Time=09:48:50, Level=combo, Component=sshd(pam_unix), PID=18601.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 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=218.145.53.114 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 12 09:48:50 combo sshd(pam_unix) 18597.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 user=root
Month=Jan, Date=12, Time=09:48:50, Level=combo, Component=sshd(pam_unix), PID=18597.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 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=218.145.53.114 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 12 09:48:51 combo sshd(pam_unix) 18604.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 user=root
Month=Jan, Date=12, Time=09:48:51, Level=combo, Component=sshd(pam_unix), PID=18604.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 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=218.145.53.114 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 12 09:48:51 combo sshd(pam_unix) 18603.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 user=root
Month=Jan, Date=12, Time=09:48:51, Level=combo, Component=sshd(pam_unix), PID=18603.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 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=218.145.53.114 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 12 09:48:52 combo sshd(pam_unix) 18607.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 user=root
Month=Jan, Date=12, Time=09:48:52, Level=combo, Component=sshd(pam_unix), PID=18607.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 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=218.145.53.114 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 12 09:48:57 combo sshd(pam_unix) 18609.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 user=root
Month=Jan, Date=12, Time=09:48:57, Level=combo, Component=sshd(pam_unix), PID=18609.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 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=218.145.53.114 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 12 09:48:57 combo sshd(pam_unix) 18610.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 user=root
Month=Jan, Date=12, Time=09:48:57, Level=combo, Component=sshd(pam_unix), PID=18610.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 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=218.145.53.114 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 12 09:48:58 combo sshd(pam_unix) 18613.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 user=root
Month=Jan, Date=12, Time=09:48:58, Level=combo, Component=sshd(pam_unix), PID=18613.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 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=218.145.53.114 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 12 09:48:59 combo sshd(pam_unix) 18615.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 user=root
Month=Jan, Date=12, Time=09:48:59, Level=combo, Component=sshd(pam_unix), PID=18615.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 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=218.145.53.114 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 12 09:49:01 combo sshd(pam_unix) 18617.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 user=root
Month=Jan, Date=12, Time=09:49:01, Level=combo, Component=sshd(pam_unix), PID=18617.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 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=218.145.53.114 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 12 09:49:02 combo sshd(pam_unix) 18619.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 user=root
Month=Jan, Date=12, Time=09:49:02, Level=combo, Component=sshd(pam_unix), PID=18619.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 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=218.145.53.114 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 12 09:49:02 combo sshd(pam_unix) 18621.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 user=root
Month=Jan, Date=12, Time=09:49:02, Level=combo, Component=sshd(pam_unix), PID=18621.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 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=218.145.53.114 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 12 09:49:03 combo sshd(pam_unix) 18623.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 user=root
Month=Jan, Date=12, Time=09:49:03, Level=combo, Component=sshd(pam_unix), PID=18623.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 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=218.145.53.114 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 12 09:49:04 combo sshd(pam_unix) 18625.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 user=root
Month=Jan, Date=12, Time=09:49:04, Level=combo, Component=sshd(pam_unix), PID=18625.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 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=218.145.53.114 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 12 09:49:04 combo sshd(pam_unix) 18627.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 user=root
Month=Jan, Date=12, Time=09:49:04, Level=combo, Component=sshd(pam_unix), PID=18627.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=218.145.53.114 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=219.72.254.36 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 12 13:14:33 combo sshd(pam_unix) 18914.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 user=root
Month=Jan, Date=12, Time=13:14:33, Level=combo, Component=sshd(pam_unix), PID=18914.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 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=219.72.254.36 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 12 13:14:34 combo sshd(pam_unix) 18916.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 user=root
Month=Jan, Date=12, Time=13:14:34, Level=combo, Component=sshd(pam_unix), PID=18916.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 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=219.72.254.36 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 12 13:14:34 combo sshd(pam_unix) 18918.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 user=root
Month=Jan, Date=12, Time=13:14:34, Level=combo, Component=sshd(pam_unix), PID=18918.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 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=219.72.254.36 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 12 13:14:34 combo sshd(pam_unix) 18917.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 user=root
Month=Jan, Date=12, Time=13:14:34, Level=combo, Component=sshd(pam_unix), PID=18917.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 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=219.72.254.36 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 12 13:14:35 combo sshd(pam_unix) 18922.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 user=root
Month=Jan, Date=12, Time=13:14:35, Level=combo, Component=sshd(pam_unix), PID=18922.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 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=219.72.254.36 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 12 13:14:37 combo sshd(pam_unix) 18924.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 user=root
Month=Jan, Date=12, Time=13:14:37, Level=combo, Component=sshd(pam_unix), PID=18924.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 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=219.72.254.36 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 12 13:14:43 combo sshd(pam_unix) 18926.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 user=root
Month=Jan, Date=12, Time=13:14:43, Level=combo, Component=sshd(pam_unix), PID=18926.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 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=219.72.254.36 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 12 13:14:44 combo sshd(pam_unix) 18928.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 user=root
Month=Jan, Date=12, Time=13:14:44, Level=combo, Component=sshd(pam_unix), PID=18928.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 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=219.72.254.36 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 12 13:14:44 combo sshd(pam_unix) 18930.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 user=root
Month=Jan, Date=12, Time=13:14:44, Level=combo, Component=sshd(pam_unix), PID=18930.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 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=219.72.254.36 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 12 13:14:44 combo sshd(pam_unix) 18929.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 user=root
Month=Jan, Date=12, Time=13:14:44, Level=combo, Component=sshd(pam_unix), PID=18929.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 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=219.72.254.36 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 12 13:14:46 combo sshd(pam_unix) 18934.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 user=root
Month=Jan, Date=12, Time=13:14:46, Level=combo, Component=sshd(pam_unix), PID=18934.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 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=219.72.254.36 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 12 13:14:47 combo sshd(pam_unix) 18936.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 user=root
Month=Jan, Date=12, Time=13:14:47, Level=combo, Component=sshd(pam_unix), PID=18936.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 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=219.72.254.36 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 12 13:14:47 combo sshd(pam_unix) 18937.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 user=root
Month=Jan, Date=12, Time=13:14:47, Level=combo, Component=sshd(pam_unix), PID=18937.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 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=219.72.254.36 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 12 13:14:53 combo sshd(pam_unix) 18940.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 user=root
Month=Jan, Date=12, Time=13:14:53, Level=combo, Component=sshd(pam_unix), PID=18940.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 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=219.72.254.36 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 12 13:14:54 combo sshd(pam_unix) 18942.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 user=root
Month=Jan, Date=12, Time=13:14:54, Level=combo, Component=sshd(pam_unix), PID=18942.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 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=219.72.254.36 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 12 13:14:54 combo sshd(pam_unix) 18943.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 user=root
Month=Jan, Date=12, Time=13:14:54, Level=combo, Component=sshd(pam_unix), PID=18943.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=219.72.254.36 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=60-248-97-31.hinet-ip.hinet.net 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 12 14:57:44 combo sshd(pam_unix) 19074.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=60-248-97-31.hinet-ip.hinet.net user=root
Month=Jan, Date=12, Time=14:57:44, Level=combo, Component=sshd(pam_unix), PID=19074.0, Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=60-248-97-31.hinet-ip.hinet.net 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 12 22:37:31 combo sshd(pam_unix) 19719.0 check pass; user unknown
Month=Jan, Date=12, Time=22:37:31, Level=combo, Component=sshd(pam_unix), PID=19719.0, Content=check pass; user unknown