instruction
stringclasses 2
values | input
stringlengths 7
252
| output
stringlengths 7
296
|
---|---|---|
Parse the input log to log template. | bad username [ ] | bad username [<*>] |
Extract key value pairs from the input log. | Aug 8 09:57:43 combo login(pam_unix) 19993.0 bad username [ ] | Month=Aug
Date=8
Time=09:57:43
Level=combo
Component=login(pam_unix)
PID=19993.0
Content=bad username [ ] |
Parse the input log to log template. | FAILED LOGIN 1 FROM (null) FOR , Authentication failure | FAILED LOGIN <*> FROM (<*>) FOR , Authentication failure |
Extract key value pairs from the input log. | Aug 8 09:57:43 combo login 19993.0 FAILED LOGIN 1 FROM (null) FOR , Authentication failure | Month=Aug
Date=8
Time=09:57:43
Level=combo
Component=login
PID=19993.0
Content=FAILED LOGIN 1 FROM (null) FOR , Authentication failure |
Parse the input log to log template. | bad username [] | bad username [<*>] |
Extract key value pairs from the input log. | Aug 8 09:57:43 combo login(pam_unix) 19993.0 bad username [] | Month=Aug
Date=8
Time=09:57:43
Level=combo
Component=login(pam_unix)
PID=19993.0
Content=bad username [] |
Parse the input log to log template. | FAILED LOGIN 2 FROM (null) FOR , Authentication failure | FAILED LOGIN <*> FROM (<*>) FOR , Authentication failure |
Extract key value pairs from the input log. | Aug 8 09:57:43 combo login 19993.0 FAILED LOGIN 2 FROM (null) FOR , Authentication failure | Month=Aug
Date=8
Time=09:57:43
Level=combo
Component=login
PID=19993.0
Content=FAILED LOGIN 2 FROM (null) FOR , Authentication failure |
Parse the input log to log template. | removing device node '/udev/vcs2' | removing device node <*> |
Extract key value pairs from the input log. | Aug 8 09:58:43 combo udev 20372.0 removing device node '/udev/vcs2' | Month=Aug
Date=8
Time=09:58:43
Level=combo
Component=udev
PID=20372.0
Content=removing device node '/udev/vcs2' |
Parse the input log to log template. | removing device node '/udev/vcsa2' | removing device node <*> |
Extract key value pairs from the input log. | Aug 8 09:58:43 combo udev 20383.0 removing device node '/udev/vcsa2' | Month=Aug
Date=8
Time=09:58:43
Level=combo
Component=udev
PID=20383.0
Content=removing device node '/udev/vcsa2' |
Parse the input log to log template. | creating device node '/udev/vcs2' | creating device node <*> |
Extract key value pairs from the input log. | Aug 8 09:58:44 combo udev 20395.0 creating device node '/udev/vcs2' | Month=Aug
Date=8
Time=09:58:44
Level=combo
Component=udev
PID=20395.0
Content=creating device node '/udev/vcs2' |
Parse the input log to log template. | removing device node '/udev/vcs2' | removing device node <*> |
Extract key value pairs from the input log. | Aug 8 09:58:44 combo udev 20431.0 removing device node '/udev/vcs2' | Month=Aug
Date=8
Time=09:58:44
Level=combo
Component=udev
PID=20431.0
Content=removing device node '/udev/vcs2' |
Parse the input log to log template. | creating device node '/udev/vcsa2' | creating device node <*> |
Extract key value pairs from the input log. | Aug 8 09:58:44 combo udev 20402.0 creating device node '/udev/vcsa2' | Month=Aug
Date=8
Time=09:58:44
Level=combo
Component=udev
PID=20402.0
Content=creating device node '/udev/vcsa2' |
Parse the input log to log template. | removing device node '/udev/vcsa2' | removing device node <*> |
Extract key value pairs from the input log. | Aug 8 09:58:44 combo udev 20441.0 removing device node '/udev/vcsa2' | Month=Aug
Date=8
Time=09:58:44
Level=combo
Component=udev
PID=20441.0
Content=removing device node '/udev/vcsa2' |
Parse the input log to log template. | creating device node '/udev/vcs2' | creating device node <*> |
Extract key value pairs from the input log. | Aug 8 09:58:44 combo udev 20436.0 creating device node '/udev/vcs2' | Month=Aug
Date=8
Time=09:58:44
Level=combo
Component=udev
PID=20436.0
Content=creating device node '/udev/vcs2' |
Parse the input log to log template. | creating device node '/udev/vcsa2' | creating device node <*> |
Extract key value pairs from the input log. | Aug 8 09:58:44 combo udev 20446.0 creating device node '/udev/vcsa2' | Month=Aug
Date=8
Time=09:58:44
Level=combo
Component=udev
PID=20446.0
Content=creating device node '/udev/vcsa2' |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Aug 8 23:19:12 combo sshd(pam_unix) 21610.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | Month=Aug
Date=8
Time=23:19:12
Level=combo
Component=sshd(pam_unix)
PID=21610.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Aug 8 23:19:19 combo sshd(pam_unix) 21612.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | Month=Aug
Date=8
Time=23:19:19
Level=combo
Component=sshd(pam_unix)
PID=21612.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Aug 8 23:19:19 combo sshd(pam_unix) 21613.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | Month=Aug
Date=8
Time=23:19:19
Level=combo
Component=sshd(pam_unix)
PID=21613.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Aug 8 23:19:21 combo sshd(pam_unix) 21617.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | Month=Aug
Date=8
Time=23:19:21
Level=combo
Component=sshd(pam_unix)
PID=21617.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Aug 8 23:19:21 combo sshd(pam_unix) 21616.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | Month=Aug
Date=8
Time=23:19:21
Level=combo
Component=sshd(pam_unix)
PID=21616.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Aug 8 23:19:26 combo sshd(pam_unix) 21620.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | Month=Aug
Date=8
Time=23:19:26
Level=combo
Component=sshd(pam_unix)
PID=21620.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Aug 8 23:19:27 combo sshd(pam_unix) 21622.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | Month=Aug
Date=8
Time=23:19:27
Level=combo
Component=sshd(pam_unix)
PID=21622.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Aug 8 23:19:28 combo sshd(pam_unix) 21624.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | Month=Aug
Date=8
Time=23:19:28
Level=combo
Component=sshd(pam_unix)
PID=21624.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Aug 8 23:19:29 combo sshd(pam_unix) 21626.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | Month=Aug
Date=8
Time=23:19:29
Level=combo
Component=sshd(pam_unix)
PID=21626.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Aug 8 23:19:29 combo sshd(pam_unix) 21627.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root | Month=Aug
Date=8
Time=23:19:29
Level=combo
Component=sshd(pam_unix)
PID=21627.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=211.233.9.185 user=root |
Parse the input log to log template. | session opened for user cyrus by (uid=0) | session opened for user <*> by <*> |
Extract key value pairs from the input log. | Aug 9 04:02:53 combo su(pam_unix) 22371.0 session opened for user cyrus by (uid=0) | Month=Aug
Date=9
Time=04:02:53
Level=combo
Component=su(pam_unix)
PID=22371.0
Content=session opened for user cyrus by (uid=0) |
Parse the input log to log template. | session closed for user cyrus | session closed for user <*> |
Extract key value pairs from the input log. | Aug 9 04:02:54 combo su(pam_unix) 22371.0 session closed for user cyrus | Month=Aug
Date=9
Time=04:02:54
Level=combo
Component=su(pam_unix)
PID=22371.0
Content=session closed for user cyrus |
Parse the input log to log template. | ALERT exited abnormally with [1] | ALERT exited abnormally with <*> |
Extract key value pairs from the input log. | Aug 9 04:02:55 combo logrotate nan ALERT exited abnormally with [1] | Month=Aug
Date=9
Time=04:02:55
Level=combo
Component=logrotate
PID=nan
Content=ALERT exited abnormally with [1] |
Parse the input log to log template. | session opened for user news by (uid=0) | session opened for user <*> by <*> |
Extract key value pairs from the input log. | Aug 9 04:08:32 combo su(pam_unix) 22742.0 session opened for user news by (uid=0) | Month=Aug
Date=9
Time=04:08:32
Level=combo
Component=su(pam_unix)
PID=22742.0
Content=session opened for user news by (uid=0) |
Parse the input log to log template. | session closed for user news | session closed for user <*> |
Extract key value pairs from the input log. | Aug 9 04:08:33 combo su(pam_unix) 22742.0 session closed for user news | Month=Aug
Date=9
Time=04:08:33
Level=combo
Component=su(pam_unix)
PID=22742.0
Content=session closed for user news |
Parse the input log to log template. | connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:50 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 09:12:50 combo ftpd 23217.0 connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:50 2005 | Month=Aug
Date=9
Time=09:12:50
Level=combo
Component=ftpd
PID=23217.0
Content=connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:50 2005 |
Parse the input log to log template. | connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 09:12:51 combo ftpd 23229.0 connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | Month=Aug
Date=9
Time=09:12:51
Level=combo
Component=ftpd
PID=23229.0
Content=connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 |
Parse the input log to log template. | connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 09:12:51 combo ftpd 23216.0 connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | Month=Aug
Date=9
Time=09:12:51
Level=combo
Component=ftpd
PID=23216.0
Content=connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 |
Parse the input log to log template. | connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 09:12:51 combo ftpd 23215.0 connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | Month=Aug
Date=9
Time=09:12:51
Level=combo
Component=ftpd
PID=23215.0
Content=connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 |
Parse the input log to log template. | connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 09:12:51 combo ftpd 23222.0 connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | Month=Aug
Date=9
Time=09:12:51
Level=combo
Component=ftpd
PID=23222.0
Content=connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 |
Parse the input log to log template. | connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 09:12:51 combo ftpd 23220.0 connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | Month=Aug
Date=9
Time=09:12:51
Level=combo
Component=ftpd
PID=23220.0
Content=connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 |
Parse the input log to log template. | connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 09:12:51 combo ftpd 23219.0 connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | Month=Aug
Date=9
Time=09:12:51
Level=combo
Component=ftpd
PID=23219.0
Content=connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 |
Parse the input log to log template. | connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 09:12:51 combo ftpd 23223.0 connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | Month=Aug
Date=9
Time=09:12:51
Level=combo
Component=ftpd
PID=23223.0
Content=connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 |
Parse the input log to log template. | connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 09:12:51 combo ftpd 23221.0 connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | Month=Aug
Date=9
Time=09:12:51
Level=combo
Component=ftpd
PID=23221.0
Content=connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 |
Parse the input log to log template. | connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 09:12:51 combo ftpd 23227.0 connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | Month=Aug
Date=9
Time=09:12:51
Level=combo
Component=ftpd
PID=23227.0
Content=connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 |
Parse the input log to log template. | connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 09:12:51 combo ftpd 23225.0 connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | Month=Aug
Date=9
Time=09:12:51
Level=combo
Component=ftpd
PID=23225.0
Content=connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 |
Parse the input log to log template. | connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 09:12:51 combo ftpd 23226.0 connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | Month=Aug
Date=9
Time=09:12:51
Level=combo
Component=ftpd
PID=23226.0
Content=connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 |
Parse the input log to log template. | connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 09:12:51 combo ftpd 23218.0 connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | Month=Aug
Date=9
Time=09:12:51
Level=combo
Component=ftpd
PID=23218.0
Content=connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 |
Parse the input log to log template. | connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 09:12:51 combo ftpd 23224.0 connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | Month=Aug
Date=9
Time=09:12:51
Level=combo
Component=ftpd
PID=23224.0
Content=connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 |
Parse the input log to log template. | connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 09:12:51 combo ftpd 23228.0 connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | Month=Aug
Date=9
Time=09:12:51
Level=combo
Component=ftpd
PID=23228.0
Content=connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 |
Parse the input log to log template. | connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 09:12:51 combo ftpd 23214.0 connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 | Month=Aug
Date=9
Time=09:12:51
Level=combo
Component=ftpd
PID=23214.0
Content=connection from 210.202.115.220 (NK210-202-115-220.adsl.static.ebtnet.net) at Tue Aug 9 09:12:51 2005 |
Parse the input log to log template. | connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 19:19:54 combo ftpd 24117.0 connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 | Month=Aug
Date=9
Time=19:19:54
Level=combo
Component=ftpd
PID=24117.0
Content=connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 |
Parse the input log to log template. | connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 19:19:54 combo ftpd 24109.0 connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 | Month=Aug
Date=9
Time=19:19:54
Level=combo
Component=ftpd
PID=24109.0
Content=connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 |
Parse the input log to log template. | connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 19:19:54 combo ftpd 24114.0 connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 | Month=Aug
Date=9
Time=19:19:54
Level=combo
Component=ftpd
PID=24114.0
Content=connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 |
Parse the input log to log template. | connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 19:19:54 combo ftpd 24121.0 connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 | Month=Aug
Date=9
Time=19:19:54
Level=combo
Component=ftpd
PID=24121.0
Content=connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 |
Parse the input log to log template. | connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 19:19:54 combo ftpd 24120.0 connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 | Month=Aug
Date=9
Time=19:19:54
Level=combo
Component=ftpd
PID=24120.0
Content=connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 |
Parse the input log to log template. | connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 19:19:54 combo ftpd 24112.0 connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 | Month=Aug
Date=9
Time=19:19:54
Level=combo
Component=ftpd
PID=24112.0
Content=connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 |
Parse the input log to log template. | connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 | connection from <*> (<*>) at <*> |
Extract key value pairs from the input log. | Aug 9 19:19:54 combo ftpd 24111.0 connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 | Month=Aug
Date=9
Time=19:19:54
Level=combo
Component=ftpd
PID=24111.0
Content=connection from 221.243.161.206 () at Tue Aug 9 19:19:54 2005 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.