Settings

Theme

Show HN: Hue Logs – A Minimal Log Monitoring Tool

github.com

5 points by harry247 a year ago · 4 comments · 1 min read

Reader

Hey Hackers,

I was building multiple projects lately, and integrating logging was way too much for me. Managing self hosted ELK stack, or using existing log monitoring services (running their agent was consuming hell of resources on my tiny servers). It took me a day to code my own logging server, and client for python projects (serving as python packages - pypi), named it HueLogs.

Sharing with you all, please feel free to contribute if you like. I might be adding a npm package for javascript client if I get chance to code tomorrow.

Few features too add: - 30 min, last day logs etc. - Beautify UI - Add steps in README to run it without docker

I am currently using Flask, up for the suggestions to make this lighter. Didn't profile it yet, assuming flask is light.

Cheers! Harman

harry247OP a year ago

npm package: https://www.npmjs.com/package/hue-logs-client

yashasolutions a year ago

you should check dozzle. Collect logs from containers and display them in a browser.

harry247OP a year ago

thanks for suggesting @yahasolutions. Dozzle looks good, and lightweight too. I will explore more

harry247OP a year ago

updated UI (better look now :) )

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection