1.0.0 • Published 2 years ago

es-logs-monitor v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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