Bash script to tail Kubernetes logs from multiple pods
Bash script that enables you to aggregate (tail/follow) logs from multiple pods into one stream. This is the same as running "kubectl logs -f " but for multiple pods. Just download the kubetail file (or any of the releases) and you're good to go. Note that you may need to run compinit for zsh to pick-up the changes in the competition after having upgraded from the non-abbreviated installation. If you're using a ZSH plugin manager, you can install kubetail as a plugin. kubetail itself doesn't...
Log File Monitoring - Check Log Files, Analyze, Alert on any UNIX Log
...Benefits:
Automatically scans log files for errors or user specified patterns
Shows the offending log entries in the alerts generated on a monitored log file
Shows latest size of a log file at the time of the most recent log check
Shows total entries written to log file in the most recent check
Can tail logs in time frames rather than tailing random lines
Monitors and alerts on log file growth
Monitors and alerts on log file size
Monitors and alerts on log file time stamp
Sends out email alert notifications on log files
When run without arguments, LoGrobot displays direct instructions on usage.
...