An open API service indexing awesome lists of open source software.

https://github.com/svilborg/logsinfo

Log Info and stats for syslog, apachelog, etc..
https://github.com/svilborg/logsinfo

Last synced: about 1 year ago
JSON representation

Log Info and stats for syslog, apachelog, etc..

Awesome Lists containing this project

README

          

LogInfo
==========

Log Info and stats for syslog, apachelog, etc..

* Free software: Apache license 2.0

Features
--------

* artisan logsinfo:show --a --t=apachelog

Cli

* artisan logsinfo:send --a --t=syslog

Cli

* API
* artisan serve

* http://localhost:8000/?type=apachelog&field=code

```
{
"data": [
{
"name": "404",
"count": 3,
"percent": "75 %"
},
{
"name": "200",
"count": 1,
"percent": "25 %"
}
],
"links": {
"self": "/"
}
}
```

* http://localhost:8000/chart?type=syslog&field=hour

<< Image >>