Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcreigno/nepr
log tacker application
https://github.com/jcreigno/nepr
Last synced: 6 days ago
JSON representation
log tacker application
- Host: GitHub
- URL: https://github.com/jcreigno/nepr
- Owner: jcreigno
- Created: 2012-12-20T20:14:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-07T20:21:13.000Z (over 11 years ago)
- Last Synced: 2024-04-14T08:03:37.612Z (7 months ago)
- Language: JavaScript
- Size: 538 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#nepr
>log tacker application
## agent (client)
Watch log files for particular patterns and send corresponding event to server.## server
Gathers data from agents and pushes it to storage.Exposes REST API to query data.
Similar projects :
* [graylog2](http://graylog2.org/)
* [logstash](http://www.logstash.net).