instruction stringclasses 2
values | input stringlengths 7 252 | output stringlengths 7 296 |
|---|---|---|
Parse the input log to log template. | Out of Memory: Killed process 1349 (httpd). | Out of Memory: Killed process <*> (<*>). |
Extract key value pairs from the input log. | Nov 22 12:25:22 combo kernel nan Out of Memory: Killed process 1349 (httpd). | Month=Nov
Date=22
Time=12:25:22
Level=combo
Component=kernel
PID=nan
Content=Out of Memory: Killed process 1349 (httpd). |
Parse the input log to log template. | Out of Memory: Killed process 1359 (python). | Out of Memory: Killed process <*> (<*>). |
Extract key value pairs from the input log. | Nov 22 12:25:28 combo kernel nan Out of Memory: Killed process 1359 (python). | Month=Nov
Date=22
Time=12:25:28
Level=combo
Component=kernel
PID=nan
Content=Out of Memory: Killed process 1359 (python). |
Parse the input log to log template. | Out of Memory: Killed process 1361 (httpd). | Out of Memory: Killed process <*> (<*>). |
Extract key value pairs from the input log. | Nov 22 12:25:39 combo kernel nan Out of Memory: Killed process 1361 (httpd). | Month=Nov
Date=22
Time=12:25:39
Level=combo
Component=kernel
PID=nan
Content=Out of Memory: Killed process 1361 (httpd). |
Parse the input log to log template. | Out of Memory: Killed process 905 (sendmail). | Out of Memory: Killed process <*> (<*>). |
Extract key value pairs from the input log. | Nov 22 12:25:51 combo kernel nan Out of Memory: Killed process 905 (sendmail). | Month=Nov
Date=22
Time=12:25:51
Level=combo
Component=kernel
PID=nan
Content=Out of Memory: Killed process 905 (sendmail). |
Parse the input log to log template. | sendmail: page allocation failure. order:0, mode:0x1d2 | sendmail: page allocation failure. order:<*>, mode:<*> |
Extract key value pairs from the input log. | Nov 22 12:25:54 combo kernel nan sendmail: page allocation failure. order:0, mode:0x1d2 | Month=Nov
Date=22
Time=12:25:54
Level=combo
Component=kernel
PID=nan
Content=sendmail: page allocation failure. order:0, mode:0x1d2 |
Parse the input log to log template. | [<0212ebf3>] __alloc_pages+0x274/0x281 | [<*>] __alloc_pages+<*> |
Extract key value pairs from the input log. | Nov 22 12:25:54 combo kernel nan [<0212ebf3>] __alloc_pages+0x274/0x281 | Month=Nov
Date=22
Time=12:25:54
Level=combo
Component=kernel
PID=nan
Content=[<0212ebf3>] __alloc_pages+0x274/0x281 |
Parse the input log to log template. | [<021303bd>] do_page_cache_readahead+0xa3/0x101 | [<*>] do_page_cache_readahead+<*> |
Extract key value pairs from the input log. | Nov 22 12:25:54 combo kernel nan [<021303bd>] do_page_cache_readahead+0xa3/0x101 | Month=Nov
Date=22
Time=12:25:54
Level=combo
Component=kernel
PID=nan
Content=[<021303bd>] do_page_cache_readahead+0xa3/0x101 |
Parse the input log to log template. | [<0212c71b>] filemap_nopage+0x119/0x26d | [<*>] filemap_nopage+<*> |
Extract key value pairs from the input log. | Nov 22 12:25:54 combo kernel nan [<0212c71b>] filemap_nopage+0x119/0x26d | Month=Nov
Date=22
Time=12:25:54
Level=combo
Component=kernel
PID=nan
Content=[<0212c71b>] filemap_nopage+0x119/0x26d |
Parse the input log to log template. | [<021361c7>] do_no_page+0xa1/0x235 | [<*>] do_no_page+<*> |
Extract key value pairs from the input log. | Nov 22 12:25:54 combo kernel nan [<021361c7>] do_no_page+0xa1/0x235 | Month=Nov
Date=22
Time=12:25:54
Level=combo
Component=kernel
PID=nan
Content=[<021361c7>] do_no_page+0xa1/0x235 |
Parse the input log to log template. | [<021359c3>] do_wp_page+0x97/0x21c | [<*>] do_wp_page+<*> |
Extract key value pairs from the input log. | Nov 22 12:25:54 combo kernel nan [<021359c3>] do_wp_page+0x97/0x21c | Month=Nov
Date=22
Time=12:25:54
Level=combo
Component=kernel
PID=nan
Content=[<021359c3>] do_wp_page+0x97/0x21c |
Parse the input log to log template. | [<0213647b>] handle_mm_fault+0x71/0xe2 | [<*>] handle_mm_fault+<*> |
Extract key value pairs from the input log. | Nov 22 12:25:54 combo kernel nan [<0213647b>] handle_mm_fault+0x71/0xe2 | Month=Nov
Date=22
Time=12:25:54
Level=combo
Component=kernel
PID=nan
Content=[<0213647b>] handle_mm_fault+0x71/0xe2 |
Parse the input log to log template. | [<02114537>] do_page_fault+0x12f/0x446 | [<*>] do_page_fault+<*> |
Extract key value pairs from the input log. | Nov 22 12:25:54 combo kernel nan [<02114537>] do_page_fault+0x12f/0x446 | Month=Nov
Date=22
Time=12:25:54
Level=combo
Component=kernel
PID=nan
Content=[<02114537>] do_page_fault+0x12f/0x446 |
Parse the input log to log template. | [<02115ed2>] __wake_up_common+0x2f/0x50 | [<*>] __wake_up_common+<*> |
Extract key value pairs from the input log. | Nov 22 12:25:54 combo kernel nan [<02115ed2>] __wake_up_common+0x2f/0x50 | Month=Nov
Date=22
Time=12:25:54
Level=combo
Component=kernel
PID=nan
Content=[<02115ed2>] __wake_up_common+0x2f/0x50 |
Parse the input log to log template. | [<02135342>] follow_page+0xda/0xe5 | [<*>] follow_page+<*> |
Extract key value pairs from the input log. | Nov 22 12:25:54 combo kernel nan [<02135342>] follow_page+0xda/0xe5 | Month=Nov
Date=22
Time=12:25:54
Level=combo
Component=kernel
PID=nan
Content=[<02135342>] follow_page+0xda/0xe5 |
Parse the input log to log template. | [<02114408>] do_page_fault+0x0/0x446 | [<*>] do_page_fault+<*> |
Extract key value pairs from the input log. | Nov 22 12:25:54 combo kernel nan [<02114408>] do_page_fault+0x0/0x446 | Month=Nov
Date=22
Time=12:25:54
Level=combo
Component=kernel
PID=nan
Content=[<02114408>] do_page_fault+0x0/0x446 |
Parse the input log to log template. | [<0214201b>] __fput+0xb3/0xd1 | [<*>] __fput+<*> |
Extract key value pairs from the input log. | Nov 22 12:25:55 combo kernel nan [<0214201b>] __fput+0xb3/0xd1 | Month=Nov
Date=22
Time=12:25:55
Level=combo
Component=kernel
PID=nan
Content=[<0214201b>] __fput+0xb3/0xd1 |
Parse the input log to log template. | [<02114408>] do_page_fault+0x0/0x446 | [<*>] do_page_fault+<*> |
Extract key value pairs from the input log. | Nov 22 12:25:56 combo kernel nan [<02114408>] do_page_fault+0x0/0x446 | Month=Nov
Date=22
Time=12:25:56
Level=combo
Component=kernel
PID=nan
Content=[<02114408>] do_page_fault+0x0/0x446 |
Parse the input log to log template. | sendmail: page allocation failure. order:0, mode:0x1d2 | sendmail: page allocation failure. order:<*>, mode:<*> |
Extract key value pairs from the input log. | Nov 22 12:25:57 combo kernel nan sendmail: page allocation failure. order:0, mode:0x1d2 | Month=Nov
Date=22
Time=12:25:57
Level=combo
Component=kernel
PID=nan
Content=sendmail: page allocation failure. order:0, mode:0x1d2 |
Parse the input log to log template. | [<0212ebf3>] __alloc_pages+0x274/0x281 | [<*>] __alloc_pages+<*> |
Extract key value pairs from the input log. | Nov 22 12:25:58 combo kernel nan [<0212ebf3>] __alloc_pages+0x274/0x281 | Month=Nov
Date=22
Time=12:25:58
Level=combo
Component=kernel
PID=nan
Content=[<0212ebf3>] __alloc_pages+0x274/0x281 |
Parse the input log to log template. | [<021303bd>] do_page_cache_readahead+0xa3/0x101 | [<*>] do_page_cache_readahead+<*> |
Extract key value pairs from the input log. | Nov 22 12:25:58 combo kernel nan [<021303bd>] do_page_cache_readahead+0xa3/0x101 | Month=Nov
Date=22
Time=12:25:58
Level=combo
Component=kernel
PID=nan
Content=[<021303bd>] do_page_cache_readahead+0xa3/0x101 |
Parse the input log to log template. | [<0212c71b>] filemap_nopage+0x119/0x26d | [<*>] filemap_nopage+<*> |
Extract key value pairs from the input log. | Nov 22 12:25:59 combo kernel nan [<0212c71b>] filemap_nopage+0x119/0x26d | Month=Nov
Date=22
Time=12:25:59
Level=combo
Component=kernel
PID=nan
Content=[<0212c71b>] filemap_nopage+0x119/0x26d |
Parse the input log to log template. | [<021361c7>] do_no_page+0xa1/0x235 | [<*>] do_no_page+<*> |
Extract key value pairs from the input log. | Nov 22 12:25:59 combo kernel nan [<021361c7>] do_no_page+0xa1/0x235 | Month=Nov
Date=22
Time=12:25:59
Level=combo
Component=kernel
PID=nan
Content=[<021361c7>] do_no_page+0xa1/0x235 |
Parse the input log to log template. | [<021359c3>] do_wp_page+0x97/0x21c | [<*>] do_wp_page+<*> |
Extract key value pairs from the input log. | Nov 22 12:26:00 combo kernel nan [<021359c3>] do_wp_page+0x97/0x21c | Month=Nov
Date=22
Time=12:26:00
Level=combo
Component=kernel
PID=nan
Content=[<021359c3>] do_wp_page+0x97/0x21c |
Parse the input log to log template. | [<0213647b>] handle_mm_fault+0x71/0xe2 | [<*>] handle_mm_fault+<*> |
Extract key value pairs from the input log. | Nov 22 12:26:00 combo kernel nan [<0213647b>] handle_mm_fault+0x71/0xe2 | Month=Nov
Date=22
Time=12:26:00
Level=combo
Component=kernel
PID=nan
Content=[<0213647b>] handle_mm_fault+0x71/0xe2 |
Parse the input log to log template. | [<02114537>] do_page_fault+0x12f/0x446 | [<*>] do_page_fault+<*> |
Extract key value pairs from the input log. | Nov 22 12:26:00 combo kernel nan [<02114537>] do_page_fault+0x12f/0x446 | Month=Nov
Date=22
Time=12:26:00
Level=combo
Component=kernel
PID=nan
Content=[<02114537>] do_page_fault+0x12f/0x446 |
Parse the input log to log template. | [<02115ed2>] __wake_up_common+0x2f/0x50 | [<*>] __wake_up_common+<*> |
Extract key value pairs from the input log. | Nov 22 12:26:01 combo kernel nan [<02115ed2>] __wake_up_common+0x2f/0x50 | Month=Nov
Date=22
Time=12:26:01
Level=combo
Component=kernel
PID=nan
Content=[<02115ed2>] __wake_up_common+0x2f/0x50 |
Parse the input log to log template. | [<02135342>] follow_page+0xda/0xe5 | [<*>] follow_page+<*> |
Extract key value pairs from the input log. | Nov 22 12:26:02 combo kernel nan [<02135342>] follow_page+0xda/0xe5 | Month=Nov
Date=22
Time=12:26:02
Level=combo
Component=kernel
PID=nan
Content=[<02135342>] follow_page+0xda/0xe5 |
Parse the input log to log template. | [<02114408>] do_page_fault+0x0/0x446 | [<*>] do_page_fault+<*> |
Extract key value pairs from the input log. | Nov 22 12:26:02 combo kernel nan [<02114408>] do_page_fault+0x0/0x446 | Month=Nov
Date=22
Time=12:26:02
Level=combo
Component=kernel
PID=nan
Content=[<02114408>] do_page_fault+0x0/0x446 |
Parse the input log to log template. | [<0214201b>] __fput+0xb3/0xd1 | [<*>] __fput+<*> |
Extract key value pairs from the input log. | Nov 22 12:26:03 combo kernel nan [<0214201b>] __fput+0xb3/0xd1 | Month=Nov
Date=22
Time=12:26:03
Level=combo
Component=kernel
PID=nan
Content=[<0214201b>] __fput+0xb3/0xd1 |
Parse the input log to log template. | [<02114408>] do_page_fault+0x0/0x446 | [<*>] do_page_fault+<*> |
Extract key value pairs from the input log. | Nov 22 12:26:03 combo kernel nan [<02114408>] do_page_fault+0x0/0x446 | Month=Nov
Date=22
Time=12:26:03
Level=combo
Component=kernel
PID=nan
Content=[<02114408>] do_page_fault+0x0/0x446 |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Nov 22 12:26:37 combo sshd(pam_unix) 1370.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | Month=Nov
Date=22
Time=12:26:37
Level=combo
Component=sshd(pam_unix)
PID=1370.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Nov 22 12:26:37 combo sshd(pam_unix) 1369.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | Month=Nov
Date=22
Time=12:26:37
Level=combo
Component=sshd(pam_unix)
PID=1369.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Nov 22 12:26:37 combo sshd(pam_unix) 1383.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | Month=Nov
Date=22
Time=12:26:37
Level=combo
Component=sshd(pam_unix)
PID=1383.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Nov 22 12:26:37 combo sshd(pam_unix) 1371.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | Month=Nov
Date=22
Time=12:26:37
Level=combo
Component=sshd(pam_unix)
PID=1371.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Nov 22 12:26:37 combo sshd(pam_unix) 1372.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | Month=Nov
Date=22
Time=12:26:37
Level=combo
Component=sshd(pam_unix)
PID=1372.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Nov 22 12:26:37 combo sshd(pam_unix) 1381.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | Month=Nov
Date=22
Time=12:26:37
Level=combo
Component=sshd(pam_unix)
PID=1381.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Nov 22 12:26:37 combo sshd(pam_unix) 1366.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | Month=Nov
Date=22
Time=12:26:37
Level=combo
Component=sshd(pam_unix)
PID=1366.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Nov 22 12:26:37 combo sshd(pam_unix) 1367.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | Month=Nov
Date=22
Time=12:26:37
Level=combo
Component=sshd(pam_unix)
PID=1367.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Nov 22 12:26:37 combo sshd(pam_unix) 1368.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | Month=Nov
Date=22
Time=12:26:37
Level=combo
Component=sshd(pam_unix)
PID=1368.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root |
Parse the input log to log template. | authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | authentication failure; logname=<*> uid=<*> euid=<*> tty=<*> ruser=<*> rhost=<*> user=<*> |
Extract key value pairs from the input log. | Nov 22 12:26:37 combo sshd(pam_unix) 1365.0 authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root | Month=Nov
Date=22
Time=12:26:37
Level=combo
Component=sshd(pam_unix)
PID=1365.0
Content=authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=c-67-176-148-16.hsd1.il.comcast.net user=root |
Parse the input log to log template. | Out of Memory: Killed process 1364 (httpd). | Out of Memory: Killed process <*> (<*>). |
Extract key value pairs from the input log. | Nov 22 12:40:21 combo kernel nan Out of Memory: Killed process 1364 (httpd). | Month=Nov
Date=22
Time=12:40:21
Level=combo
Component=kernel
PID=nan
Content=Out of Memory: Killed process 1364 (httpd). |
Parse the input log to log template. | Out of Memory: Killed process 1416 (python). | Out of Memory: Killed process <*> (<*>). |
Extract key value pairs from the input log. | Nov 22 12:40:55 combo kernel nan Out of Memory: Killed process 1416 (python). | Month=Nov
Date=22
Time=12:40:55
Level=combo
Component=kernel
PID=nan
Content=Out of Memory: Killed process 1416 (python). |
Parse the input log to log template. | Out of Memory: Killed process 1418 (httpd). | Out of Memory: Killed process <*> (<*>). |
Extract key value pairs from the input log. | Nov 22 12:45:16 combo kernel nan Out of Memory: Killed process 1418 (httpd). | Month=Nov
Date=22
Time=12:45:16
Level=combo
Component=kernel
PID=nan
Content=Out of Memory: Killed process 1418 (httpd). |
Parse the input log to log template. | Out of Memory: Killed process 1421 (python). | Out of Memory: Killed process <*> (<*>). |
Extract key value pairs from the input log. | Nov 22 12:45:24 combo kernel nan Out of Memory: Killed process 1421 (python). | Month=Nov
Date=22
Time=12:45:24
Level=combo
Component=kernel
PID=nan
Content=Out of Memory: Killed process 1421 (python). |
Parse the input log to log template. | Out of Memory: Killed process 1423 (httpd). | Out of Memory: Killed process <*> (<*>). |
Extract key value pairs from the input log. | Nov 22 13:00:11 combo kernel nan Out of Memory: Killed process 1423 (httpd). | Month=Nov
Date=22
Time=13:00:11
Level=combo
Component=kernel
PID=nan
Content=Out of Memory: Killed process 1423 (httpd). |
Parse the input log to log template. | Out of Memory: Killed process 1438 (python). | Out of Memory: Killed process <*> (<*>). |
Extract key value pairs from the input log. | Nov 22 13:00:17 combo kernel nan Out of Memory: Killed process 1438 (python). | Month=Nov
Date=22
Time=13:00:17
Level=combo
Component=kernel
PID=nan
Content=Out of Memory: Killed process 1438 (python). |
Parse the input log to log template. | Out of Memory: Killed process 1442 (httpd). | Out of Memory: Killed process <*> (<*>). |
Extract key value pairs from the input log. | Nov 22 13:05:14 combo kernel nan Out of Memory: Killed process 1442 (httpd). | Month=Nov
Date=22
Time=13:05:14
Level=combo
Component=kernel
PID=nan
Content=Out of Memory: Killed process 1442 (httpd). |
Parse the input log to log template. | Out of Memory: Killed process 1460 (python). | Out of Memory: Killed process <*> (<*>). |
Extract key value pairs from the input log. | Nov 22 13:05:20 combo kernel nan Out of Memory: Killed process 1460 (python). | Month=Nov
Date=22
Time=13:05:20
Level=combo
Component=kernel
PID=nan
Content=Out of Memory: Killed process 1460 (python). |
Parse the input log to log template. | Out of Memory: Killed process 1461 (httpd). | Out of Memory: Killed process <*> (<*>). |
Extract key value pairs from the input log. | Nov 22 13:10:21 combo kernel nan Out of Memory: Killed process 1461 (httpd). | Month=Nov
Date=22
Time=13:10:21
Level=combo
Component=kernel
PID=nan
Content=Out of Memory: Killed process 1461 (httpd). |
Parse the input log to log template. | Out of Memory: Killed process 1468 (python). | Out of Memory: Killed process <*> (<*>). |
Extract key value pairs from the input log. | Nov 22 13:10:41 combo kernel nan Out of Memory: Killed process 1468 (python). | Month=Nov
Date=22
Time=13:10:41
Level=combo
Component=kernel
PID=nan
Content=Out of Memory: Killed process 1468 (python). |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.