Git Product home page Git Product logo

alphagov.backdrop-asset-request-collector's Introduction

Backdrop asset request collector

This collector processes akamai log files to extract successful http requests for assets. By 'asset' we mean any attachment file. Something is identified as an attachment by the file extension of the file in the URL (the Content-Type header is not recorded in the akamai logs).

Akamai logs contain the following fields:

  • date: YYYY-MM-DD
  • time: HH:MM:SS
  • cs-ip: nn.nn.nn.nn
  • cs-method: {GET|POST|...}
  • cs-uri: /www-origin.production.alphagov.co.uk/government/world/organisations
  • sc-status: 200 (numerical HTTP status code [1][ref1])
  • sc-bytes: 12870 (number of bytes)
  • time-taken: 20 (time in milli seconds)
  • cs(Referer): "" (double quoted referer url)
  • cs(User-Agent): "" (double quoted user agent string)
  • cs(Cookie): "" (double quoted cookie string)
  • x-wafinfo: "" (double quoted waf status string)

The prefixes 'cs' and 'sc' refer to data flow from client->server and server->client respectively.

Of the above fields, we're interested in date, cs-method, cs-uri, sc-status.

References

  1. [ref1] Akamai Control code reference
  2. Akamai Log Delivery Service User Guide

alphagov.backdrop-asset-request-collector's People

Contributors

heathd avatar jabley avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.