FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ProgrammingChallenges/log-parser at master · roxanaishere/ProgrammingChallenges · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Log Parser

In this directory is a sample HTTP log file. Using the tools of your choice, parse the log file and provide 4 lists of the top 10 most frequenly occuring:

  1. IP addresses
  2. HTTP codes
  3. HTTP methods
  4. Request URLs

Also provide a copy of your script or a transcript of the CLI commands you ran.

Log file sample from elastic/examples

How do I submit my answer?

Send an email to tech@pmg.com or reach out to the person who gave you the challenge. Feel free to send an archive (a tar or zipball are fine) or link us to a public pastebin (github gist, etc) or repository (bitbucket, github, etc).


Back | FazBrowse Home | New Git URL