Faizan Shaikhfaizanshaikh.hashnode.dev·Oct 14, 2024Day 10 Task: Log Analyzer and Report GeneratorBash script that accomplishes the task of analyzing log files and generating a daily summary report. The script will: Accept the path to the log file as a command-line argument. Count the number of error messages containing "ERROR" or "Failed". Id...75 readsDevops
Pushp Vashishtblog.pushp.ovh·Aug 12, 2020Use Python & Boto3 to Backup files/logs to AWS S3Introduction Let’s say we have a folder on our server in which our logs are generated for various services that are running to make our application available to the users. Now, what if we want to back up those logs to the AWS S3 bucket daily at 00:00...1 like·80 readsPython