-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
Log Analysis Using Regular Expressions/Data/error_message.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Error,Count | ||
Timeout while retrieving information,15 | ||
Connection to DB failed,13 | ||
Tried to add information to closed ticket,12 | ||
Permission denied while closing ticket,10 | ||
The ticket was modified while updating,9 | ||
Ticket doesn't exist,7 |
21 changes: 21 additions & 0 deletions
21
Log Analysis Using Regular Expressions/Data/user_emails.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Full Name, Email Address | ||
Blossom Gill, blossom@abc.edu | ||
Hayes Delgado, nonummy@utnisia.com | ||
Petra Jones, ac@abc.edu | ||
Oleg Noel, noel@liberomauris.ca | ||
Ahmed Miller, ahmed.miller@nequenonquam.co.uk | ||
Macaulay Douglas, mdouglas@abc.edu | ||
Aurora Grant, enim.non@abc.edu | ||
Madison Mcintosh, mcintosh@nisiaenean.net | ||
Montana Powell, montanap@semmagna.org | ||
Rogan Robinson, rr.robinson@abc.edu | ||
Simon Rivera, sri@abc.edu | ||
Benedict Pacheco, bpacheco@abc.edu | ||
Maisie Hendrix, mai.hendrix@abc.edu | ||
Xaviera Gould, xlg@utnisia.net | ||
Oren Rollins, oren@semmagna.com | ||
Flavia Santiago, flavia@utnisia.net | ||
Jackson Owens, jackowens@abc.edu | ||
Britanni Humphrey, britanni@ut.net | ||
Kirk Nixon, kirknixon@abc.edu | ||
Bree Campbell, breee@utnisia.net |
21 changes: 21 additions & 0 deletions
21
Log Analysis Using Regular Expressions/Data/user_statistics.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Username,INFO,ERROR | ||
ac,2,2 | ||
ahmed.miller,2,4 | ||
blossom,2,6 | ||
bpacheco,0,2 | ||
breee,1,5 | ||
britanni,1,1 | ||
enim.non,2,3 | ||
flavia,0,5 | ||
jackowens,2,4 | ||
kirknixon,2,1 | ||
mai.hendrix,0,3 | ||
mcintosh,4,3 | ||
mdouglas,2,3 | ||
montanap,0,4 | ||
noel,6,3 | ||
nonummy,2,3 | ||
oren,2,7 | ||
rr.robinson,2,1 | ||
sri,2,2 | ||
xlg,0,4 |