es-logs-monitor
v1.0.0
Published
Runs every 5 minutes as AWS lamda.
Downloads
1
Readme
es-logs-monitor
Runs every 5 minutes as AWS lamda.
Querues
Add new queries to src/queries directory
Query options
- verboseSlack - if set to true will send resolution notification when number of results falls below configured value -
back to normal
message - fixedThreshold - Notification is sent when this fixed value is brached. Error history is not checked hence minLogCount and multiplicator are ignored
- minLogCount - minimum number of errors until error history is checked;
default=64
- multiplicator - value which error history values are multiplied by and current number of errors is compared to