django-log-viewer icon indicating copy to clipboard operation
django-log-viewer copied to clipboard

View logs from a remote machine or S3 object

Open srugano opened this issue 3 years ago • 1 comments

Hi, Thank you for this nice module. I have been looking for something like this. But I have a question. In the log location settings, can we indicate a boto3 object (S3, GCP Bucket, DigitalOcean Space,...) so that the logs files are read from a remote location? Or even a remote server? I am looking for something like a nagios/prometeus configuration where it reads remote log files generated by Django and add the lines with logs info to the local db.

Thanks.

srugano avatar Oct 12 '21 08:10 srugano

hmm a good idea, I never do that before. It seems similar with this article: http://shubho.me/2019-08-31-django-logs-to-cloudwatch/

agusmakmun avatar Oct 13 '21 01:10 agusmakmun