Skip to content

KongZ/graylog-plugin-custom-alert-condition

Repository files navigation

Overview

A Graylog's alert plugin what allow you to trigger the alert when found messages match to a defined query string.

For example, you want to know that are no logs are sent from source in last 3 minutes. You may use query source:myhost and period PT3M with threshold 1.

Condition Example:

unmatched_condition

If not source:myhost found in logs on last 3 minutes, it will trigger an alert.

Another sample, trigger alert when we found a message which level is 4 more than 5 times in last 15 minutes

Condition Example:

matched_condition

Alert screenshot:

alert

The period can be configured using ISO8601 period format.

About

A Graylog Plugin for custom alert conditions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages