Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/highoncarbs/lumberjack
:pick: Search and analyse your logs efficienlty with Lumberjack
https://github.com/highoncarbs/lumberjack
analysis flask log logging python spark web-dashboard
Last synced: 3 months ago
JSON representation
:pick: Search and analyse your logs efficienlty with Lumberjack
- Host: GitHub
- URL: https://github.com/highoncarbs/lumberjack
- Owner: highoncarbs
- License: gpl-3.0
- Created: 2017-11-21T23:57:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T07:58:36.000Z (about 2 years ago)
- Last Synced: 2023-03-04T03:59:59.977Z (almost 2 years ago)
- Topics: analysis, flask, log, logging, python, spark, web-dashboard
- Language: HTML
- Homepage:
- Size: 11.7 MB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Slice through your logs easily with **lumberjack**. Open-source and self-hostable.
lumberjack automatically enhances your logs through our system . Converting them from messy , hard-to-use, raw text to rich , useful, clean event.
## Features
- Web Dashboard
- Real time tailing
- Fast Searching powered by Apache Solr
- Keep logs for centuries ( on your disk )
- Save issues from logs to Github Repo## Getting Started
```
git clone https://github.com/Padamsethia/lumberjackcd lumberjack/
pip install -r requirements.txt
python lumberjack/run.py
```
The web dashboard is at `localhost:5000`
## License
Lumberjack is licensed under GPL v3.0 License. See the [License](/LICENSE) file for more info.