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=68.143.156.89.nw.nuvox.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. | Jul 12 06:09:44 combo sshd(pam_unix) 4061.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=68.143.156.89.nw.nuvox.net user=root | Month=Jul,
Date=12,
Time=06:09:44,
Level=combo,
Component=sshd(pam_unix),
PID=4061.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=68.143.156.89.nw.nuvox.net 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=68.143.156.89.nw.nuvox.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. | Jul 12 06:09:44 combo sshd(pam_unix) 4064.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=68.143.156.89.nw.nuvox.net user=root | Month=Jul,
Date=12,
Time=06:09:44,
Level=combo,
Component=sshd(pam_unix),
PID=4064.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=68.143.156.89.nw.nuvox.net 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=68.143.156.89.nw.nuvox.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. | Jul 12 06:09:45 combo sshd(pam_unix) 4058.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=68.143.156.89.nw.nuvox.net user=root | Month=Jul,
Date=12,
Time=06:09:45,
Level=combo,
Component=sshd(pam_unix),
PID=4058.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=68.143.156.89.nw.nuvox.net 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=68.143.156.89.nw.nuvox.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. | Jul 12 06:09:45 combo sshd(pam_unix) 4059.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=68.143.156.89.nw.nuvox.net user=root | Month=Jul,
Date=12,
Time=06:09:45,
Level=combo,
Component=sshd(pam_unix),
PID=4059.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=68.143.156.89.nw.nuvox.net 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=68.143.156.89.nw.nuvox.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. | Jul 12 06:09:45 combo sshd(pam_unix) 4065.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=68.143.156.89.nw.nuvox.net user=root | Month=Jul,
Date=12,
Time=06:09:45,
Level=combo,
Component=sshd(pam_unix),
PID=4065.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=68.143.156.89.nw.nuvox.net user=root |
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. | Jul 13 04:04:44 combo su(pam_unix) 6486.0 session opened for user cyrus by (uid=0) | Month=Jul,
Date=13,
Time=04:04:44,
Level=combo,
Component=su(pam_unix),
PID=6486.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. | Jul 13 04:04:45 combo su(pam_unix) 6486.0 session closed for user cyrus | Month=Jul,
Date=13,
Time=04:04:45,
Level=combo,
Component=su(pam_unix),
PID=6486.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. | Jul 13 04:04:45 combo logrotate nan ALERT exited abnormally with [1] | Month=Jul,
Date=13,
Time=04:04:45,
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. | Jul 13 04:10:41 combo su(pam_unix) 6863.0 session opened for user news by (uid=0) | Month=Jul,
Date=13,
Time=04:10:41,
Level=combo,
Component=su(pam_unix),
PID=6863.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. | Jul 13 04:10:41 combo su(pam_unix) 6863.0 session closed for user news | Month=Jul,
Date=13,
Time=04:10:41,
Level=combo,
Component=su(pam_unix),
PID=6863.0,
Content=session closed for user news |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | session opened for user test by (uid=509) | session opened for user <*> by <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jul 13 17:22:28 combo sshd(pam_unix) 8113.0 session opened for user test by (uid=509) | Month=Jul,
Date=13,
Time=17:22:28,
Level=combo,
Component=sshd(pam_unix),
PID=8113.0,
Content=session opened for user test by (uid=509) |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | session opened for user test by (uid=509) | session opened for user <*> by <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jul 13 17:22:28 combo sshd(pam_unix) 8114.0 session opened for user test by (uid=509) | Month=Jul,
Date=13,
Time=17:22:28,
Level=combo,
Component=sshd(pam_unix),
PID=8114.0,
Content=session opened for user test by (uid=509) |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | session closed for user test | session closed for user <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jul 13 17:22:29 combo sshd(pam_unix) 8113.0 session closed for user test | Month=Jul,
Date=13,
Time=17:22:29,
Level=combo,
Component=sshd(pam_unix),
PID=8113.0,
Content=session closed for user test |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | session closed for user test | session closed for user <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jul 13 17:22:29 combo sshd(pam_unix) 8114.0 session closed for user test | Month=Jul,
Date=13,
Time=17:22:29,
Level=combo,
Component=sshd(pam_unix),
PID=8114.0,
Content=session closed for user test |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | session opened for user test by (uid=509) | session opened for user <*> by <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jul 13 17:22:29 combo sshd(pam_unix) 8117.0 session opened for user test by (uid=509) | Month=Jul,
Date=13,
Time=17:22:29,
Level=combo,
Component=sshd(pam_unix),
PID=8117.0,
Content=session opened for user test by (uid=509) |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | session closed for user test | session closed for user <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jul 13 17:22:29 combo sshd(pam_unix) 8117.0 session closed for user test | Month=Jul,
Date=13,
Time=17:22:29,
Level=combo,
Component=sshd(pam_unix),
PID=8117.0,
Content=session closed for 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. | Jul 14 04:08:24 combo su(pam_unix) 9355.0 session opened for user cyrus by (uid=0) | Month=Jul,
Date=14,
Time=04:08:24,
Level=combo,
Component=su(pam_unix),
PID=9355.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. | Jul 14 04:08:25 combo su(pam_unix) 9355.0 session closed for user cyrus | Month=Jul,
Date=14,
Time=04:08:25,
Level=combo,
Component=su(pam_unix),
PID=9355.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. | Jul 14 04:08:25 combo logrotate nan ALERT exited abnormally with [1] | Month=Jul,
Date=14,
Time=04:08:25,
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. | Jul 14 04:14:38 combo su(pam_unix) 10583.0 session opened for user news by (uid=0) | Month=Jul,
Date=14,
Time=04:14:38,
Level=combo,
Component=su(pam_unix),
PID=10583.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. | Jul 14 04:14:39 combo su(pam_unix) 10583.0 session closed for user news | Month=Jul,
Date=14,
Time=04:14:39,
Level=combo,
Component=su(pam_unix),
PID=10583.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=202-132-40-29.adsl.ttn.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. | Jul 14 14:59:42 combo sshd(pam_unix) 11706.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=202-132-40-29.adsl.ttn.net user=root | Month=Jul,
Date=14,
Time=14:59:42,
Level=combo,
Component=sshd(pam_unix),
PID=11706.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=202-132-40-29.adsl.ttn.net 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=202-132-40-29.adsl.ttn.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. | Jul 14 14:59:56 combo sshd(pam_unix) 11708.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=202-132-40-29.adsl.ttn.net user=root | Month=Jul,
Date=14,
Time=14:59:56,
Level=combo,
Component=sshd(pam_unix),
PID=11708.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=202-132-40-29.adsl.ttn.net 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=202-132-40-29.adsl.ttn.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. | Jul 14 15:00:09 combo sshd(pam_unix) 11710.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=202-132-40-29.adsl.ttn.net user=root | Month=Jul,
Date=14,
Time=15:00:09,
Level=combo,
Component=sshd(pam_unix),
PID=11710.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=202-132-40-29.adsl.ttn.net 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=202-132-40-29.adsl.ttn.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. | Jul 14 15:00:22 combo sshd(pam_unix) 11719.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=202-132-40-29.adsl.ttn.net user=root | Month=Jul,
Date=14,
Time=15:00:22,
Level=combo,
Component=sshd(pam_unix),
PID=11719.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=202-132-40-29.adsl.ttn.net 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=202-132-40-29.adsl.ttn.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. | Jul 14 15:00:36 combo sshd(pam_unix) 11721.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=202-132-40-29.adsl.ttn.net user=root | Month=Jul,
Date=14,
Time=15:00:36,
Level=combo,
Component=sshd(pam_unix),
PID=11721.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=202-132-40-29.adsl.ttn.net 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=202-132-40-29.adsl.ttn.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. | Jul 14 15:00:49 combo sshd(pam_unix) 11723.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=202-132-40-29.adsl.ttn.net user=root | Month=Jul,
Date=14,
Time=15:00:49,
Level=combo,
Component=sshd(pam_unix),
PID=11723.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=202-132-40-29.adsl.ttn.net 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=202-132-40-29.adsl.ttn.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. | Jul 14 15:01:03 combo sshd(pam_unix) 11725.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=202-132-40-29.adsl.ttn.net user=root | Month=Jul,
Date=14,
Time=15:01:03,
Level=combo,
Component=sshd(pam_unix),
PID=11725.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=202-132-40-29.adsl.ttn.net 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=202-132-40-29.adsl.ttn.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. | Jul 14 15:01:16 combo sshd(pam_unix) 11741.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=202-132-40-29.adsl.ttn.net user=root | Month=Jul,
Date=14,
Time=15:01:16,
Level=combo,
Component=sshd(pam_unix),
PID=11741.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=202-132-40-29.adsl.ttn.net 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=c51471f2c.cable.wanadoo.nl 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. | Jul 15 01:03:48 combo sshd(pam_unix) 12632.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl user=root | Month=Jul,
Date=15,
Time=01:03:48,
Level=combo,
Component=sshd(pam_unix),
PID=12632.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl 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=c51471f2c.cable.wanadoo.nl 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. | Jul 15 01:03:48 combo sshd(pam_unix) 12628.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl user=root | Month=Jul,
Date=15,
Time=01:03:48,
Level=combo,
Component=sshd(pam_unix),
PID=12628.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl 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=c51471f2c.cable.wanadoo.nl 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. | Jul 15 01:03:48 combo sshd(pam_unix) 12631.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl user=root | Month=Jul,
Date=15,
Time=01:03:48,
Level=combo,
Component=sshd(pam_unix),
PID=12631.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl 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=c51471f2c.cable.wanadoo.nl 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. | Jul 15 01:03:48 combo sshd(pam_unix) 12627.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl user=root | Month=Jul,
Date=15,
Time=01:03:48,
Level=combo,
Component=sshd(pam_unix),
PID=12627.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl 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=c51471f2c.cable.wanadoo.nl 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. | Jul 15 01:03:48 combo sshd(pam_unix) 12629.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl user=root | Month=Jul,
Date=15,
Time=01:03:48,
Level=combo,
Component=sshd(pam_unix),
PID=12629.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl 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=c51471f2c.cable.wanadoo.nl 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. | Jul 15 01:03:48 combo sshd(pam_unix) 12630.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl user=root | Month=Jul,
Date=15,
Time=01:03:48,
Level=combo,
Component=sshd(pam_unix),
PID=12630.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl 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=c51471f2c.cable.wanadoo.nl 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. | Jul 15 01:03:49 combo sshd(pam_unix) 12643.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl user=root | Month=Jul,
Date=15,
Time=01:03:49,
Level=combo,
Component=sshd(pam_unix),
PID=12643.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl 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=c51471f2c.cable.wanadoo.nl 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. | Jul 15 01:03:49 combo sshd(pam_unix) 12645.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl user=root | Month=Jul,
Date=15,
Time=01:03:49,
Level=combo,
Component=sshd(pam_unix),
PID=12645.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl 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=c51471f2c.cable.wanadoo.nl 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. | Jul 15 01:03:50 combo sshd(pam_unix) 12639.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl user=root | Month=Jul,
Date=15,
Time=01:03:50,
Level=combo,
Component=sshd(pam_unix),
PID=12639.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl 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=c51471f2c.cable.wanadoo.nl 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. | Jul 15 01:03:50 combo sshd(pam_unix) 12640.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl user=root | Month=Jul,
Date=15,
Time=01:03:50,
Level=combo,
Component=sshd(pam_unix),
PID=12640.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c51471f2c.cable.wanadoo.nl user=root |
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. | Jul 15 04:05:02 combo su(pam_unix) 13238.0 session opened for user cyrus by (uid=0) | Month=Jul,
Date=15,
Time=04:05:02,
Level=combo,
Component=su(pam_unix),
PID=13238.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. | Jul 15 04:05:02 combo su(pam_unix) 13238.0 session closed for user cyrus | Month=Jul,
Date=15,
Time=04:05:02,
Level=combo,
Component=su(pam_unix),
PID=13238.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. | Jul 15 04:05:03 combo logrotate nan ALERT exited abnormally with [1] | Month=Jul,
Date=15,
Time=04:05:03,
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. | Jul 15 04:10:45 combo su(pam_unix) 13611.0 session opened for user news by (uid=0) | Month=Jul,
Date=15,
Time=04:10:45,
Level=combo,
Component=su(pam_unix),
PID=13611.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. | Jul 15 04:10:46 combo su(pam_unix) 13611.0 session closed for user news | Month=Jul,
Date=15,
Time=04:10:46,
Level=combo,
Component=su(pam_unix),
PID=13611.0,
Content=session closed for user news |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 211.107.232.1 () at Fri Jul 15 23:42:43 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jul 15 23:42:43 combo ftpd 15339.0 connection from 211.107.232.1 () at Fri Jul 15 23:42:43 2005 | Month=Jul,
Date=15,
Time=23:42:43,
Level=combo,
Component=ftpd,
PID=15339.0,
Content=connection from 211.107.232.1 () at Fri Jul 15 23:42:43 2005 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 211.107.232.1 () at Fri Jul 15 23:42:43 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jul 15 23:42:43 combo ftpd 15337.0 connection from 211.107.232.1 () at Fri Jul 15 23:42:43 2005 | Month=Jul,
Date=15,
Time=23:42:43,
Level=combo,
Component=ftpd,
PID=15337.0,
Content=connection from 211.107.232.1 () at Fri Jul 15 23:42:43 2005 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 211.107.232.1 () at Fri Jul 15 23:42:43 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jul 15 23:42:43 combo ftpd 15334.0 connection from 211.107.232.1 () at Fri Jul 15 23:42:43 2005 | Month=Jul,
Date=15,
Time=23:42:43,
Level=combo,
Component=ftpd,
PID=15334.0,
Content=connection from 211.107.232.1 () at Fri Jul 15 23:42:43 2005 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 211.107.232.1 () at Fri Jul 15 23:42:43 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jul 15 23:42:43 combo ftpd 15335.0 connection from 211.107.232.1 () at Fri Jul 15 23:42:43 2005 | Month=Jul,
Date=15,
Time=23:42:43,
Level=combo,
Component=ftpd,
PID=15335.0,
Content=connection from 211.107.232.1 () at Fri Jul 15 23:42:43 2005 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 211.107.232.1 () at Fri Jul 15 23:42:43 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jul 15 23:42:43 combo ftpd 15338.0 connection from 211.107.232.1 () at Fri Jul 15 23:42:43 2005 | Month=Jul,
Date=15,
Time=23:42:43,
Level=combo,
Component=ftpd,
PID=15338.0,
Content=connection from 211.107.232.1 () at Fri Jul 15 23:42:43 2005 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 211.107.232.1 () at Fri Jul 15 23:42:43 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jul 15 23:42:43 combo ftpd 15336.0 connection from 211.107.232.1 () at Fri Jul 15 23:42:43 2005 | Month=Jul,
Date=15,
Time=23:42:43,
Level=combo,
Component=ftpd,
PID=15336.0,
Content=connection from 211.107.232.1 () at Fri Jul 15 23:42:43 2005 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.