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.
|
Jun 09 06:06:44 Privoxy(-150093696) 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 9 06:06:44 combo privoxy nan Jun 09 06:06:44 Privoxy(-150093696) Info: loading configuration file '/etc/privoxy/config':
|
Month=Jun,
Date=9,
Time=06:06:44,
Level=combo,
Component=privoxy,
PID=nan,
Content=Jun 09 06:06:44 Privoxy(-150093696) Info: loading configuration file '/etc/privoxy/config':
|
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 9 06:06:45 combo udev 2054.0 creating device node '/udev/lp0'
|
Month=Jun,
Date=9,
Time=06:06:45,
Level=combo,
Component=udev,
PID=2054.0,
Content=creating device node '/udev/lp0'
|
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 9 06:06:45 combo privoxy nan privoxy startup succeeded
|
Month=Jun,
Date=9,
Time=06:06:45,
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 9 06:06:45 combo gpm 2068.0 *** info [startup.c(95)]:
|
Month=Jun,
Date=9,
Time=06:06:45,
Level=combo,
Component=gpm,
PID=2068.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 9 06:06:45 combo gpm 2068.0 Started gpm successfully. Entered daemon mode.
|
Month=Jun,
Date=9,
Time=06:06:45,
Level=combo,
Component=gpm,
PID=2068.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 9 06:06:46 combo gpm 2068.0 *** info [mice.c(1766)]:
|
Month=Jun,
Date=9,
Time=06:06:46,
Level=combo,
Component=gpm,
PID=2068.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 9 06:06:46 combo gpm 2068.0 imps2: Auto-detected intellimouse PS/2
|
Month=Jun,
Date=9,
Time=06:06:46,
Level=combo,
Component=gpm,
PID=2068.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 9 06:06:46 combo gpm nan gpm startup succeeded
|
Month=Jun,
Date=9,
Time=06:06:46,
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 9 06:06:46 combo su(pam_unix) 2077.0 session opened for user htt by (uid=0)
|
Month=Jun,
Date=9,
Time=06:06:46,
Level=combo,
Component=su(pam_unix),
PID=2077.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 9 06:06:46 combo su(pam_unix) 2077.0 session closed for user htt
|
Month=Jun,
Date=9,
Time=06:06:46,
Level=combo,
Component=su(pam_unix),
PID=2077.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 9 06:06:46 combo IIim nan htt startup succeeded
|
Month=Jun,
Date=9,
Time=06:06:46,
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.
|
started.
|
started.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:06:48 combo htt_server 2080.0 started.
|
Month=Jun,
Date=9,
Time=06:06:48,
Level=combo,
Component=htt_server,
PID=2080.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 9 06:06:49 combo canna nan succeeded
|
Month=Jun,
Date=9,
Time=06:06:49,
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 9 06:06:49 combo crond nan crond startup succeeded
|
Month=Jun,
Date=9,
Time=06:06:49,
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 9 06:06:50 combo xfs nan xfs startup succeeded
|
Month=Jun,
Date=9,
Time=06:06:50,
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 9 06:06:51 combo anacron nan anacron startup succeeded
|
Month=Jun,
Date=9,
Time=06:06:51,
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 9 06:06:51 combo atd nan atd startup succeeded
|
Month=Jun,
Date=9,
Time=06:06:51,
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 9 06:06:51 combo readahead nan Starting background readahead:
|
Month=Jun,
Date=9,
Time=06:06:51,
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 9 06:06:51 combo rc nan Starting readahead: succeeded
|
Month=Jun,
Date=9,
Time=06:06:51,
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 9 06:06:52 combo messagebus nan messagebus startup succeeded
|
Month=Jun,
Date=9,
Time=06:06:52,
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 9 06:07:06 combo httpd nan httpd startup succeeded
|
Month=Jun,
Date=9,
Time=06:07:06,
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 2264 started
|
Squid Parent: child process <*> started
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:07:07 combo squid 2261.0 Squid Parent: child process 2264 started
|
Month=Jun,
Date=9,
Time=06:07:07,
Level=combo,
Component=squid,
PID=2261.0,
Content=Squid Parent: child process 2264 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 9 10:07:13 combo named 2275.0 starting BIND 9.2.3 -u named -t /var/named/chroot
|
Month=Jun,
Date=9,
Time=10:07:13,
Level=combo,
Component=named,
PID=2275.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 9 10:07:13 combo named 2275.0 using 1 CPU
|
Month=Jun,
Date=9,
Time=10:07:13,
Level=combo,
Component=named,
PID=2275.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 9 06:07:13 combo named nan named startup succeeded
|
Month=Jun,
Date=9,
Time=06:07:13,
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 9 10:07:13 combo named 2275.0 loading configuration from '/etc/named.conf'
|
Month=Jun,
Date=9,
Time=10:07:13,
Level=combo,
Component=named,
PID=2275.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 9 10:07:13 combo named 2275.0 listening on IPv4 interface lo, 127.0.0.1#53
|
Month=Jun,
Date=9,
Time=10:07:13,
Level=combo,
Component=named,
PID=2275.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 9 10:07:13 combo named 2275.0 listening on IPv4 interface eth0, 63.126.79.67#53
|
Month=Jun,
Date=9,
Time=10:07:13,
Level=combo,
Component=named,
PID=2275.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 9 10:07:13 combo named 2275.0 listening on IPv4 interface eth0:1, 63.126.79.69#53
|
Month=Jun,
Date=9,
Time=10:07:13,
Level=combo,
Component=named,
PID=2275.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 9 10:07:13 combo named 2275.0 listening on IPv4 interface eth0:2, 63.126.79.70#53
|
Month=Jun,
Date=9,
Time=10:07:13,
Level=combo,
Component=named,
PID=2275.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 9 10:07:13 combo named 2275.0 listening on IPv4 interface eth0:3, 63.126.79.71#53
|
Month=Jun,
Date=9,
Time=10:07:13,
Level=combo,
Component=named,
PID=2275.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 9 10:07:13 combo named 2275.0 listening on IPv4 interface eth0:4, 63.126.79.72#53
|
Month=Jun,
Date=9,
Time=10:07:13,
Level=combo,
Component=named,
PID=2275.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 9 10:07:13 combo named 2275.0 listening on IPv4 interface eth0:5, 63.126.79.73#53
|
Month=Jun,
Date=9,
Time=10:07:13,
Level=combo,
Component=named,
PID=2275.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 9 10:07:13 combo named 2275.0 listening on IPv4 interface eth0:6, 63.126.79.75#53
|
Month=Jun,
Date=9,
Time=10:07:13,
Level=combo,
Component=named,
PID=2275.0,
Content=listening on IPv4 interface eth0:6, 63.126.79.75#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:7, 63.126.79.80#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 10:07:13 combo named 2275.0 listening on IPv4 interface eth0:7, 63.126.79.80#53
|
Month=Jun,
Date=9,
Time=10:07:13,
Level=combo,
Component=named,
PID=2275.0,
Content=listening on IPv4 interface eth0:7, 63.126.79.80#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:8, 63.126.79.81#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 10:07:13 combo named 2275.0 listening on IPv4 interface eth0:8, 63.126.79.81#53
|
Month=Jun,
Date=9,
Time=10:07:13,
Level=combo,
Component=named,
PID=2275.0,
Content=listening on IPv4 interface eth0:8, 63.126.79.81#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:9, 63.126.79.82#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 10:07:14 combo named 2275.0 listening on IPv4 interface eth0:9, 63.126.79.82#53
|
Month=Jun,
Date=9,
Time=10:07:14,
Level=combo,
Component=named,
PID=2275.0,
Content=listening on IPv4 interface eth0:9, 63.126.79.82#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:10, 63.126.79.83#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 10:07:14 combo named 2275.0 listening on IPv4 interface eth0:10, 63.126.79.83#53
|
Month=Jun,
Date=9,
Time=10:07:14,
Level=combo,
Component=named,
PID=2275.0,
Content=listening on IPv4 interface eth0:10, 63.126.79.83#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
snmpd startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:07:15 combo snmpd nan snmpd startup succeeded
|
Month=Jun,
Date=9,
Time=06:07:15,
Level=combo,
Component=snmpd,
PID=nan,
Content=snmpd startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:11, 63.126.79.84#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 10:07:15 combo named 2275.0 listening on IPv4 interface eth0:11, 63.126.79.84#53
|
Month=Jun,
Date=9,
Time=10:07:15,
Level=combo,
Component=named,
PID=2275.0,
Content=listening on IPv4 interface eth0:11, 63.126.79.84#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:12, 63.126.79.85#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 10:07:16 combo named 2275.0 listening on IPv4 interface eth0:12, 63.126.79.85#53
|
Month=Jun,
Date=9,
Time=10:07:16,
Level=combo,
Component=named,
PID=2275.0,
Content=listening on IPv4 interface eth0:12, 63.126.79.85#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
NET-SNMP version 5.1.1
|
NET-SNMP version <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:07:16 combo snmpd 2287.0 NET-SNMP version 5.1.1
|
Month=Jun,
Date=9,
Time=06:07:16,
Level=combo,
Component=snmpd,
PID=2287.0,
Content=NET-SNMP version 5.1.1
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:13, 63.126.79.87#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 10:07:16 combo named 2275.0 listening on IPv4 interface eth0:13, 63.126.79.87#53
|
Month=Jun,
Date=9,
Time=10:07:16,
Level=combo,
Component=named,
PID=2275.0,
Content=listening on IPv4 interface eth0:13, 63.126.79.87#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
ntpd startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:07:17 combo ntpd nan ntpd startup succeeded
|
Month=Jun,
Date=9,
Time=06:07:17,
Level=combo,
Component=ntpd,
PID=nan,
Content=ntpd startup succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:14, 63.126.79.89#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 10:07:17 combo named 2275.0 listening on IPv4 interface eth0:14, 63.126.79.89#53
|
Month=Jun,
Date=9,
Time=10:07:17,
Level=combo,
Component=named,
PID=2275.0,
Content=listening on IPv4 interface eth0:14, 63.126.79.89#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:15, 63.126.79.90#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 10:07:18 combo named 2275.0 listening on IPv4 interface eth0:15, 63.126.79.90#53
|
Month=Jun,
Date=9,
Time=10:07:18,
Level=combo,
Component=named,
PID=2275.0,
Content=listening on IPv4 interface eth0:15, 63.126.79.90#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:16, 63.126.79.95#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 10:07:18 combo named 2275.0 listening on IPv4 interface eth0:16, 63.126.79.95#53
|
Month=Jun,
Date=9,
Time=10:07:18,
Level=combo,
Component=named,
PID=2275.0,
Content=listening on IPv4 interface eth0:16, 63.126.79.95#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:17, 63.126.79.100#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 10:07:19 combo named 2275.0 listening on IPv4 interface eth0:17, 63.126.79.100#53
|
Month=Jun,
Date=9,
Time=10:07:19,
Level=combo,
Component=named,
PID=2275.0,
Content=listening on IPv4 interface eth0:17, 63.126.79.100#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
precision = 1.000 usec
|
precision = <*> usec
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 06:07:19 combo ntpd 2296.0 precision = 1.000 usec
|
Month=Jun,
Date=9,
Time=06:07:19,
Level=combo,
Component=ntpd,
PID=2296.0,
Content=precision = 1.000 usec
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:18, 63.126.79.105#53
|
listening on IPv4 interface <*>, <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 9 10:07:19 combo named 2275.0 listening on IPv4 interface eth0:18, 63.126.79.105#53
|
Month=Jun,
Date=9,
Time=10:07:19,
Level=combo,
Component=named,
PID=2275.0,
Content=listening on IPv4 interface eth0:18, 63.126.79.105#53
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.