Updated scripts to better handle errors.
4 files changed
tree: ac4f19d3173bb43f211992fd6658b2855b02ebb3
  1. demo/
  2. lib/
  3. .gitignore
  4. LICENSE
  5. NOTICE
  6. README.md
  7. userale-worker.js
  8. userale.js
README.md

##Background

The User Activity Logging Engine, or User-ALE, is a logging mechanism used to quantitatively assess the behavioural and cognitive state of a data analyst while interacting with Big Data Exploitation Systems (BDES).

To accurately measure the cognitive state of the user, tool developers associate model based workflow states with each user action. Did a user pan a map? Then they are exploring. Did a user click a search button? Then they are getting new data. These model based activities can then be processed to measure hidden empirical states that describe more accurately the user's workflow and behaviour.

##Who is the package for?

This package is for developers creating User facing tools, and who would like to log the users' interaction with this tool, in order to gain an insight into the behavioural and cognitive state of the user.

Want to learn more? See the wiki.

Want to see an example client? Check out the demo.

Quick Startup Guide

1. Install Dependencies

If behind a proxy, modify Vagrantfile

  • Modifiy the vagantfile to point to your proxy.
  • Don't forget to add “http://” as leaving that off may break apt-get in the vagrant vm
  • Example: config.proxy.http=“http://1.2.3.4:5678
  • If your host system is also the proxy (e.g. CNTLM): setting the proxy as http://127.0.0.1:3128 or localhost may confuse the Vagrant VM and prevent net access

2. Startup Vagrant ELK Stack and Developer

This will provision the base box which is an Ubuntu 14.04 machine. The ELK server is running on http://192.16.1.100 while the developer box is running on http://192.16.1.10

vagrant up elk
vagrant up developer

3. Send logs by using our test-app: http://192.16.1.10/test

####View the logs you send on the test-app Kibana Dashboard: http://192.16.1.100:5601