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. | 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. | Jun 27 04:02:49 combo logrotate nan ALERT exited abnormally with [1] | Month=Jun,
Date=27,
Time=04:02:49,
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. | Jun 27 04:08:56 combo su(pam_unix) 8269.0 session opened for user news by (uid=0) | Month=Jun,
Date=27,
Time=04:08:56,
Level=combo,
Component=su(pam_unix),
PID=8269.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. | Jun 27 04:08:57 combo su(pam_unix) 8269.0 session closed for user news | Month=Jun,
Date=27,
Time=04:08:57,
Level=combo,
Component=su(pam_unix),
PID=8269.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=troi.bluesky-technologies.com 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. | Jun 27 08:05:37 combo sshd(pam_unix) 8660.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=troi.bluesky-technologies.com user=root | Month=Jun,
Date=27,
Time=08:05:37,
Level=combo,
Component=sshd(pam_unix),
PID=8660.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=troi.bluesky-technologies.com 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=troi.bluesky-technologies.com 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. | Jun 27 08:05:39 combo sshd(pam_unix) 8664.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=troi.bluesky-technologies.com user=root | Month=Jun,
Date=27,
Time=08:05:39,
Level=combo,
Component=sshd(pam_unix),
PID=8664.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=troi.bluesky-technologies.com 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=troi.bluesky-technologies.com 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. | Jun 27 08:05:39 combo sshd(pam_unix) 8663.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=troi.bluesky-technologies.com user=root | Month=Jun,
Date=27,
Time=08:05:39,
Level=combo,
Component=sshd(pam_unix),
PID=8663.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=troi.bluesky-technologies.com 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=troi.bluesky-technologies.com 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. | Jun 27 08:05:39 combo sshd(pam_unix) 8662.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=troi.bluesky-technologies.com user=root | Month=Jun,
Date=27,
Time=08:05:39,
Level=combo,
Component=sshd(pam_unix),
PID=8662.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=troi.bluesky-technologies.com 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=troi.bluesky-technologies.com 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. | Jun 27 08:05:39 combo sshd(pam_unix) 8661.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=troi.bluesky-technologies.com user=root | Month=Jun,
Date=27,
Time=08:05:39,
Level=combo,
Component=sshd(pam_unix),
PID=8661.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=troi.bluesky-technologies.com 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. | Jun 28 04:03:15 combo su(pam_unix) 10735.0 session opened for user cyrus by (uid=0) | Month=Jun,
Date=28,
Time=04:03:15,
Level=combo,
Component=su(pam_unix),
PID=10735.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. | Jun 28 04:03:16 combo su(pam_unix) 10735.0 session closed for user cyrus | Month=Jun,
Date=28,
Time=04:03:16,
Level=combo,
Component=su(pam_unix),
PID=10735.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. | Jun 28 04:03:17 combo logrotate nan ALERT exited abnormally with [1] | Month=Jun,
Date=28,
Time=04:03:17,
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. | Jun 28 04:09:00 combo su(pam_unix) 11106.0 session opened for user news by (uid=0) | Month=Jun,
Date=28,
Time=04:09:00,
Level=combo,
Component=su(pam_unix),
PID=11106.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. | Jun 28 04:09:01 combo su(pam_unix) 11106.0 session closed for user news | Month=Jun,
Date=28,
Time=04:09:01,
Level=combo,
Component=su(pam_unix),
PID=11106.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=61.53.154.93 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. | Jun 28 08:10:24 combo sshd(pam_unix) 11513.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.53.154.93 user=root | Month=Jun,
Date=28,
Time=08:10:24,
Level=combo,
Component=sshd(pam_unix),
PID=11513.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.53.154.93 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.53.154.93 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. | Jun 28 08:10:24 combo sshd(pam_unix) 11517.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.53.154.93 user=root | Month=Jun,
Date=28,
Time=08:10:24,
Level=combo,
Component=sshd(pam_unix),
PID=11517.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.53.154.93 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.53.154.93 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. | Jun 28 08:10:24 combo sshd(pam_unix) 11521.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.53.154.93 user=root | Month=Jun,
Date=28,
Time=08:10:24,
Level=combo,
Component=sshd(pam_unix),
PID=11521.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.53.154.93 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.53.154.93 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. | Jun 28 08:10:24 combo sshd(pam_unix) 11510.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.53.154.93 user=root | Month=Jun,
Date=28,
Time=08:10:24,
Level=combo,
Component=sshd(pam_unix),
PID=11510.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.53.154.93 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.53.154.93 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. | Jun 28 08:10:25 combo sshd(pam_unix) 11519.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.53.154.93 user=root | Month=Jun,
Date=28,
Time=08:10:25,
Level=combo,
Component=sshd(pam_unix),
PID=11519.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.53.154.93 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.53.154.93 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. | Jun 28 08:10:26 combo sshd(pam_unix) 11514.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.53.154.93 user=root | Month=Jun,
Date=28,
Time=08:10:26,
Level=combo,
Component=sshd(pam_unix),
PID=11514.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.53.154.93 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.53.154.93 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. | Jun 28 08:10:28 combo sshd(pam_unix) 11512.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.53.154.93 user=root | Month=Jun,
Date=28,
Time=08:10:28,
Level=combo,
Component=sshd(pam_unix),
PID=11512.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.53.154.93 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.53.154.93 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. | Jun 28 08:10:29 combo sshd(pam_unix) 11509.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.53.154.93 user=root | Month=Jun,
Date=28,
Time=08:10:29,
Level=combo,
Component=sshd(pam_unix),
PID=11509.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.53.154.93 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.53.154.93 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. | Jun 28 08:10:30 combo sshd(pam_unix) 11515.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.53.154.93 user=root | Month=Jun,
Date=28,
Time=08:10:30,
Level=combo,
Component=sshd(pam_unix),
PID=11515.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=61.53.154.93 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=62-192-102-94.dsl.easynet.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. | Jun 28 20:58:46 combo sshd(pam_unix) 12665.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.nl user=root | Month=Jun,
Date=28,
Time=20:58:46,
Level=combo,
Component=sshd(pam_unix),
PID=12665.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.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=62-192-102-94.dsl.easynet.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. | Jun 28 20:58:46 combo sshd(pam_unix) 12666.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.nl user=root | Month=Jun,
Date=28,
Time=20:58:46,
Level=combo,
Component=sshd(pam_unix),
PID=12666.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.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=62-192-102-94.dsl.easynet.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. | Jun 28 20:58:47 combo sshd(pam_unix) 12669.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.nl user=root | Month=Jun,
Date=28,
Time=20:58:47,
Level=combo,
Component=sshd(pam_unix),
PID=12669.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.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=62-192-102-94.dsl.easynet.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. | Jun 28 20:58:50 combo sshd(pam_unix) 12671.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.nl user=root | Month=Jun,
Date=28,
Time=20:58:50,
Level=combo,
Component=sshd(pam_unix),
PID=12671.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.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=62-192-102-94.dsl.easynet.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. | Jun 28 20:58:52 combo sshd(pam_unix) 12673.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.nl user=root | Month=Jun,
Date=28,
Time=20:58:52,
Level=combo,
Component=sshd(pam_unix),
PID=12673.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.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=62-192-102-94.dsl.easynet.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. | Jun 28 20:58:53 combo sshd(pam_unix) 12675.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.nl user=root | Month=Jun,
Date=28,
Time=20:58:53,
Level=combo,
Component=sshd(pam_unix),
PID=12675.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.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=62-192-102-94.dsl.easynet.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. | Jun 28 20:58:53 combo sshd(pam_unix) 12677.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.nl user=root | Month=Jun,
Date=28,
Time=20:58:53,
Level=combo,
Component=sshd(pam_unix),
PID=12677.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.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=62-192-102-94.dsl.easynet.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. | Jun 28 20:58:55 combo sshd(pam_unix) 12679.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.nl user=root | Month=Jun,
Date=28,
Time=20:58:55,
Level=combo,
Component=sshd(pam_unix),
PID=12679.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.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=62-192-102-94.dsl.easynet.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. | Jun 28 20:58:55 combo sshd(pam_unix) 12681.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.nl user=root | Month=Jun,
Date=28,
Time=20:58:55,
Level=combo,
Component=sshd(pam_unix),
PID=12681.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.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=62-192-102-94.dsl.easynet.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. | Jun 28 20:58:55 combo sshd(pam_unix) 12680.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.nl user=root | Month=Jun,
Date=28,
Time=20:58:55,
Level=combo,
Component=sshd(pam_unix),
PID=12680.0,
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=62-192-102-94.dsl.easynet.nl 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. | Jun 28 21:42:46 combo sshd(pam_unix) 12756.0 check pass; user unknown | Month=Jun,
Date=28,
Time=21:42:46,
Level=combo,
Component=sshd(pam_unix),
PID=12756.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. | Jun 28 21:42:46 combo sshd(pam_unix) 12753.0 check pass; user unknown | Month=Jun,
Date=28,
Time=21:42:46,
Level=combo,
Component=sshd(pam_unix),
PID=12753.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. | Jun 28 21:42:46 combo sshd(pam_unix) 12752.0 check pass; user unknown | Month=Jun,
Date=28,
Time=21:42:46,
Level=combo,
Component=sshd(pam_unix),
PID=12752.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. | Jun 28 21:42:46 combo sshd(pam_unix) 12755.0 check pass; user unknown | Month=Jun,
Date=28,
Time=21:42:46,
Level=combo,
Component=sshd(pam_unix),
PID=12755.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. | Jun 28 21:42:46 combo sshd(pam_unix) 12754.0 check pass; user unknown | Month=Jun,
Date=28,
Time=21:42:46,
Level=combo,
Component=sshd(pam_unix),
PID=12754.0,
Content=check pass; user unknown |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jun 29 03:22:22 combo ftpd 13262.0 connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | Month=Jun,
Date=29,
Time=03:22:22,
Level=combo,
Component=ftpd,
PID=13262.0,
Content=connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jun 29 03:22:22 combo ftpd 13257.0 connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | Month=Jun,
Date=29,
Time=03:22:22,
Level=combo,
Component=ftpd,
PID=13257.0,
Content=connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jun 29 03:22:22 combo ftpd 13261.0 connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | Month=Jun,
Date=29,
Time=03:22:22,
Level=combo,
Component=ftpd,
PID=13261.0,
Content=connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jun 29 03:22:22 combo ftpd 13250.0 connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | Month=Jun,
Date=29,
Time=03:22:22,
Level=combo,
Component=ftpd,
PID=13250.0,
Content=connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jun 29 03:22:22 combo ftpd 13252.0 connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | Month=Jun,
Date=29,
Time=03:22:22,
Level=combo,
Component=ftpd,
PID=13252.0,
Content=connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jun 29 03:22:22 combo ftpd 13260.0 connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | Month=Jun,
Date=29,
Time=03:22:22,
Level=combo,
Component=ftpd,
PID=13260.0,
Content=connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jun 29 03:22:22 combo ftpd 13259.0 connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | Month=Jun,
Date=29,
Time=03:22:22,
Level=combo,
Component=ftpd,
PID=13259.0,
Content=connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jun 29 03:22:22 combo ftpd 13256.0 connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | Month=Jun,
Date=29,
Time=03:22:22,
Level=combo,
Component=ftpd,
PID=13256.0,
Content=connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jun 29 03:22:22 combo ftpd 13258.0 connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | Month=Jun,
Date=29,
Time=03:22:22,
Level=combo,
Component=ftpd,
PID=13258.0,
Content=connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jun 29 03:22:22 combo ftpd 13255.0 connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | Month=Jun,
Date=29,
Time=03:22:22,
Level=combo,
Component=ftpd,
PID=13255.0,
Content=connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jun 29 03:22:22 combo ftpd 13254.0 connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | Month=Jun,
Date=29,
Time=03:22:22,
Level=combo,
Component=ftpd,
PID=13254.0,
Content=connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jun 29 03:22:22 combo ftpd 13264.0 connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | Month=Jun,
Date=29,
Time=03:22:22,
Level=combo,
Component=ftpd,
PID=13264.0,
Content=connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 |
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template. | connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | connection from <*> (<*>) at <*> |
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content. | Jun 29 03:22:22 combo ftpd 13251.0 connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 | Month=Jun,
Date=29,
Time=03:22:22,
Level=combo,
Component=ftpd,
PID=13251.0,
Content=connection from 61.74.96.178 () at Wed Jun 29 03:22:22 2005 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.