Logstats is open-source self-hosted application for managing and browsing logs, written in PHP.
It enables you to:
- Collect and store data
- Search, filter and visualize data in text format or charts.
- Manage access rights for more users
- Be notified by email when certain record arrives
- Send data from libraries for supported languages
How it works
- Download and install Logstats application on your server.
- Install library in your application.
- Send logs.
- View, filter logs. See charts. Be notified by email.
Requirements
- Webserver Apache
- PHP version 5.5 or greater
- Database (MySQL, SQLite or PostgreSQL)
Demo
U can see demo application with random data here.
Download
You can download application here.
Installation
Installation shouldn't take more than 5 minutes. Full description >>