Skip to content

Bash scripts to monitor elastic logs and send email notifications.

Notifications You must be signed in to change notification settings

bspwnmaster/Elastic-Log-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Elastic-Log-Monitor

Bash scripts to monitor elastic logs and send email notifications.

touch /etc/cron.d/checkerrors
15 7 * * * root /root/checkerrors.sh 2>&1
#Every Day @ 7:15

touch /etc/cron.d/checklogs
0 * * * * root /root/checklogs.sh 2>&1
#Hourly check for no logs

About

Bash scripts to monitor elastic logs and send email notifications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages