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.
|
creating device node '/udev/vcs4'
|
creating device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 15 05:21:29 combo udev 8722.0 creating device node '/udev/vcs4'
|
Month=Dec,
Date=15,
Time=05:21:29,
Level=combo,
Component=udev,
PID=8722.0,
Content=creating 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/vcs4'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 15 05:21:29 combo udev 8730.0 removing device node '/udev/vcs4'
|
Month=Dec,
Date=15,
Time=05:21:29,
Level=combo,
Component=udev,
PID=8730.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/vcsa4'
|
removing device node <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 15 05:21:29 combo udev 8736.0 removing device node '/udev/vcsa4'
|
Month=Dec,
Date=15,
Time=05:21:29,
Level=combo,
Component=udev,
PID=8736.0,
Content=removing 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.
|
Dec 15 05:21:29 combo udev 8740.0 creating device node '/udev/vcs4'
|
Month=Dec,
Date=15,
Time=05:21:29,
Level=combo,
Component=udev,
PID=8740.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.
|
Dec 15 05:21:29 combo udev 8742.0 creating device node '/udev/vcsa4'
|
Month=Dec,
Date=15,
Time=05:21:29,
Level=combo,
Component=udev,
PID=8742.0,
Content=creating device node '/udev/vcsa4'
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user cyrus by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 16 04:02:05 combo su(pam_unix) 10883.0 session opened for user cyrus by (uid=0)
|
Month=Dec,
Date=16,
Time=04:02:05,
Level=combo,
Component=su(pam_unix),
PID=10883.0,
Content=session opened for user cyrus by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user cyrus
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 16 04:02:06 combo su(pam_unix) 10883.0 session closed for user cyrus
|
Month=Dec,
Date=16,
Time=04:02:06,
Level=combo,
Component=su(pam_unix),
PID=10883.0,
Content=session closed for user cyrus
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
ALERT exited abnormally with [1]
|
ALERT exited abnormally with <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 16 04:02:07 combo logrotate nan ALERT exited abnormally with [1]
|
Month=Dec,
Date=16,
Time=04:02:07,
Level=combo,
Component=logrotate,
PID=nan,
Content=ALERT exited abnormally with [1]
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user news by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 16 04:08:01 combo su(pam_unix) 12109.0 session opened for user news by (uid=0)
|
Month=Dec,
Date=16,
Time=04:08:01,
Level=combo,
Component=su(pam_unix),
PID=12109.0,
Content=session opened for user news by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user news
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 16 04:08:02 combo su(pam_unix) 12109.0 session closed for user news
|
Month=Dec,
Date=16,
Time=04:08:02,
Level=combo,
Component=su(pam_unix),
PID=12109.0,
Content=session closed for user news
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user cyrus by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 17 04:02:05 combo su(pam_unix) 14387.0 session opened for user cyrus by (uid=0)
|
Month=Dec,
Date=17,
Time=04:02:05,
Level=combo,
Component=su(pam_unix),
PID=14387.0,
Content=session opened for user cyrus by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user cyrus
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 17 04:02:06 combo su(pam_unix) 14387.0 session closed for user cyrus
|
Month=Dec,
Date=17,
Time=04:02:06,
Level=combo,
Component=su(pam_unix),
PID=14387.0,
Content=session closed for user cyrus
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
ALERT exited abnormally with [1]
|
ALERT exited abnormally with <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 17 04:02:07 combo logrotate nan ALERT exited abnormally with [1]
|
Month=Dec,
Date=17,
Time=04:02:07,
Level=combo,
Component=logrotate,
PID=nan,
Content=ALERT exited abnormally with [1]
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user news by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 17 04:07:36 combo su(pam_unix) 14758.0 session opened for user news by (uid=0)
|
Month=Dec,
Date=17,
Time=04:07:36,
Level=combo,
Component=su(pam_unix),
PID=14758.0,
Content=session opened for user news by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user news
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 17 04:07:37 combo su(pam_unix) 14758.0 session closed for user news
|
Month=Dec,
Date=17,
Time=04:07:37,
Level=combo,
Component=su(pam_unix),
PID=14758.0,
Content=session closed for user news
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user cyrus by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 18 04:02:06 combo su(pam_unix) 17043.0 session opened for user cyrus by (uid=0)
|
Month=Dec,
Date=18,
Time=04:02:06,
Level=combo,
Component=su(pam_unix),
PID=17043.0,
Content=session opened for user cyrus by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user cyrus
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 18 04:02:06 combo su(pam_unix) 17043.0 session closed for user cyrus
|
Month=Dec,
Date=18,
Time=04:02:06,
Level=combo,
Component=su(pam_unix),
PID=17043.0,
Content=session closed for user cyrus
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
cupsd shutdown succeeded
|
<*> shutdown succeeded
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 18 04:02:08 combo cups nan cupsd shutdown succeeded
|
Month=Dec,
Date=18,
Time=04:02:08,
Level=combo,
Component=cups,
PID=nan,
Content=cupsd shutdown succeeded
|
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.
|
Dec 18 04:02:14 combo cups nan cupsd startup succeeded
|
Month=Dec,
Date=18,
Time=04:02:14,
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.
|
restart.
|
restart.
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 18 04:02:17 combo syslogd 1.4.1 nan restart.
|
Month=Dec,
Date=18,
Time=04:02:17,
Level=combo,
Component=syslogd 1.4.1,
PID=nan,
Content=restart.
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
ALERT exited abnormally with [1]
|
ALERT exited abnormally with <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 18 04:02:17 combo logrotate nan ALERT exited abnormally with [1]
|
Month=Dec,
Date=18,
Time=04:02:17,
Level=combo,
Component=logrotate,
PID=nan,
Content=ALERT exited abnormally with [1]
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user news by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 18 04:08:11 combo su(pam_unix) 18489.0 session opened for user news by (uid=0)
|
Month=Dec,
Date=18,
Time=04:08:11,
Level=combo,
Component=su(pam_unix),
PID=18489.0,
Content=session opened for user news by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user news
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 18 04:08:12 combo su(pam_unix) 18489.0 session closed for user news
|
Month=Dec,
Date=18,
Time=04:08:12,
Level=combo,
Component=su(pam_unix),
PID=18489.0,
Content=session closed for user news
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user cyrus by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 19 04:02:05 combo su(pam_unix) 23806.0 session opened for user cyrus by (uid=0)
|
Month=Dec,
Date=19,
Time=04:02:05,
Level=combo,
Component=su(pam_unix),
PID=23806.0,
Content=session opened for user cyrus by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user cyrus
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 19 04:02:06 combo su(pam_unix) 23806.0 session closed for user cyrus
|
Month=Dec,
Date=19,
Time=04:02:06,
Level=combo,
Component=su(pam_unix),
PID=23806.0,
Content=session closed for user cyrus
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
ALERT exited abnormally with [1]
|
ALERT exited abnormally with <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 19 04:02:07 combo logrotate nan ALERT exited abnormally with [1]
|
Month=Dec,
Date=19,
Time=04:02:07,
Level=combo,
Component=logrotate,
PID=nan,
Content=ALERT exited abnormally with [1]
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user news by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 19 04:07:31 combo su(pam_unix) 24177.0 session opened for user news by (uid=0)
|
Month=Dec,
Date=19,
Time=04:07:31,
Level=combo,
Component=su(pam_unix),
PID=24177.0,
Content=session opened for user news by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user news
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 19 04:07:32 combo su(pam_unix) 24177.0 session closed for user news
|
Month=Dec,
Date=19,
Time=04:07:32,
Level=combo,
Component=su(pam_unix),
PID=24177.0,
Content=session closed for user news
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user cyrus by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 20 04:02:05 combo su(pam_unix) 26455.0 session opened for user cyrus by (uid=0)
|
Month=Dec,
Date=20,
Time=04:02:05,
Level=combo,
Component=su(pam_unix),
PID=26455.0,
Content=session opened for user cyrus by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user cyrus
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 20 04:02:06 combo su(pam_unix) 26455.0 session closed for user cyrus
|
Month=Dec,
Date=20,
Time=04:02:06,
Level=combo,
Component=su(pam_unix),
PID=26455.0,
Content=session closed for user cyrus
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
ALERT exited abnormally with [1]
|
ALERT exited abnormally with <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 20 04:02:07 combo logrotate nan ALERT exited abnormally with [1]
|
Month=Dec,
Date=20,
Time=04:02:07,
Level=combo,
Component=logrotate,
PID=nan,
Content=ALERT exited abnormally with [1]
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user news by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 20 04:08:02 combo su(pam_unix) 27681.0 session opened for user news by (uid=0)
|
Month=Dec,
Date=20,
Time=04:08:02,
Level=combo,
Component=su(pam_unix),
PID=27681.0,
Content=session opened for user news by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user news
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 20 04:08:02 combo su(pam_unix) 27681.0 session closed for user news
|
Month=Dec,
Date=20,
Time=04:08:02,
Level=combo,
Component=su(pam_unix),
PID=27681.0,
Content=session closed for user news
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user cyrus by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 21 04:02:05 combo su(pam_unix) 29958.0 session opened for user cyrus by (uid=0)
|
Month=Dec,
Date=21,
Time=04:02:05,
Level=combo,
Component=su(pam_unix),
PID=29958.0,
Content=session opened for user cyrus by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user cyrus
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 21 04:02:06 combo su(pam_unix) 29958.0 session closed for user cyrus
|
Month=Dec,
Date=21,
Time=04:02:06,
Level=combo,
Component=su(pam_unix),
PID=29958.0,
Content=session closed for user cyrus
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
ALERT exited abnormally with [1]
|
ALERT exited abnormally with <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 21 04:02:07 combo logrotate nan ALERT exited abnormally with [1]
|
Month=Dec,
Date=21,
Time=04:02:07,
Level=combo,
Component=logrotate,
PID=nan,
Content=ALERT exited abnormally with [1]
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user news by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 21 04:07:34 combo su(pam_unix) 30329.0 session opened for user news by (uid=0)
|
Month=Dec,
Date=21,
Time=04:07:34,
Level=combo,
Component=su(pam_unix),
PID=30329.0,
Content=session opened for user news by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user news
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 21 04:07:35 combo su(pam_unix) 30329.0 session closed for user news
|
Month=Dec,
Date=21,
Time=04:07:35,
Level=combo,
Component=su(pam_unix),
PID=30329.0,
Content=session closed for user news
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user cyrus by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 22 04:02:05 combo su(pam_unix) 32607.0 session opened for user cyrus by (uid=0)
|
Month=Dec,
Date=22,
Time=04:02:05,
Level=combo,
Component=su(pam_unix),
PID=32607.0,
Content=session opened for user cyrus by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user cyrus
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 22 04:02:06 combo su(pam_unix) 32607.0 session closed for user cyrus
|
Month=Dec,
Date=22,
Time=04:02:06,
Level=combo,
Component=su(pam_unix),
PID=32607.0,
Content=session closed for user cyrus
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
ALERT exited abnormally with [1]
|
ALERT exited abnormally with <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 22 04:02:06 combo logrotate nan ALERT exited abnormally with [1]
|
Month=Dec,
Date=22,
Time=04:02:06,
Level=combo,
Component=logrotate,
PID=nan,
Content=ALERT exited abnormally with [1]
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user news by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 22 04:07:56 combo su(pam_unix) 1367.0 session opened for user news by (uid=0)
|
Month=Dec,
Date=22,
Time=04:07:56,
Level=combo,
Component=su(pam_unix),
PID=1367.0,
Content=session opened for user news by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user news
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 22 04:07:57 combo su(pam_unix) 1367.0 session closed for user news
|
Month=Dec,
Date=22,
Time=04:07:57,
Level=combo,
Component=su(pam_unix),
PID=1367.0,
Content=session closed for user news
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user cyrus by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 23 04:02:05 combo su(pam_unix) 3683.0 session opened for user cyrus by (uid=0)
|
Month=Dec,
Date=23,
Time=04:02:05,
Level=combo,
Component=su(pam_unix),
PID=3683.0,
Content=session opened for user cyrus by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user cyrus
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 23 04:02:06 combo su(pam_unix) 3683.0 session closed for user cyrus
|
Month=Dec,
Date=23,
Time=04:02:06,
Level=combo,
Component=su(pam_unix),
PID=3683.0,
Content=session closed for user cyrus
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
ALERT exited abnormally with [1]
|
ALERT exited abnormally with <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 23 04:02:07 combo logrotate nan ALERT exited abnormally with [1]
|
Month=Dec,
Date=23,
Time=04:02:07,
Level=combo,
Component=logrotate,
PID=nan,
Content=ALERT exited abnormally with [1]
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user news by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 23 04:07:35 combo su(pam_unix) 4054.0 session opened for user news by (uid=0)
|
Month=Dec,
Date=23,
Time=04:07:35,
Level=combo,
Component=su(pam_unix),
PID=4054.0,
Content=session opened for user news by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user news
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 23 04:07:36 combo su(pam_unix) 4054.0 session closed for user news
|
Month=Dec,
Date=23,
Time=04:07:36,
Level=combo,
Component=su(pam_unix),
PID=4054.0,
Content=session closed for user news
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session opened for user cyrus by (uid=0)
|
session opened for user <*> by <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 24 04:02:05 combo su(pam_unix) 6332.0 session opened for user cyrus by (uid=0)
|
Month=Dec,
Date=24,
Time=04:02:05,
Level=combo,
Component=su(pam_unix),
PID=6332.0,
Content=session opened for user cyrus by (uid=0)
|
Identify all the dynamic variables in the log, replace them with <*>, and output a static log template.
|
session closed for user cyrus
|
session closed for user <*>
|
Breaks log down into its individual components, including Month, Date, Time, Level, Component, PID, and Content.
|
Dec 24 04:02:06 combo su(pam_unix) 6332.0 session closed for user cyrus
|
Month=Dec,
Date=24,
Time=04:02:06,
Level=combo,
Component=su(pam_unix),
PID=6332.0,
Content=session closed for user cyrus
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.