Comment on geoip location of the connections
supervent@lemmy.dbzer0.com 1 year agoThanks for the answers, but my specs are very low (intel atom with 2GB ram), I only wanted to know which countries are using my snowflake tor bridge.
Comment on geoip location of the connections
supervent@lemmy.dbzer0.com 1 year agoThanks for the answers, but my specs are very low (intel atom with 2GB ram), I only wanted to know which countries are using my snowflake tor bridge.
vegetaaaaaaa@lemmy.world 1 year ago
Graylog and elasticsearch might fit on that, depending on how much is already used, and if you set the heap sizes at their bare minimum… but it will perform badly, and it’s overkill anyway if you just need this simple stat.
I would look into writing a custom log parser for goaccess (goaccess.io/man#custom-log) and let it parse your bridge logs. This is how the geolocation section looks in the HTML report (each continent can be expanded and it will reveal the stat by country).
Image
I update the report every hour via cron, as I don’t need real-time stats (but goaccess can do that). Ansible role here.