logsearch / logsearch-for-websites

A Logsearch addon for parsing and analysing weblogs (nginx, apache, IIS)
Apache License 2.0
1 stars 2 forks source link

Logsearch for Websites

A Logsearch addon that customises Logsearch to work with webserver logs (Nginx, Apache, IIS)

Getting Started

git clone git@github.com:logsearch/logsearch-for-websites.git ~/src/logsearch-for-websites
cd ~/src/logsearch-for-websites
bin/install_dependancies
bin/build

Developing

  1. Make a failing test under test/
  2. Run the tests bin/test
  3. Make tests pass by writing code under src/
  4. Ensure tests are green.
  5. Create PR!