G+_Daniele Perera Posted April 28, 2018 Share Posted April 28, 2018 is there a way to save log files in cloud and query those files or maybe get notifications if something goes wrong ? Link to comment Share on other sites More sharing options...
G+_Kienan Vella Posted April 28, 2018 Share Posted April 28, 2018 You should check out graylog. It does basically what you want, but is self hosted. Link to comment Share on other sites More sharing options...
G+_Travis Hershberger Posted April 29, 2018 Share Posted April 29, 2018 Lots of ways, many good, even more bad. What do you want to collect the logs from? Also remember that "cloud" just means renting someone else's computer, so adding that to your question just makes it confusing. Link to comment Share on other sites More sharing options...
G+_Daniele Perera Posted April 29, 2018 Author Share Posted April 29, 2018 Travis Hershberger I did a DIY project proposed by father Robert on this YouTube channel... Where he uses a raspberry pi and turns it into a tor router... in this process he makes a log file where he dumps log data of the tor router I want that file to be online so I can see it where ever I want... maybe get a notification if something doesn’t go well Link to comment Share on other sites More sharing options...
G+_Ben Reese Posted April 29, 2018 Share Posted April 29, 2018 Daniele Perera in that case, it would probably be best to set a strong password on the Pi and open SSH through port forwarding. Create a cron job to scrape the log periodically and send an alert (email) if anything matches your criteria. As an alternative to opening SSH, also make that Pi an OpenVPN server and connect to that before SSHing. Just my opinion. Link to comment Share on other sites More sharing options...
G+_Travis Hershberger Posted April 29, 2018 Share Posted April 29, 2018 Probably go with what Ben Reese already mentioned then. Me, I'd normally add it to my Wazuh server and monitor it through that, but that's a whole other complicated server to be running that most people won't have the hardware to cope with, and major overkill for what you want to do Daniele Perera. Link to comment Share on other sites More sharing options...
G+_Daniele Perera Posted April 29, 2018 Author Share Posted April 29, 2018 Thanks guys !! Link to comment Share on other sites More sharing options...
Recommended Posts