GithubHelp home page GithubHelp logo

Build Status Greenkeeper badge Slack Channel

Access Watch is a flexible access log processor that helps operators analyze the web traffic reaching their infrastructure.

Access Watch is built on a real-time stream processor handling logs from inputs of any type:

  • CDNs (Cloudfront, Cloudflare, Akamai, ...)
  • Load Balancers (ELB)
  • Reverse Proxies (Nginx, Haproxy, ...)
  • Web Servers (Nginx, Apache, ...)
  • Applications (Node, Ruby, PHP, ...)

Access Watch is currently in open beta. For more details, go to: https://access.watch

Install

Make sure you have Node.js version >= 7. We recommend using nvm.

git clone https://github.com/access-watch/access-watch.git
cd access-watch
npm install

Start

npm start

It's loading the default configuration, it's the same as:

npm start config/default

Configure

The first thing you might want is configuring inputs to connect Access Watch to your traffic sources and convert it in the proper format.

In order to do this, you need to create a new configuration file such as config/custom.js.

See Input Configuration for the list of available input types and how to configure them.

There are also a couple of constants you might configure with a simple config file, to learn more you can head to Constants Configuration.

Start with custom configuration

npm start config/custom

The Access Watch API and interface will be served from port 3000 by default.

You can change that using an environment variable:

PORT=80 npm start config/custom

Browse the interface

Now, you can point your browser on the address:port where Access Watch is running, for example http://localhost:3000/.

If you see data flowing, congratulations you made it!

Warning: There is currently no built in authentication mechanism, if installed on a public server, you need to properly configure a firewall to restrict access to it.

Tutorials

License

Apache License, version 2

Access Watch's Projects

access-watch-hapi icon access-watch-hapi

Hapi Plugin for logging an analyzing web traffic using the AccessWatch service.

access-watch-middleware icon access-watch-middleware

Connect/Express.js middleware for logging and analyzing web traffic using the Access Watch service.

access-watch-node icon access-watch-node

A Javascript library to log and analyse HTTP requests using the Access Watch cloud service

access-watch-php icon access-watch-php

A PHP library to log and analyse HTTP requests using the Access Watch cloud service

access-watch-rails icon access-watch-rails

A Rack middleware to log and analyse Rails HTTP requests using the Access Watch cloud service.

access-watch-ruby icon access-watch-ruby

A Ruby library to log and analyse HTTP requests using the Access Watch cloud service.

beats icon beats

making Beats great for Access Watch

elemental icon elemental

A flexible and beautiful UI framework for React.js

logagent-js icon logagent-js

Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint

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.