instruction
stringclasses 2
values | input
stringlengths 7
252
| output
stringlengths 7
296
|
---|---|---|
Parse the input log to log template. | removing device node '/udev/vcsa4' | removing device node <*> |
Extract key value pairs from the input log. | Jan 26 12:20:21 combo udev 10926.0 removing device node '/udev/vcsa4' | Month=Jan
Date=26
Time=12:20:21
Level=combo
Component=udev
PID=10926.0
Content=removing device node '/udev/vcsa4' |
Parse the input log to log template. | spamd shutdown succeeded | <*> shutdown succeeded |
Extract key value pairs from the input log. | Jan 26 12:20:22 combo spamassassin nan spamd shutdown succeeded | Month=Jan
Date=26
Time=12:20:22
Level=combo
Component=spamassassin
PID=nan
Content=spamd shutdown succeeded |
Parse the input log to log template. | smartd received signal 15: Terminated | smartd received signal <*>: Terminated |
Extract key value pairs from the input log. | Jan 26 12:20:22 combo smartd 1760.0 smartd received signal 15: Terminated | Month=Jan
Date=26
Time=12:20:22
Level=combo
Component=smartd
PID=1760.0
Content=smartd received signal 15: Terminated |
Parse the input log to log template. | smartd is exiting (exit status 0) | smartd is exiting (exit status <*>) |
Extract key value pairs from the input log. | Jan 26 12:20:22 combo smartd 1760.0 smartd is exiting (exit status 0) | Month=Jan
Date=26
Time=12:20:22
Level=combo
Component=smartd
PID=1760.0
Content=smartd is exiting (exit status 0) |
Parse the input log to log template. | smartd shutdown succeeded | <*> shutdown succeeded |
Extract key value pairs from the input log. | Jan 26 12:20:22 combo smartd nan smartd shutdown succeeded | Month=Jan
Date=26
Time=12:20:22
Level=combo
Component=smartd
PID=nan
Content=smartd shutdown succeeded |
Parse the input log to log template. | named shutdown failed | <*> shutdown failed |
Extract key value pairs from the input log. | Jan 26 12:20:22 combo named nan named shutdown failed | Month=Jan
Date=26
Time=12:20:22
Level=combo
Component=named
PID=nan
Content=named shutdown failed |
Parse the input log to log template. | snmpd shutdown succeeded | <*> shutdown succeeded |
Extract key value pairs from the input log. | Jan 26 12:20:27 combo snmpd nan snmpd shutdown succeeded | Month=Jan
Date=26
Time=12:20:27
Level=combo
Component=snmpd
PID=nan
Content=snmpd shutdown succeeded |
Parse the input log to log template. | xinetd shutdown succeeded | <*> shutdown succeeded |
Extract key value pairs from the input log. | Jan 26 12:20:28 combo xinetd nan xinetd shutdown succeeded | Month=Jan
Date=26
Time=12:20:28
Level=combo
Component=xinetd
PID=nan
Content=xinetd shutdown succeeded |
Parse the input log to log template. | crond shutdown succeeded | <*> shutdown succeeded |
Extract key value pairs from the input log. | Jan 26 12:20:28 combo crond nan crond shutdown succeeded | Month=Jan
Date=26
Time=12:20:28
Level=combo
Component=crond
PID=nan
Content=crond shutdown succeeded |
Parse the input log to log template. | Exiting | Exiting |
Extract key value pairs from the input log. | Jan 26 12:20:28 combo apmd 1720.0 Exiting | Month=Jan
Date=26
Time=12:20:28
Level=combo
Component=apmd
PID=1720.0
Content=Exiting |
Parse the input log to log template. | apmd shutdown succeeded | <*> shutdown succeeded |
Extract key value pairs from the input log. | Jan 26 12:20:29 combo apmd nan apmd shutdown succeeded | Month=Jan
Date=26
Time=12:20:29
Level=combo
Component=apmd
PID=nan
Content=apmd shutdown succeeded |
Parse the input log to log template. | ntpd exiting on signal 15 | ntpd exiting on signal <*> |
Extract key value pairs from the input log. | Jan 26 12:20:30 combo ntpd 2319.0 ntpd exiting on signal 15 | Month=Jan
Date=26
Time=12:20:30
Level=combo
Component=ntpd
PID=2319.0
Content=ntpd exiting on signal 15 |
Parse the input log to log template. | ntpd shutdown succeeded | <*> shutdown succeeded |
Extract key value pairs from the input log. | Jan 26 12:20:30 combo ntpd nan ntpd shutdown succeeded | Month=Jan
Date=26
Time=12:20:30
Level=combo
Component=ntpd
PID=nan
Content=ntpd shutdown succeeded |
Parse the input log to log template. | 1+0 records in | <*> records in |
Extract key value pairs from the input log. | Jan 26 12:20:30 combo dd nan 1+0 records in | Month=Jan
Date=26
Time=12:20:30
Level=combo
Component=dd
PID=nan
Content=1+0 records in |
Parse the input log to log template. | 1+0 records out | <*> records out |
Extract key value pairs from the input log. | Jan 26 12:20:30 combo dd nan 1+0 records out | Month=Jan
Date=26
Time=12:20:30
Level=combo
Component=dd
PID=nan
Content=1+0 records out |
Parse the input log to log template. | Caught signal 15, un-registering and exiting. | Caught signal <*>, un-registering and exiting. |
Extract key value pairs from the input log. | Jan 26 12:20:30 combo rpc.statd 1608.0 Caught signal 15, un-registering and exiting. | Month=Jan
Date=26
Time=12:20:30
Level=combo
Component=rpc.statd
PID=1608.0
Content=Caught signal 15, un-registering and exiting. |
Parse the input log to log template. | rpc.statd shutdown succeeded | <*> shutdown succeeded |
Extract key value pairs from the input log. | Jan 26 12:20:30 combo nfslock nan rpc.statd shutdown succeeded | Month=Jan
Date=26
Time=12:20:30
Level=combo
Component=nfslock
PID=nan
Content=rpc.statd shutdown succeeded |
Parse the input log to log template. | portmap shutdown succeeded | <*> shutdown succeeded |
Extract key value pairs from the input log. | Jan 26 12:20:31 combo portmap nan portmap shutdown succeeded | Month=Jan
Date=26
Time=12:20:31
Level=combo
Component=portmap
PID=nan
Content=portmap shutdown succeeded |
Parse the input log to log template. | Kernel logging (proc) stopped. | Kernel logging <*> stopped. |
Extract key value pairs from the input log. | Jan 26 12:20:31 combo kernel nan Kernel logging (proc) stopped. | Month=Jan
Date=26
Time=12:20:31
Level=combo
Component=kernel
PID=nan
Content=Kernel logging (proc) stopped. |
Parse the input log to log template. | Kernel log daemon terminating. | Kernel log daemon terminating. |
Extract key value pairs from the input log. | Jan 26 12:20:31 combo kernel nan Kernel log daemon terminating. | Month=Jan
Date=26
Time=12:20:31
Level=combo
Component=kernel
PID=nan
Content=Kernel log daemon terminating. |
Parse the input log to log template. | removing device node '/udev/vcsa4' | removing device node <*> |
Extract key value pairs from the input log. | Jan 26 12:20:31 combo udev 11080.0 removing device node '/udev/vcsa4' | Month=Jan
Date=26
Time=12:20:31
Level=combo
Component=udev
PID=11080.0
Content=removing device node '/udev/vcsa4' |
Parse the input log to log template. | klogd shutdown succeeded | <*> shutdown succeeded |
Extract key value pairs from the input log. | Jan 26 12:20:32 combo syslog nan klogd shutdown succeeded | Month=Jan
Date=26
Time=12:20:32
Level=combo
Component=syslog
PID=nan
Content=klogd shutdown succeeded |
Parse the input log to log template. | restart. | restart. |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo syslogd 1.4.1 nan restart. | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=syslogd 1.4.1
PID=nan
Content=restart. |
Parse the input log to log template. | syslogd startup succeeded | <*> startup succeeded |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo syslog nan syslogd startup succeeded | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=syslog
PID=nan
Content=syslogd startup succeeded |
Parse the input log to log template. | klogd 1.4.1, log source = /proc/kmsg started. | klogd <*>, log source = <*> started. |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan klogd 1.4.1, log source = /proc/kmsg started. | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=klogd 1.4.1, log source = /proc/kmsg started. |
Parse the input log to log template. | Linux version 2.6.5-1.358 ([email protected]) (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 Sat May 8 09:04:50 EDT 2004 | Linux version <*> (<*>) (gcc version <*> (Red Hat Linux <*>)) <*> |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan Linux version 2.6.5-1.358 ([email protected]) (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 Sat May 8 09:04:50 EDT 2004 | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=Linux version 2.6.5-1.358 ([email protected]) (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 Sat May 8 09:04:50 EDT 2004 |
Parse the input log to log template. | BIOS-provided physical RAM map: | BIOS-provided physical RAM map: |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan BIOS-provided physical RAM map: | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=BIOS-provided physical RAM map: |
Parse the input log to log template. | BIOS-e820: 0000000000000000 - 00000000000a0000 (usable) | BIOS-e820: <*> - <*> (usable) |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan BIOS-e820: 0000000000000000 - 00000000000a0000 (usable) | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=BIOS-e820: 0000000000000000 - 00000000000a0000 (usable) |
Parse the input log to log template. | BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) | BIOS-e820: <*> - <*> (reserved) |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) |
Parse the input log to log template. | BIOS-e820: 0000000000100000 - 0000000007eae000 (usable) | BIOS-e820: <*> - <*> (usable) |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan BIOS-e820: 0000000000100000 - 0000000007eae000 (usable) | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=BIOS-e820: 0000000000100000 - 0000000007eae000 (usable) |
Parse the input log to log template. | BIOS-e820: 0000000007eae000 - 0000000008000000 (reserved) | BIOS-e820: <*> - <*> (reserved) |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan BIOS-e820: 0000000007eae000 - 0000000008000000 (reserved) | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=BIOS-e820: 0000000007eae000 - 0000000008000000 (reserved) |
Parse the input log to log template. | BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved) | BIOS-e820: <*> - <*> (reserved) |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved) | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved) |
Parse the input log to log template. | 126MB LOWMEM available. | <*> LOWMEM available. |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan 126MB LOWMEM available. | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=126MB LOWMEM available. |
Parse the input log to log template. | zapping low mappings. | zapping low mappings. |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan zapping low mappings. | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=zapping low mappings. |
Parse the input log to log template. | On node 0 totalpages: 32430 | On node <*> totalpages: <*> |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan On node 0 totalpages: 32430 | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=On node 0 totalpages: 32430 |
Parse the input log to log template. | klogd startup succeeded | <*> startup succeeded |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo syslog nan klogd startup succeeded | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=syslog
PID=nan
Content=klogd startup succeeded |
Parse the input log to log template. | DMA zone: 4096 pages, LIFO batch:1 | DMA zone: <*> pages, LIFO batch:<*> |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan DMA zone: 4096 pages, LIFO batch:1 | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=DMA zone: 4096 pages, LIFO batch:1 |
Parse the input log to log template. | Normal zone: 28334 pages, LIFO batch:6 | Normal zone: <*> pages, LIFO batch:<*> |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan Normal zone: 28334 pages, LIFO batch:6 | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=Normal zone: 28334 pages, LIFO batch:6 |
Parse the input log to log template. | HighMem zone: 0 pages, LIFO batch:1 | HighMem zone: <*> pages, LIFO batch:<*> |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan HighMem zone: 0 pages, LIFO batch:1 | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=HighMem zone: 0 pages, LIFO batch:1 |
Parse the input log to log template. | DMI 2.3 present. | DMI <*> present. |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan DMI 2.3 present. | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=DMI 2.3 present. |
Parse the input log to log template. | ACPI disabled because your bios is from 2000 and too old | ACPI disabled because your bios is from <*> and too old |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan ACPI disabled because your bios is from 2000 and too old | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=ACPI disabled because your bios is from 2000 and too old |
Parse the input log to log template. | You can enable it with acpi=force | You can enable it with <*> |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan You can enable it with acpi=force | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=You can enable it with acpi=force |
Parse the input log to log template. | Built 1 zonelists | Built <*> zonelists |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan Built 1 zonelists | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=Built 1 zonelists |
Parse the input log to log template. | audit: enabled (after initialization) | audit: enabled (after initialization) |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan audit: enabled (after initialization) | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=audit: enabled (after initialization) |
Parse the input log to log template. | irqbalance startup succeeded | <*> startup succeeded |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo irqbalance nan irqbalance startup succeeded | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=irqbalance
PID=nan
Content=irqbalance startup succeeded |
Parse the input log to log template. | mapped 4G/4G trampoline to ffff3000. | mapped <*> trampoline to <*>. |
Extract key value pairs from the input log. | Jan 26 12:22:06 combo kernel nan mapped 4G/4G trampoline to ffff3000. | Month=Jan
Date=26
Time=12:22:06
Level=combo
Component=kernel
PID=nan
Content=mapped 4G/4G trampoline to ffff3000. |
Parse the input log to log template. | Initializing CPU#0 | Initializing CPU#<*> |
Extract key value pairs from the input log. | Jan 26 12:22:07 combo kernel nan Initializing CPU#0 | Month=Jan
Date=26
Time=12:22:07
Level=combo
Component=kernel
PID=nan
Content=Initializing CPU#0 |
Parse the input log to log template. | portmap startup succeeded | <*> startup succeeded |
Extract key value pairs from the input log. | Jan 26 12:22:07 combo portmap nan portmap startup succeeded | Month=Jan
Date=26
Time=12:22:07
Level=combo
Component=portmap
PID=nan
Content=portmap startup succeeded |
Parse the input log to log template. | CPU 0 irqstacks, hard=02345000 soft=02344000 | CPU <*> irqstacks, hard=<*> soft=<*> |
Extract key value pairs from the input log. | Jan 26 12:22:07 combo kernel nan CPU 0 irqstacks, hard=02345000 soft=02344000 | Month=Jan
Date=26
Time=12:22:07
Level=combo
Component=kernel
PID=nan
Content=CPU 0 irqstacks, hard=02345000 soft=02344000 |
Parse the input log to log template. | PID hash table entries: 512 (order 9: 4096 bytes) | PID hash table entries: <*> (order <*>: <*> bytes) |
Extract key value pairs from the input log. | Jan 26 12:22:07 combo kernel nan PID hash table entries: 512 (order 9: 4096 bytes) | Month=Jan
Date=26
Time=12:22:07
Level=combo
Component=kernel
PID=nan
Content=PID hash table entries: 512 (order 9: 4096 bytes) |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.