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.
|
Bluetooth: RFCOMM ver 1.2
|
Bluetooth: <*> ver <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:55 combo kernel nan Bluetooth: RFCOMM ver 1.2
|
Month=Jun,
Date=10,
Time=11:31:55,
Level=combo,
Component=kernel,
PID=nan,
Content=Bluetooth: RFCOMM ver 1.2
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Bluetooth: RFCOMM socket layer initialized
|
Bluetooth: RFCOMM socket layer initialized
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:55 combo kernel nan Bluetooth: RFCOMM socket layer initialized
|
Month=Jun,
Date=10,
Time=11:31:55,
Level=combo,
Component=kernel,
PID=nan,
Content=Bluetooth: RFCOMM socket layer initialized
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Bluetooth: RFCOMM TTY layer initialized
|
Bluetooth: RFCOMM TTY layer initialized
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:55 combo kernel nan Bluetooth: RFCOMM TTY layer initialized
|
Month=Jun,
Date=10,
Time=11:31:55,
Level=combo,
Component=kernel,
PID=nan,
Content=Bluetooth: RFCOMM TTY layer initialized
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
|
parport0: PC-style at <*> (<*>) [<*>]
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:58 combo kernel nan parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
|
Month=Jun,
Date=10,
Time=11:31:58,
Level=combo,
Component=kernel,
PID=nan,
Content=parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
parport0: irq 7 detected
|
parport0: irq <*> detected
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:31:58 combo kernel nan parport0: irq 7 detected
|
Month=Jun,
Date=10,
Time=11:31:58,
Level=combo,
Component=kernel,
PID=nan,
Content=parport0: irq 7 detected
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
cupsd startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:00 combo cups nan cupsd startup succeeded
|
Month=Jun,
Date=10,
Time=11:32:00,
Level=combo,
Component=cups,
PID=nan,
Content=cupsd startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
succeeded
|
succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:00 combo sshd nan succeeded
|
Month=Jun,
Date=10,
Time=11:32:00,
Level=combo,
Component=sshd,
PID=nan,
Content=succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
xinetd startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:00 combo xinetd nan xinetd startup succeeded
|
Month=Jun,
Date=10,
Time=11:32:00,
Level=combo,
Component=xinetd,
PID=nan,
Content=xinetd startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
sendmail startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:01 combo sendmail nan sendmail startup succeeded
|
Month=Jun,
Date=10,
Time=11:32:01,
Level=combo,
Component=sendmail,
PID=nan,
Content=sendmail startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
sm-client startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:01 combo sendmail nan sm-client startup succeeded
|
Month=Jun,
Date=10,
Time=11:32:01,
Level=combo,
Component=sendmail,
PID=nan,
Content=sm-client startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
No such internal service: services/stream - DISABLING
|
No such internal service: <*> - DISABLING
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:02 combo xinetd 2034.0 No such internal service: services/stream - DISABLING
|
Month=Jun,
Date=10,
Time=11:32:02,
Level=combo,
Component=xinetd,
PID=2034.0,
Content=No such internal service: services/stream - DISABLING
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
bind failed (Address already in use (errno = 98)). service = telnet
|
bind failed (Address already in use (errno = <*>)). service = <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:03 combo xinetd 2034.0 bind failed (Address already in use (errno = 98)). service = telnet
|
Month=Jun,
Date=10,
Time=11:32:03,
Level=combo,
Component=xinetd,
PID=2034.0,
Content=bind failed (Address already in use (errno = 98)). service = telnet
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Service telnet failed to start and is deactivated.
|
Service telnet failed to start and is deactivated.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:03 combo xinetd 2034.0 Service telnet failed to start and is deactivated.
|
Month=Jun,
Date=10,
Time=11:32:03,
Level=combo,
Component=xinetd,
PID=2034.0,
Content=Service telnet failed to start and is deactivated.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
xinetd Version 2.3.13 started with libwrap loadavg options compiled in.
|
xinetd Version <*> started with <*> options compiled in.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:03 combo xinetd 2034.0 xinetd Version 2.3.13 started with libwrap loadavg options compiled in.
|
Month=Jun,
Date=10,
Time=11:32:03,
Level=combo,
Component=xinetd,
PID=2034.0,
Content=xinetd Version 2.3.13 started with libwrap loadavg options compiled in.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Started working: 30 available services
|
Started working: <*> available services
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:03 combo xinetd 2034.0 Started working: 30 available services
|
Month=Jun,
Date=10,
Time=11:32:03,
Level=combo,
Component=xinetd,
PID=2034.0,
Content=Started working: 30 available services
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
spamd startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:05 combo spamassassin nan spamd startup succeeded
|
Month=Jun,
Date=10,
Time=11:32:05,
Level=combo,
Component=spamassassin,
PID=nan,
Content=spamd startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Jun 10 11:32:05 Privoxy(-150769536) Info: loading configuration file '/etc/privoxy/config':
|
<*> Privoxy(<*>) Info: loading configuration file <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:05 combo privoxy nan Jun 10 11:32:05 Privoxy(-150769536) Info: loading configuration file '/etc/privoxy/config':
|
Month=Jun,
Date=10,
Time=11:32:05,
Level=combo,
Component=privoxy,
PID=nan,
Content=Jun 10 11:32:05 Privoxy(-150769536) Info: loading configuration file '/etc/privoxy/config':
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
privoxy startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:06 combo privoxy nan privoxy startup succeeded
|
Month=Jun,
Date=10,
Time=11:32:06,
Level=combo,
Component=privoxy,
PID=nan,
Content=privoxy startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
*** info [startup.c(95)]:
|
*** info [startup.c(<*>)]:
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:06 combo gpm 2094.0 *** info [startup.c(95)]:
|
Month=Jun,
Date=10,
Time=11:32:06,
Level=combo,
Component=gpm,
PID=2094.0,
Content=*** info [startup.c(95)]:
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Started gpm successfully. Entered daemon mode.
|
Started gpm successfully. Entered daemon mode.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:06 combo gpm 2094.0 Started gpm successfully. Entered daemon mode.
|
Month=Jun,
Date=10,
Time=11:32:06,
Level=combo,
Component=gpm,
PID=2094.0,
Content=Started gpm successfully. Entered daemon mode.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
*** info [mice.c(1766)]:
|
*** info [mice.c(<*>)]:
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:07 combo gpm 2094.0 *** info [mice.c(1766)]:
|
Month=Jun,
Date=10,
Time=11:32:07,
Level=combo,
Component=gpm,
PID=2094.0,
Content=*** info [mice.c(1766)]:
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
imps2: Auto-detected intellimouse PS/2
|
imps2: Auto-detected intellimouse PS/2
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:07 combo gpm 2094.0 imps2: Auto-detected intellimouse PS/2
|
Month=Jun,
Date=10,
Time=11:32:07,
Level=combo,
Component=gpm,
PID=2094.0,
Content=imps2: Auto-detected intellimouse PS/2
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
gpm startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:07 combo gpm nan gpm startup succeeded
|
Month=Jun,
Date=10,
Time=11:32:07,
Level=combo,
Component=gpm,
PID=nan,
Content=gpm startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user htt 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 10 11:32:07 combo su(pam_unix) 2103.0 session opened for user htt by (uid=0)
|
Month=Jun,
Date=10,
Time=11:32:07,
Level=combo,
Component=su(pam_unix),
PID=2103.0,
Content=session opened for user htt by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user htt
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:07 combo su(pam_unix) 2103.0 session closed for user htt
|
Month=Jun,
Date=10,
Time=11:32:07,
Level=combo,
Component=su(pam_unix),
PID=2103.0,
Content=session closed for user htt
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
htt startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:07 combo IIim nan htt startup succeeded
|
Month=Jun,
Date=10,
Time=11:32:07,
Level=combo,
Component=IIim,
PID=nan,
Content=htt startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/lp0'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:08 combo udev 2118.0 creating device node '/udev/lp0'
|
Month=Jun,
Date=10,
Time=11:32:08,
Level=combo,
Component=udev,
PID=2118.0,
Content=creating device node '/udev/lp0'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
started.
|
started.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:09 combo htt_server 2106.0 started.
|
Month=Jun,
Date=10,
Time=11:32:09,
Level=combo,
Component=htt_server,
PID=2106.0,
Content=started.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
succeeded
|
succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:10 combo canna nan succeeded
|
Month=Jun,
Date=10,
Time=11:32:10,
Level=combo,
Component=canna,
PID=nan,
Content=succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
crond startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:10 combo crond nan crond startup succeeded
|
Month=Jun,
Date=10,
Time=11:32:10,
Level=combo,
Component=crond,
PID=nan,
Content=crond startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
xfs startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:12 combo xfs nan xfs startup succeeded
|
Month=Jun,
Date=10,
Time=11:32:12,
Level=combo,
Component=xfs,
PID=nan,
Content=xfs startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
anacron startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:12 combo anacron nan anacron startup succeeded
|
Month=Jun,
Date=10,
Time=11:32:12,
Level=combo,
Component=anacron,
PID=nan,
Content=anacron startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
atd startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:12 combo atd nan atd startup succeeded
|
Month=Jun,
Date=10,
Time=11:32:12,
Level=combo,
Component=atd,
PID=nan,
Content=atd startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Starting background readahead:
|
Starting background readahead:
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:12 combo readahead nan Starting background readahead:
|
Month=Jun,
Date=10,
Time=11:32:12,
Level=combo,
Component=readahead,
PID=nan,
Content=Starting background readahead:
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Starting readahead: succeeded
|
Starting readahead: succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:13 combo rc nan Starting readahead: succeeded
|
Month=Jun,
Date=10,
Time=11:32:13,
Level=combo,
Component=rc,
PID=nan,
Content=Starting readahead: succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
messagebus startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:14 combo messagebus nan messagebus startup succeeded
|
Month=Jun,
Date=10,
Time=11:32:14,
Level=combo,
Component=messagebus,
PID=nan,
Content=messagebus startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
httpd startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:26 combo httpd nan httpd startup succeeded
|
Month=Jun,
Date=10,
Time=11:32:26,
Level=combo,
Component=httpd,
PID=nan,
Content=httpd startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Squid Parent: child process 2295 started
|
Squid Parent: child process <*> started
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:28 combo squid 2292.0 Squid Parent: child process 2295 started
|
Month=Jun,
Date=10,
Time=11:32:28,
Level=combo,
Component=squid,
PID=2292.0,
Content=Squid Parent: child process 2295 started
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
starting BIND 9.2.3 -u named -t /var/named/chroot
|
starting BIND <*> -u <*> -t <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 15:32:33 combo named 2306.0 starting BIND 9.2.3 -u named -t /var/named/chroot
|
Month=Jun,
Date=10,
Time=15:32:33,
Level=combo,
Component=named,
PID=2306.0,
Content=starting BIND 9.2.3 -u named -t /var/named/chroot
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
using 1 CPU
|
using <*> CPU
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 15:32:33 combo named 2306.0 using 1 CPU
|
Month=Jun,
Date=10,
Time=15:32:33,
Level=combo,
Component=named,
PID=2306.0,
Content=using 1 CPU
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
named startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:34 combo named nan named startup succeeded
|
Month=Jun,
Date=10,
Time=11:32:34,
Level=combo,
Component=named,
PID=nan,
Content=named startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
loading configuration from '/etc/named.conf'
|
loading configuration from <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 15:32:34 combo named 2306.0 loading configuration from '/etc/named.conf'
|
Month=Jun,
Date=10,
Time=15:32:34,
Level=combo,
Component=named,
PID=2306.0,
Content=loading configuration from '/etc/named.conf'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface lo, 127.0.0.1#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 15:32:34 combo named 2306.0 listening on IPv4 interface lo, 127.0.0.1#53
|
Month=Jun,
Date=10,
Time=15:32:34,
Level=combo,
Component=named,
PID=2306.0,
Content=listening on IPv4 interface lo, 127.0.0.1#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0, 63.126.79.67#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 15:32:34 combo named 2306.0 listening on IPv4 interface eth0, 63.126.79.67#53
|
Month=Jun,
Date=10,
Time=15:32:34,
Level=combo,
Component=named,
PID=2306.0,
Content=listening on IPv4 interface eth0, 63.126.79.67#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:1, 63.126.79.69#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 15:32:34 combo named 2306.0 listening on IPv4 interface eth0:1, 63.126.79.69#53
|
Month=Jun,
Date=10,
Time=15:32:34,
Level=combo,
Component=named,
PID=2306.0,
Content=listening on IPv4 interface eth0:1, 63.126.79.69#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:2, 63.126.79.70#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 15:32:34 combo named 2306.0 listening on IPv4 interface eth0:2, 63.126.79.70#53
|
Month=Jun,
Date=10,
Time=15:32:34,
Level=combo,
Component=named,
PID=2306.0,
Content=listening on IPv4 interface eth0:2, 63.126.79.70#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:3, 63.126.79.71#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 15:32:34 combo named 2306.0 listening on IPv4 interface eth0:3, 63.126.79.71#53
|
Month=Jun,
Date=10,
Time=15:32:34,
Level=combo,
Component=named,
PID=2306.0,
Content=listening on IPv4 interface eth0:3, 63.126.79.71#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:4, 63.126.79.72#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 15:32:34 combo named 2306.0 listening on IPv4 interface eth0:4, 63.126.79.72#53
|
Month=Jun,
Date=10,
Time=15:32:34,
Level=combo,
Component=named,
PID=2306.0,
Content=listening on IPv4 interface eth0:4, 63.126.79.72#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:5, 63.126.79.73#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 15:32:34 combo named 2306.0 listening on IPv4 interface eth0:5, 63.126.79.73#53
|
Month=Jun,
Date=10,
Time=15:32:34,
Level=combo,
Component=named,
PID=2306.0,
Content=listening on IPv4 interface eth0:5, 63.126.79.73#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:6, 63.126.79.75#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 15:32:34 combo named 2306.0 listening on IPv4 interface eth0:6, 63.126.79.75#53
|
Month=Jun,
Date=10,
Time=15:32:34,
Level=combo,
Component=named,
PID=2306.0,
Content=listening on IPv4 interface eth0:6, 63.126.79.75#53
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.