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.
|
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 10 15:32:34 combo named 2306.0 listening on IPv4 interface eth0:7, 63.126.79.80#53
|
Month=Jun,
Date=10,
Time=15:32:34,
Level=combo,
Component=named,
PID=2306.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 10 15:32:34 combo named 2306.0 listening on IPv4 interface eth0:8, 63.126.79.81#53
|
Month=Jun,
Date=10,
Time=15:32:34,
Level=combo,
Component=named,
PID=2306.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 10 15:32:34 combo named 2306.0 listening on IPv4 interface eth0:9, 63.126.79.82#53
|
Month=Jun,
Date=10,
Time=15:32:34,
Level=combo,
Component=named,
PID=2306.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 10 15:32:35 combo named 2306.0 listening on IPv4 interface eth0:10, 63.126.79.83#53
|
Month=Jun,
Date=10,
Time=15:32:35,
Level=combo,
Component=named,
PID=2306.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.
|
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 10 15:32:35 combo named 2306.0 listening on IPv4 interface eth0:11, 63.126.79.84#53
|
Month=Jun,
Date=10,
Time=15:32:35,
Level=combo,
Component=named,
PID=2306.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.
|
snmpd startup succeeded
|
<*> startup succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:36 combo snmpd nan snmpd startup succeeded
|
Month=Jun,
Date=10,
Time=11:32:36,
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: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 10 15:32:36 combo named 2306.0 listening on IPv4 interface eth0:12, 63.126.79.85#53
|
Month=Jun,
Date=10,
Time=15:32:36,
Level=combo,
Component=named,
PID=2306.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.
|
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 10 15:32:37 combo named 2306.0 listening on IPv4 interface eth0:13, 63.126.79.87#53
|
Month=Jun,
Date=10,
Time=15:32:37,
Level=combo,
Component=named,
PID=2306.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 10 11:32:37 combo ntpd nan ntpd startup succeeded
|
Month=Jun,
Date=10,
Time=11:32:37,
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.
|
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 10 11:32:37 combo snmpd 2318.0 NET-SNMP version 5.1.1
|
Month=Jun,
Date=10,
Time=11:32:37,
Level=combo,
Component=snmpd,
PID=2318.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: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 10 15:32:38 combo named 2306.0 listening on IPv4 interface eth0:14, 63.126.79.89#53
|
Month=Jun,
Date=10,
Time=15:32:38,
Level=combo,
Component=named,
PID=2306.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.
|
precision = 2.000 usec
|
precision = <*> usec
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:39 combo ntpd 2327.0 precision = 2.000 usec
|
Month=Jun,
Date=10,
Time=11:32:39,
Level=combo,
Component=ntpd,
PID=2327.0,
Content=precision = 2.000 usec
|
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 10 15:32:40 combo named 2306.0 listening on IPv4 interface eth0:15, 63.126.79.90#53
|
Month=Jun,
Date=10,
Time=15:32:40,
Level=combo,
Component=named,
PID=2306.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.
|
kernel time sync status 0040
|
kernel time sync status <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:40 combo ntpd 2327.0 kernel time sync status 0040
|
Month=Jun,
Date=10,
Time=11:32:40,
Level=combo,
Component=ntpd,
PID=2327.0,
Content=kernel time sync status 0040
|
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 10 15:32:40 combo named 2306.0 listening on IPv4 interface eth0:16, 63.126.79.95#53
|
Month=Jun,
Date=10,
Time=15:32:40,
Level=combo,
Component=named,
PID=2306.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.
|
frequency initialized 0.000 PPM from /var/lib/ntp/drift
|
frequency initialized <*> PPM from <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:41 combo ntpd 2327.0 frequency initialized 0.000 PPM from /var/lib/ntp/drift
|
Month=Jun,
Date=10,
Time=11:32:41,
Level=combo,
Component=ntpd,
PID=2327.0,
Content=frequency initialized 0.000 PPM from /var/lib/ntp/drift
|
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 10 15:32:41 combo named 2306.0 listening on IPv4 interface eth0:17, 63.126.79.100#53
|
Month=Jun,
Date=10,
Time=15:32:41,
Level=combo,
Component=named,
PID=2306.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.
|
configure: keyword "authenticate" unknown, line ignored
|
configure: keyword <*> unknown, line ignored
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:42 combo ntpd 2327.0 configure: keyword "authenticate" unknown, line ignored
|
Month=Jun,
Date=10,
Time=11:32:42,
Level=combo,
Component=ntpd,
PID=2327.0,
Content=configure: keyword "authenticate" unknown, line ignored
|
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 10 15:32:42 combo named 2306.0 listening on IPv4 interface eth0:18, 63.126.79.105#53
|
Month=Jun,
Date=10,
Time=15:32:42,
Level=combo,
Component=named,
PID=2306.0,
Content=listening on IPv4 interface eth0:18, 63.126.79.105#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:19, 63.126.79.110#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:43 combo named 2306.0 listening on IPv4 interface eth0:19, 63.126.79.110#53
|
Month=Jun,
Date=10,
Time=15:32:43,
Level=combo,
Component=named,
PID=2306.0,
Content=listening on IPv4 interface eth0:19, 63.126.79.110#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:20, 63.126.79.115#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:43 combo named 2306.0 listening on IPv4 interface eth0:20, 63.126.79.115#53
|
Month=Jun,
Date=10,
Time=15:32:43,
Level=combo,
Component=named,
PID=2306.0,
Content=listening on IPv4 interface eth0:20, 63.126.79.115#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:21, 63.126.79.120#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:44 combo named 2306.0 listening on IPv4 interface eth0:21, 63.126.79.120#53
|
Month=Jun,
Date=10,
Time=15:32:44,
Level=combo,
Component=named,
PID=2306.0,
Content=listening on IPv4 interface eth0:21, 63.126.79.120#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
listening on IPv4 interface eth0:22, 63.126.79.125#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:45 combo named 2306.0 listening on IPv4 interface eth0:22, 63.126.79.125#53
|
Month=Jun,
Date=10,
Time=15:32:45,
Level=combo,
Component=named,
PID=2306.0,
Content=listening on IPv4 interface eth0:22, 63.126.79.125#53
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
couldn't add command channel 127.0.0.1#953: not found
|
couldn't add command channel <*> not found
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 15:32:45 combo named 2306.0 couldn't add command channel 127.0.0.1#953: not found
|
Month=Jun,
Date=10,
Time=15:32:45,
Level=combo,
Component=named,
PID=2306.0,
Content=couldn't add command channel 127.0.0.1#953: not found
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
couldn't add command channel ::1#953: not found
|
couldn't add command channel <*> not found
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 15:32:45 combo named 2306.0 couldn't add command channel ::1#953: not found
|
Month=Jun,
Date=10,
Time=15:32:45,
Level=combo,
Component=named,
PID=2306.0,
Content=couldn't add command channel ::1#953: not found
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
Starting MySQL: succeeded
|
Starting MySQL: succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:45 combo mysqld nan Starting MySQL: succeeded
|
Month=Jun,
Date=10,
Time=11:32:45,
Level=combo,
Component=mysqld,
PID=nan,
Content=Starting MySQL: succeeded
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
running
|
running
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 15:32:46 combo named 2306.0 running
|
Month=Jun,
Date=10,
Time=15:32:46,
Level=combo,
Component=named,
PID=2306.0,
Content=running
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
rsyncd version 2.6.2 starting, listening on port 873
|
rsyncd version <*> starting, listening on port <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:46 combo rsyncd 2394.0 rsyncd version 2.6.2 starting, listening on port 873
|
Month=Jun,
Date=10,
Time=11:32:46,
Level=combo,
Component=rsyncd,
PID=2394.0,
Content=rsyncd version 2.6.2 starting, listening on port 873
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcs4'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:48 combo udev 2517.0 creating device node '/udev/vcs4'
|
Month=Jun,
Date=10,
Time=11:32:48,
Level=combo,
Component=udev,
PID=2517.0,
Content=creating device node '/udev/vcs4'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcsa4'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:48 combo udev 2524.0 creating device node '/udev/vcsa4'
|
Month=Jun,
Date=10,
Time=11:32:48,
Level=combo,
Component=udev,
PID=2524.0,
Content=creating device node '/udev/vcsa4'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcs5'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:48 combo udev 2516.0 creating device node '/udev/vcs5'
|
Month=Jun,
Date=10,
Time=11:32:48,
Level=combo,
Component=udev,
PID=2516.0,
Content=creating device node '/udev/vcs5'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcsa5'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:48 combo udev 2518.0 creating device node '/udev/vcsa5'
|
Month=Jun,
Date=10,
Time=11:32:48,
Level=combo,
Component=udev,
PID=2518.0,
Content=creating device node '/udev/vcsa5'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcs3'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:48 combo udev 2580.0 creating device node '/udev/vcs3'
|
Month=Jun,
Date=10,
Time=11:32:48,
Level=combo,
Component=udev,
PID=2580.0,
Content=creating device node '/udev/vcs3'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcsa3'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:48 combo udev 2581.0 creating device node '/udev/vcsa3'
|
Month=Jun,
Date=10,
Time=11:32:48,
Level=combo,
Component=udev,
PID=2581.0,
Content=creating device node '/udev/vcsa3'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcs2'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:48 combo udev 2582.0 creating device node '/udev/vcs2'
|
Month=Jun,
Date=10,
Time=11:32:48,
Level=combo,
Component=udev,
PID=2582.0,
Content=creating device node '/udev/vcs2'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcsa2'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:48 combo udev 2583.0 creating device node '/udev/vcsa2'
|
Month=Jun,
Date=10,
Time=11:32:48,
Level=combo,
Component=udev,
PID=2583.0,
Content=creating device node '/udev/vcsa2'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
removing device node '/udev/vcsa3'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:49 combo udev 2652.0 removing device node '/udev/vcsa3'
|
Month=Jun,
Date=10,
Time=11:32:49,
Level=combo,
Component=udev,
PID=2652.0,
Content=removing device node '/udev/vcsa3'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
removing device node '/udev/vcsa5'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:49 combo udev 2650.0 removing device node '/udev/vcsa5'
|
Month=Jun,
Date=10,
Time=11:32:49,
Level=combo,
Component=udev,
PID=2650.0,
Content=removing device node '/udev/vcsa5'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
removing device node '/udev/vcsa4'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:49 combo udev 2648.0 removing device node '/udev/vcsa4'
|
Month=Jun,
Date=10,
Time=11:32:49,
Level=combo,
Component=udev,
PID=2648.0,
Content=removing device node '/udev/vcsa4'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
removing device node '/udev/vcs4'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:49 combo udev 2649.0 removing device node '/udev/vcs4'
|
Month=Jun,
Date=10,
Time=11:32:49,
Level=combo,
Component=udev,
PID=2649.0,
Content=removing device node '/udev/vcs4'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
removing device node '/udev/vcs5'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:49 combo udev 2647.0 removing device node '/udev/vcs5'
|
Month=Jun,
Date=10,
Time=11:32:49,
Level=combo,
Component=udev,
PID=2647.0,
Content=removing device node '/udev/vcs5'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
removing device node '/udev/vcs3'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:49 combo udev 2651.0 removing device node '/udev/vcs3'
|
Month=Jun,
Date=10,
Time=11:32:49,
Level=combo,
Component=udev,
PID=2651.0,
Content=removing device node '/udev/vcs3'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
removing device node '/udev/vcs2'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:49 combo udev 2681.0 removing device node '/udev/vcs2'
|
Month=Jun,
Date=10,
Time=11:32:49,
Level=combo,
Component=udev,
PID=2681.0,
Content=removing device node '/udev/vcs2'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
removing device node '/udev/vcsa2'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:49 combo udev 2693.0 removing device node '/udev/vcsa2'
|
Month=Jun,
Date=10,
Time=11:32:49,
Level=combo,
Component=udev,
PID=2693.0,
Content=removing device node '/udev/vcsa2'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcs6'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:49 combo udev 2590.0 creating device node '/udev/vcs6'
|
Month=Jun,
Date=10,
Time=11:32:49,
Level=combo,
Component=udev,
PID=2590.0,
Content=creating device node '/udev/vcs6'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcsa6'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:49 combo udev 2597.0 creating device node '/udev/vcsa6'
|
Month=Jun,
Date=10,
Time=11:32:49,
Level=combo,
Component=udev,
PID=2597.0,
Content=creating device node '/udev/vcsa6'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcsa3'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:49 combo udev 2699.0 creating device node '/udev/vcsa3'
|
Month=Jun,
Date=10,
Time=11:32:49,
Level=combo,
Component=udev,
PID=2699.0,
Content=creating device node '/udev/vcsa3'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcsa5'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:49 combo udev 2701.0 creating device node '/udev/vcsa5'
|
Month=Jun,
Date=10,
Time=11:32:49,
Level=combo,
Component=udev,
PID=2701.0,
Content=creating device node '/udev/vcsa5'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcsa4'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:50 combo udev 2706.0 creating device node '/udev/vcsa4'
|
Month=Jun,
Date=10,
Time=11:32:50,
Level=combo,
Component=udev,
PID=2706.0,
Content=creating device node '/udev/vcsa4'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
creating device node '/udev/vcs4'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Jun 10 11:32:50 combo udev 2719.0 creating device node '/udev/vcs4'
|
Month=Jun,
Date=10,
Time=11:32:50,
Level=combo,
Component=udev,
PID=2719.0,
Content=creating device node '/udev/vcs4'
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.